1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getAutonomousDatabaseBackup
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.Database.getAutonomousDatabaseBackup

Start a Neo task
Explain and create an oci.Database.getAutonomousDatabaseBackup resource
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Autonomous Database Backup resource in Oracle Cloud Infrastructure Database service.

    Gets information about the specified Autonomous AI Database backup.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAutonomousDatabaseBackup = oci.Database.getAutonomousDatabaseBackup({
        autonomousDatabaseBackupId: testAutonomousDatabaseBackupOciDatabaseAutonomousDatabaseBackup.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_autonomous_database_backup = oci.Database.get_autonomous_database_backup(autonomous_database_backup_id=test_autonomous_database_backup_oci_database_autonomous_database_backup["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/database"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := database.GetAutonomousDatabaseBackup(ctx, &database.GetAutonomousDatabaseBackupArgs{
    			AutonomousDatabaseBackupId: testAutonomousDatabaseBackupOciDatabaseAutonomousDatabaseBackup.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testAutonomousDatabaseBackup = Oci.Database.GetAutonomousDatabaseBackup.Invoke(new()
        {
            AutonomousDatabaseBackupId = testAutonomousDatabaseBackupOciDatabaseAutonomousDatabaseBackup.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.DatabaseFunctions;
    import com.pulumi.oci.Database.inputs.GetAutonomousDatabaseBackupArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testAutonomousDatabaseBackup = DatabaseFunctions.getAutonomousDatabaseBackup(GetAutonomousDatabaseBackupArgs.builder()
                .autonomousDatabaseBackupId(testAutonomousDatabaseBackupOciDatabaseAutonomousDatabaseBackup.id())
                .build());
    
        }
    }
    
    variables:
      testAutonomousDatabaseBackup:
        fn::invoke:
          function: oci:Database:getAutonomousDatabaseBackup
          arguments:
            autonomousDatabaseBackupId: ${testAutonomousDatabaseBackupOciDatabaseAutonomousDatabaseBackup.id}
    

    Using getAutonomousDatabaseBackup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAutonomousDatabaseBackup(args: GetAutonomousDatabaseBackupArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabaseBackupResult>
    function getAutonomousDatabaseBackupOutput(args: GetAutonomousDatabaseBackupOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabaseBackupResult>
    def get_autonomous_database_backup(autonomous_database_backup_id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabaseBackupResult
    def get_autonomous_database_backup_output(autonomous_database_backup_id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabaseBackupResult]
    func LookupAutonomousDatabaseBackup(ctx *Context, args *LookupAutonomousDatabaseBackupArgs, opts ...InvokeOption) (*LookupAutonomousDatabaseBackupResult, error)
    func LookupAutonomousDatabaseBackupOutput(ctx *Context, args *LookupAutonomousDatabaseBackupOutputArgs, opts ...InvokeOption) LookupAutonomousDatabaseBackupResultOutput

    > Note: This function is named LookupAutonomousDatabaseBackup in the Go SDK.

    public static class GetAutonomousDatabaseBackup 
    {
        public static Task<GetAutonomousDatabaseBackupResult> InvokeAsync(GetAutonomousDatabaseBackupArgs args, InvokeOptions? opts = null)
        public static Output<GetAutonomousDatabaseBackupResult> Invoke(GetAutonomousDatabaseBackupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutonomousDatabaseBackupResult> getAutonomousDatabaseBackup(GetAutonomousDatabaseBackupArgs args, InvokeOptions options)
    public static Output<GetAutonomousDatabaseBackupResult> getAutonomousDatabaseBackup(GetAutonomousDatabaseBackupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Database/getAutonomousDatabaseBackup:getAutonomousDatabaseBackup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AutonomousDatabaseBackupId string
    The OCID of the Autonomous AI Database backup.
    AutonomousDatabaseBackupId string
    The OCID of the Autonomous AI Database backup.
    autonomousDatabaseBackupId String
    The OCID of the Autonomous AI Database backup.
    autonomousDatabaseBackupId string
    The OCID of the Autonomous AI Database backup.
    autonomous_database_backup_id str
    The OCID of the Autonomous AI Database backup.
    autonomousDatabaseBackupId String
    The OCID of the Autonomous AI Database backup.

    getAutonomousDatabaseBackup Result

    The following output properties are available:

    AutonomousDatabaseBackupId string
    AutonomousDatabaseId string
    The OCID of the Autonomous AI Database.
    BackupDestinationDetails List<GetAutonomousDatabaseBackupBackupDestinationDetail>
    Backup destination details
    CompartmentId string
    The OCID of the compartment.
    DatabaseSizeInTbs double
    The size of the database in terabytes at the time the backup was taken.
    DbVersion string
    A valid Oracle AI Database version for Autonomous AI Database.
    DisplayName string
    The user-friendly name for the backup. The name does not have to be unique.
    Id string
    The OCID of the Autonomous AI Database backup.
    InfrastructureType string
    The infrastructure type this resource belongs to.
    IsAutomatic bool
    Indicates whether the backup is user-initiated or automatic.
    IsLongTermBackup bool
    IsRestorable bool
    Indicates whether the backup can be used to restore the associated Autonomous AI Database.
    KeyStoreId string
    The OCID of the key store of Oracle Vault.
    KeyStoreWalletName string
    The wallet name for Oracle Key Vault.
    KmsKeyId string
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    KmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    Region string
    Name of the region in which backup is taken in.
    RetentionPeriodInDays int
    Retention period, in days, for long-term backups
    SizeInTbs double
    The backup size in terrabytes (TB).
    SourceDatabaseDetails List<GetAutonomousDatabaseBackupSourceDatabaseDetail>
    Source Autonomous Database details.
    State string
    The current state of the backup.
    TimeAvailableTill string
    Timestamp until when the backup will be available
    TimeEnded string
    The date and time the backup completed.
    TimeStarted string
    The date and time the backup started.
    Type string
    The type of backup.
    VaultId string
    The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.
    AutonomousDatabaseBackupId string
    AutonomousDatabaseId string
    The OCID of the Autonomous AI Database.
    BackupDestinationDetails []GetAutonomousDatabaseBackupBackupDestinationDetail
    Backup destination details
    CompartmentId string
    The OCID of the compartment.
    DatabaseSizeInTbs float64
    The size of the database in terabytes at the time the backup was taken.
    DbVersion string
    A valid Oracle AI Database version for Autonomous AI Database.
    DisplayName string
    The user-friendly name for the backup. The name does not have to be unique.
    Id string
    The OCID of the Autonomous AI Database backup.
    InfrastructureType string
    The infrastructure type this resource belongs to.
    IsAutomatic bool
    Indicates whether the backup is user-initiated or automatic.
    IsLongTermBackup bool
    IsRestorable bool
    Indicates whether the backup can be used to restore the associated Autonomous AI Database.
    KeyStoreId string
    The OCID of the key store of Oracle Vault.
    KeyStoreWalletName string
    The wallet name for Oracle Key Vault.
    KmsKeyId string
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    KmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    Region string
    Name of the region in which backup is taken in.
    RetentionPeriodInDays int
    Retention period, in days, for long-term backups
    SizeInTbs float64
    The backup size in terrabytes (TB).
    SourceDatabaseDetails []GetAutonomousDatabaseBackupSourceDatabaseDetail
    Source Autonomous Database details.
    State string
    The current state of the backup.
    TimeAvailableTill string
    Timestamp until when the backup will be available
    TimeEnded string
    The date and time the backup completed.
    TimeStarted string
    The date and time the backup started.
    Type string
    The type of backup.
    VaultId string
    The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.
    autonomousDatabaseBackupId String
    autonomousDatabaseId String
    The OCID of the Autonomous AI Database.
    backupDestinationDetails List<GetAutonomousBackupBackupDestinationDetail>
    Backup destination details
    compartmentId String
    The OCID of the compartment.
    databaseSizeInTbs Double
    The size of the database in terabytes at the time the backup was taken.
    dbVersion String
    A valid Oracle AI Database version for Autonomous AI Database.
    displayName String
    The user-friendly name for the backup. The name does not have to be unique.
    id String
    The OCID of the Autonomous AI Database backup.
    infrastructureType String
    The infrastructure type this resource belongs to.
    isAutomatic Boolean
    Indicates whether the backup is user-initiated or automatic.
    isLongTermBackup Boolean
    isRestorable Boolean
    Indicates whether the backup can be used to restore the associated Autonomous AI Database.
    keyStoreId String
    The OCID of the key store of Oracle Vault.
    keyStoreWalletName String
    The wallet name for Oracle Key Vault.
    kmsKeyId String
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kmsKeyVersionId String
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    region String
    Name of the region in which backup is taken in.
    retentionPeriodInDays Integer
    Retention period, in days, for long-term backups
    sizeInTbs Double
    The backup size in terrabytes (TB).
    sourceDatabaseDetails List<GetAutonomousBackupSourceDetail>
    Source Autonomous Database details.
    state String
    The current state of the backup.
    timeAvailableTill String
    Timestamp until when the backup will be available
    timeEnded String
    The date and time the backup completed.
    timeStarted String
    The date and time the backup started.
    type String
    The type of backup.
    vaultId String
    The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.
    autonomousDatabaseBackupId string
    autonomousDatabaseId string
    The OCID of the Autonomous AI Database.
    backupDestinationDetails GetAutonomousDatabaseBackupBackupDestinationDetail[]
    Backup destination details
    compartmentId string
    The OCID of the compartment.
    databaseSizeInTbs number
    The size of the database in terabytes at the time the backup was taken.
    dbVersion string
    A valid Oracle AI Database version for Autonomous AI Database.
    displayName string
    The user-friendly name for the backup. The name does not have to be unique.
    id string
    The OCID of the Autonomous AI Database backup.
    infrastructureType string
    The infrastructure type this resource belongs to.
    isAutomatic boolean
    Indicates whether the backup is user-initiated or automatic.
    isLongTermBackup boolean
    isRestorable boolean
    Indicates whether the backup can be used to restore the associated Autonomous AI Database.
    keyStoreId string
    The OCID of the key store of Oracle Vault.
    keyStoreWalletName string
    The wallet name for Oracle Key Vault.
    kmsKeyId string
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    region string
    Name of the region in which backup is taken in.
    retentionPeriodInDays number
    Retention period, in days, for long-term backups
    sizeInTbs number
    The backup size in terrabytes (TB).
    sourceDatabaseDetails GetAutonomousDatabaseBackupSourceDatabaseDetail[]
    Source Autonomous Database details.
    state string
    The current state of the backup.
    timeAvailableTill string
    Timestamp until when the backup will be available
    timeEnded string
    The date and time the backup completed.
    timeStarted string
    The date and time the backup started.
    type string
    The type of backup.
    vaultId string
    The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.
    autonomous_database_backup_id str
    autonomous_database_id str
    The OCID of the Autonomous AI Database.
    backup_destination_details Sequence[GetAutonomousDatabaseBackupBackupDestinationDetail]
    Backup destination details
    compartment_id str
    The OCID of the compartment.
    database_size_in_tbs float
    The size of the database in terabytes at the time the backup was taken.
    db_version str
    A valid Oracle AI Database version for Autonomous AI Database.
    display_name str
    The user-friendly name for the backup. The name does not have to be unique.
    id str
    The OCID of the Autonomous AI Database backup.
    infrastructure_type str
    The infrastructure type this resource belongs to.
    is_automatic bool
    Indicates whether the backup is user-initiated or automatic.
    is_long_term_backup bool
    is_restorable bool
    Indicates whether the backup can be used to restore the associated Autonomous AI Database.
    key_store_id str
    The OCID of the key store of Oracle Vault.
    key_store_wallet_name str
    The wallet name for Oracle Key Vault.
    kms_key_id str
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kms_key_version_id str
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances.
    lifecycle_details str
    Additional information about the current lifecycle state.
    region str
    Name of the region in which backup is taken in.
    retention_period_in_days int
    Retention period, in days, for long-term backups
    size_in_tbs float
    The backup size in terrabytes (TB).
    source_database_details Sequence[GetAutonomousDatabaseBackupSourceDatabaseDetail]
    Source Autonomous Database details.
    state str
    The current state of the backup.
    time_available_till str
    Timestamp until when the backup will be available
    time_ended str
    The date and time the backup completed.
    time_started str
    The date and time the backup started.
    type str
    The type of backup.
    vault_id str
    The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.
    autonomousDatabaseBackupId String
    autonomousDatabaseId String
    The OCID of the Autonomous AI Database.
    backupDestinationDetails List<Property Map>
    Backup destination details
    compartmentId String
    The OCID of the compartment.
    databaseSizeInTbs Number
    The size of the database in terabytes at the time the backup was taken.
    dbVersion String
    A valid Oracle AI Database version for Autonomous AI Database.
    displayName String
    The user-friendly name for the backup. The name does not have to be unique.
    id String
    The OCID of the Autonomous AI Database backup.
    infrastructureType String
    The infrastructure type this resource belongs to.
    isAutomatic Boolean
    Indicates whether the backup is user-initiated or automatic.
    isLongTermBackup Boolean
    isRestorable Boolean
    Indicates whether the backup can be used to restore the associated Autonomous AI Database.
    keyStoreId String
    The OCID of the key store of Oracle Vault.
    keyStoreWalletName String
    The wallet name for Oracle Key Vault.
    kmsKeyId String
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kmsKeyVersionId String
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous AI Database Serverless does not use key versions, hence is not applicable for Autonomous AI Database Serverless instances.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    region String
    Name of the region in which backup is taken in.
    retentionPeriodInDays Number
    Retention period, in days, for long-term backups
    sizeInTbs Number
    The backup size in terrabytes (TB).
    sourceDatabaseDetails List<Property Map>
    Source Autonomous Database details.
    state String
    The current state of the backup.
    timeAvailableTill String
    Timestamp until when the backup will be available
    timeEnded String
    The date and time the backup completed.
    timeStarted String
    The date and time the backup started.
    type String
    The type of backup.
    vaultId String
    The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretId are required for Customer Managed Keys.

    Supporting Types

    GetAutonomousDatabaseBackupBackupDestinationDetail

    BackupRetentionPolicyOnTerminate string
    Defines the automatic and manual backup retention policy for the Autonomous Database termination. The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are 'RETAIN_PER_RETENTION_WINDOW' or 'RETAIN_FOR_72_HOURS'.The default value is 'RETAIN_FOR_72_HOURS'.
    Id string
    The OCID of the Autonomous AI Database backup.
    InternetProxy string
    Proxy URL to connect to object store.
    IsRemote bool
    Indicates whether the backup destination is cross-region or local.
    IsRetentionLockEnabled bool
    Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
    RemoteRegion string
    The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains.
    Type string
    The type of backup.
    VpcPassword string
    For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
    VpcUser string
    For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
    BackupRetentionPolicyOnTerminate string
    Defines the automatic and manual backup retention policy for the Autonomous Database termination. The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are 'RETAIN_PER_RETENTION_WINDOW' or 'RETAIN_FOR_72_HOURS'.The default value is 'RETAIN_FOR_72_HOURS'.
    Id string
    The OCID of the Autonomous AI Database backup.
    InternetProxy string
    Proxy URL to connect to object store.
    IsRemote bool
    Indicates whether the backup destination is cross-region or local.
    IsRetentionLockEnabled bool
    Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
    RemoteRegion string
    The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains.
    Type string
    The type of backup.
    VpcPassword string
    For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
    VpcUser string
    For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
    backupRetentionPolicyOnTerminate String
    Defines the automatic and manual backup retention policy for the Autonomous Database termination. The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are 'RETAIN_PER_RETENTION_WINDOW' or 'RETAIN_FOR_72_HOURS'.The default value is 'RETAIN_FOR_72_HOURS'.
    id String
    The OCID of the Autonomous AI Database backup.
    internetProxy String
    Proxy URL to connect to object store.
    isRemote Boolean
    Indicates whether the backup destination is cross-region or local.
    isRetentionLockEnabled Boolean
    Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
    remoteRegion String
    The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains.
    type String
    The type of backup.
    vpcPassword String
    For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
    vpcUser String
    For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
    backupRetentionPolicyOnTerminate string
    Defines the automatic and manual backup retention policy for the Autonomous Database termination. The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are 'RETAIN_PER_RETENTION_WINDOW' or 'RETAIN_FOR_72_HOURS'.The default value is 'RETAIN_FOR_72_HOURS'.
    id string
    The OCID of the Autonomous AI Database backup.
    internetProxy string
    Proxy URL to connect to object store.
    isRemote boolean
    Indicates whether the backup destination is cross-region or local.
    isRetentionLockEnabled boolean
    Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
    remoteRegion string
    The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains.
    type string
    The type of backup.
    vpcPassword string
    For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
    vpcUser string
    For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
    backup_retention_policy_on_terminate str
    Defines the automatic and manual backup retention policy for the Autonomous Database termination. The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are 'RETAIN_PER_RETENTION_WINDOW' or 'RETAIN_FOR_72_HOURS'.The default value is 'RETAIN_FOR_72_HOURS'.
    id str
    The OCID of the Autonomous AI Database backup.
    internet_proxy str
    Proxy URL to connect to object store.
    is_remote bool
    Indicates whether the backup destination is cross-region or local.
    is_retention_lock_enabled bool
    Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
    remote_region str
    The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains.
    type str
    The type of backup.
    vpc_password str
    For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
    vpc_user str
    For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
    backupRetentionPolicyOnTerminate String
    Defines the automatic and manual backup retention policy for the Autonomous Database termination. The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are 'RETAIN_PER_RETENTION_WINDOW' or 'RETAIN_FOR_72_HOURS'.The default value is 'RETAIN_FOR_72_HOURS'.
    id String
    The OCID of the Autonomous AI Database backup.
    internetProxy String
    Proxy URL to connect to object store.
    isRemote Boolean
    Indicates whether the backup destination is cross-region or local.
    isRetentionLockEnabled Boolean
    Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.
    remoteRegion String
    The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains.
    type String
    The type of backup.
    vpcPassword String
    For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
    vpcUser String
    For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.

    GetAutonomousDatabaseBackupSourceDatabaseDetail

    AutonomousContainerDatabaseCustomerContacts List<GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousContainerDatabaseCustomerContact>
    Customer Contacts for the Autonomous Container Database. Setting this to an empty list removes all customer contacts.
    AutonomousContainerDatabaseDisplayName string
    The user-provided name for the Autonomous Container Database.
    AutonomousContainerDatabaseDstFileVersion string
    DST Time-Zone File version of the Autonomous Container Database.
    AutonomousContainerDatabaseName string
    Autonomous Container Database name.
    AutonomousDatabaseCustomerContacts List<GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousDatabaseCustomerContact>
    Customer Contacts for the Autonomous database.
    AutonomousDatabaseName string
    Autonomous Database's name.
    AutonomousVmClusterDisplayName string
    Autonomous VM cluster's user-friendly name.
    DbWorkload string
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    AutonomousContainerDatabaseCustomerContacts []GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousContainerDatabaseCustomerContact
    Customer Contacts for the Autonomous Container Database. Setting this to an empty list removes all customer contacts.
    AutonomousContainerDatabaseDisplayName string
    The user-provided name for the Autonomous Container Database.
    AutonomousContainerDatabaseDstFileVersion string
    DST Time-Zone File version of the Autonomous Container Database.
    AutonomousContainerDatabaseName string
    Autonomous Container Database name.
    AutonomousDatabaseCustomerContacts []GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousDatabaseCustomerContact
    Customer Contacts for the Autonomous database.
    AutonomousDatabaseName string
    Autonomous Database's name.
    AutonomousVmClusterDisplayName string
    Autonomous VM cluster's user-friendly name.
    DbWorkload string
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    autonomousContainerDatabaseCustomerContacts List<GetAutonomousBackupSourceDetailAutonomousContainerCustomerContact>
    Customer Contacts for the Autonomous Container Database. Setting this to an empty list removes all customer contacts.
    autonomousContainerDatabaseDisplayName String
    The user-provided name for the Autonomous Container Database.
    autonomousContainerDatabaseDstFileVersion String
    DST Time-Zone File version of the Autonomous Container Database.
    autonomousContainerDatabaseName String
    Autonomous Container Database name.
    autonomousDatabaseCustomerContacts List<GetAutonomousBackupSourceDetailAutonomousCustomerContact>
    Customer Contacts for the Autonomous database.
    autonomousDatabaseName String
    Autonomous Database's name.
    autonomousVmClusterDisplayName String
    Autonomous VM cluster's user-friendly name.
    dbWorkload String
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    autonomousContainerDatabaseCustomerContacts GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousContainerDatabaseCustomerContact[]
    Customer Contacts for the Autonomous Container Database. Setting this to an empty list removes all customer contacts.
    autonomousContainerDatabaseDisplayName string
    The user-provided name for the Autonomous Container Database.
    autonomousContainerDatabaseDstFileVersion string
    DST Time-Zone File version of the Autonomous Container Database.
    autonomousContainerDatabaseName string
    Autonomous Container Database name.
    autonomousDatabaseCustomerContacts GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousDatabaseCustomerContact[]
    Customer Contacts for the Autonomous database.
    autonomousDatabaseName string
    Autonomous Database's name.
    autonomousVmClusterDisplayName string
    Autonomous VM cluster's user-friendly name.
    dbWorkload string
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    autonomous_container_database_customer_contacts Sequence[GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousContainerDatabaseCustomerContact]
    Customer Contacts for the Autonomous Container Database. Setting this to an empty list removes all customer contacts.
    autonomous_container_database_display_name str
    The user-provided name for the Autonomous Container Database.
    autonomous_container_database_dst_file_version str
    DST Time-Zone File version of the Autonomous Container Database.
    autonomous_container_database_name str
    Autonomous Container Database name.
    autonomous_database_customer_contacts Sequence[GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousDatabaseCustomerContact]
    Customer Contacts for the Autonomous database.
    autonomous_database_name str
    Autonomous Database's name.
    autonomous_vm_cluster_display_name str
    Autonomous VM cluster's user-friendly name.
    db_workload str
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    autonomousContainerDatabaseCustomerContacts List<Property Map>
    Customer Contacts for the Autonomous Container Database. Setting this to an empty list removes all customer contacts.
    autonomousContainerDatabaseDisplayName String
    The user-provided name for the Autonomous Container Database.
    autonomousContainerDatabaseDstFileVersion String
    DST Time-Zone File version of the Autonomous Container Database.
    autonomousContainerDatabaseName String
    Autonomous Container Database name.
    autonomousDatabaseCustomerContacts List<Property Map>
    Customer Contacts for the Autonomous database.
    autonomousDatabaseName String
    Autonomous Database's name.
    autonomousVmClusterDisplayName String
    Autonomous VM cluster's user-friendly name.
    dbWorkload String
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.

    GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousContainerDatabaseCustomerContact

    Email string
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    Email string
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email String
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email string
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email str
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email String
    The email address used by Oracle to send notifications regarding databases and infrastructure.

    GetAutonomousDatabaseBackupSourceDatabaseDetailAutonomousDatabaseCustomerContact

    Email string
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    Email string
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email String
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email string
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email str
    The email address used by Oracle to send notifications regarding databases and infrastructure.
    email String
    The email address used by Oracle to send notifications regarding databases and infrastructure.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate