1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. AutonomousContainerDatabase
Oracle Cloud Infrastructure v1.16.1 published on Wednesday, Nov 22, 2023 by Pulumi

oci.Database.AutonomousContainerDatabase

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.16.1 published on Wednesday, Nov 22, 2023 by Pulumi

    This resource provides the Autonomous Container Database resource in Oracle Cloud Infrastructure Database service.

    Creates an Autonomous Container Database in the specified Autonomous Exadata Infrastructure.

    Example Usage

    Coming soon!

    Coming soon!

    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.AutonomousContainerDatabase;
    import com.pulumi.oci.Database.AutonomousContainerDatabaseArgs;
    import com.pulumi.oci.Database.inputs.AutonomousContainerDatabaseBackupConfigArgs;
    import com.pulumi.oci.Database.inputs.AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs;
    import com.pulumi.oci.Database.inputs.AutonomousContainerDatabaseMaintenanceWindowDetailsArgs;
    import com.pulumi.oci.Database.inputs.AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs;
    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) {
            var testAutonomousContainerDatabase = new AutonomousContainerDatabase("testAutonomousContainerDatabase", AutonomousContainerDatabaseArgs.builder()        
                .displayName(var_.autonomous_container_database_display_name())
                .patchModel(var_.autonomous_container_database_patch_model())
                .cloudAutonomousVmClusterId(oci_database_cloud_autonomous_vm_cluster.test_cloud_autonomous_vm_cluster().id())
                .autonomousVmClusterId(oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster().id())
                .backupConfig(AutonomousContainerDatabaseBackupConfigArgs.builder()
                    .backupDestinationDetails(AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs.builder()
                        .type(var_.autonomous_container_database_backup_config_backup_destination_details_type())
                        .dbrsPolicyId(oci_identity_policy.test_policy().id())
                        .id(var_.autonomous_container_database_backup_config_backup_destination_details_id())
                        .internetProxy(var_.autonomous_container_database_backup_config_backup_destination_details_internet_proxy())
                        .vpcPassword(var_.autonomous_container_database_backup_config_backup_destination_details_vpc_password())
                        .vpcUser(var_.autonomous_container_database_backup_config_backup_destination_details_vpc_user())
                        .build())
                    .recoveryWindowInDays(var_.autonomous_container_database_backup_config_recovery_window_in_days())
                    .build())
                .compartmentId(var_.compartment_id())
                .dbName(var_.autonomous_container_database_db_name())
                .dbUniqueName(var_.autonomous_container_database_db_unique_name())
                .dbVersion(var_.autonomous_container_database_db_version())
                .definedTags(Map.of("Operations.CostCenter", "42"))
                .fastStartFailOverLagLimitInSeconds(var_.autonomous_container_database_fast_start_fail_over_lag_limit_in_seconds())
                .freeformTags(Map.of("Department", "Finance"))
                .isAutomaticFailoverEnabled(var_.autonomous_container_database_is_automatic_failover_enabled())
                .isDstFileUpdateEnabled(var_.autonomous_container_database_is_dst_file_update_enabled())
                .keyStoreId(oci_database_key_store.test_key_store().id())
                .kmsKeyId(oci_kms_key.test_key().id())
                .maintenanceWindowDetails(AutonomousContainerDatabaseMaintenanceWindowDetailsArgs.builder()
                    .customActionTimeoutInMins(var_.autonomous_container_database_maintenance_window_details_custom_action_timeout_in_mins())
                    .daysOfWeeks(AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs.builder()
                        .name(var_.autonomous_container_database_maintenance_window_details_days_of_week_name())
                        .build())
                    .hoursOfDays(var_.autonomous_container_database_maintenance_window_details_hours_of_day())
                    .isCustomActionTimeoutEnabled(var_.autonomous_container_database_maintenance_window_details_is_custom_action_timeout_enabled())
                    .isMonthlyPatchingEnabled(var_.autonomous_container_database_maintenance_window_details_is_monthly_patching_enabled())
                    .leadTimeInWeeks(var_.autonomous_container_database_maintenance_window_details_lead_time_in_weeks())
                    .months(AutonomousContainerDatabaseMaintenanceWindowDetailsMonthArgs.builder()
                        .name(var_.autonomous_container_database_maintenance_window_details_months_name())
                        .build())
                    .patchingMode(var_.autonomous_container_database_maintenance_window_details_patching_mode())
                    .preference(var_.autonomous_container_database_maintenance_window_details_preference())
                    .weeksOfMonths(var_.autonomous_container_database_maintenance_window_details_weeks_of_month())
                    .build())
                .peerAutonomousContainerDatabaseDisplayName(var_.autonomous_container_database_peer_autonomous_container_database_display_name())
                .peerCloudAutonomousVmClusterId(oci_database_cloud_autonomous_vm_cluster.test_cloud_autonomous_vm_cluster().id())
                .protectionMode(var_.autonomous_container_database_protection_mode())
                .peerAutonomousContainerDatabaseBackupConfig(AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs.builder()
                    .backupDestinationDetails(AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs.builder()
                        .type(var_.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_type())
                        .dbrsPolicyId(oci_identity_policy.test_policy().id())
                        .id(var_.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_id())
                        .internetProxy(var_.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_internet_proxy())
                        .vpcPassword(var_.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_vpc_password())
                        .vpcUser(var_.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_vpc_user())
                        .build())
                    .recoveryWindowInDays(var_.autonomous_container_database_peer_autonomous_container_database_backup_config_recovery_window_in_days())
                    .build())
                .peerAutonomousContainerDatabaseCompartmentId(oci_identity_compartment.test_compartment().id())
                .peerAutonomousVmClusterId(oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster().id())
                .peerDbUniqueName(var_.autonomous_container_database_peer_db_unique_name())
                .serviceLevelAgreementType(var_.autonomous_container_database_service_level_agreement_type())
                .vaultId(oci_kms_vault.test_vault().id())
                .versionPreference(var_.autonomous_container_database_version_preference())
                .standbyMaintenanceBufferInDays(var_.autonomous_container_database_standby_maintenance_buffer_in_days())
                .build());
    
        }
    }
    

    Coming soon!

    Coming soon!

    resources:
      testAutonomousContainerDatabase:
        type: oci:Database:AutonomousContainerDatabase
        properties:
          #Required
          displayName: ${var.autonomous_container_database_display_name}
          patchModel: ${var.autonomous_container_database_patch_model}
          #Optional
          cloudAutonomousVmClusterId: ${oci_database_cloud_autonomous_vm_cluster.test_cloud_autonomous_vm_cluster.id}
          autonomousVmClusterId: ${oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster.id}
          backupConfig:
            backupDestinationDetails:
              type: ${var.autonomous_container_database_backup_config_backup_destination_details_type}
              dbrsPolicyId: ${oci_identity_policy.test_policy.id}
              id: ${var.autonomous_container_database_backup_config_backup_destination_details_id}
              internetProxy: ${var.autonomous_container_database_backup_config_backup_destination_details_internet_proxy}
              vpcPassword: ${var.autonomous_container_database_backup_config_backup_destination_details_vpc_password}
              vpcUser: ${var.autonomous_container_database_backup_config_backup_destination_details_vpc_user}
            recoveryWindowInDays: ${var.autonomous_container_database_backup_config_recovery_window_in_days}
          compartmentId: ${var.compartment_id}
          dbName: ${var.autonomous_container_database_db_name}
          dbUniqueName: ${var.autonomous_container_database_db_unique_name}
          dbVersion: ${var.autonomous_container_database_db_version}
          definedTags:
            Operations.CostCenter: '42'
          fastStartFailOverLagLimitInSeconds: ${var.autonomous_container_database_fast_start_fail_over_lag_limit_in_seconds}
          freeformTags:
            Department: Finance
          isAutomaticFailoverEnabled: ${var.autonomous_container_database_is_automatic_failover_enabled}
          isDstFileUpdateEnabled: ${var.autonomous_container_database_is_dst_file_update_enabled}
          keyStoreId: ${oci_database_key_store.test_key_store.id}
          kmsKeyId: ${oci_kms_key.test_key.id}
          maintenanceWindowDetails:
            customActionTimeoutInMins: ${var.autonomous_container_database_maintenance_window_details_custom_action_timeout_in_mins}
            daysOfWeeks:
              - name: ${var.autonomous_container_database_maintenance_window_details_days_of_week_name}
            hoursOfDays: ${var.autonomous_container_database_maintenance_window_details_hours_of_day}
            isCustomActionTimeoutEnabled: ${var.autonomous_container_database_maintenance_window_details_is_custom_action_timeout_enabled}
            isMonthlyPatchingEnabled: ${var.autonomous_container_database_maintenance_window_details_is_monthly_patching_enabled}
            leadTimeInWeeks: ${var.autonomous_container_database_maintenance_window_details_lead_time_in_weeks}
            months:
              - name: ${var.autonomous_container_database_maintenance_window_details_months_name}
            patchingMode: ${var.autonomous_container_database_maintenance_window_details_patching_mode}
            preference: ${var.autonomous_container_database_maintenance_window_details_preference}
            weeksOfMonths: ${var.autonomous_container_database_maintenance_window_details_weeks_of_month}
          peerAutonomousContainerDatabaseDisplayName: ${var.autonomous_container_database_peer_autonomous_container_database_display_name}
          peerCloudAutonomousVmClusterId: ${oci_database_cloud_autonomous_vm_cluster.test_cloud_autonomous_vm_cluster.id}
          protectionMode: ${var.autonomous_container_database_protection_mode}
          peerAutonomousContainerDatabaseBackupConfig:
            backupDestinationDetails:
              - type: ${var.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_type}
                dbrsPolicyId: ${oci_identity_policy.test_policy.id}
                id: ${var.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_id}
                internetProxy: ${var.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_internet_proxy}
                vpcPassword: ${var.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_vpc_password}
                vpcUser: ${var.autonomous_container_database_peer_autonomous_container_database_backup_config_backup_destination_details_vpc_user}
            recoveryWindowInDays: ${var.autonomous_container_database_peer_autonomous_container_database_backup_config_recovery_window_in_days}
          peerAutonomousContainerDatabaseCompartmentId: ${oci_identity_compartment.test_compartment.id}
          peerAutonomousVmClusterId: ${oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster.id}
          peerDbUniqueName: ${var.autonomous_container_database_peer_db_unique_name}
          serviceLevelAgreementType: ${var.autonomous_container_database_service_level_agreement_type}
          vaultId: ${oci_kms_vault.test_vault.id}
          versionPreference: ${var.autonomous_container_database_version_preference}
          standbyMaintenanceBufferInDays: ${var.autonomous_container_database_standby_maintenance_buffer_in_days}
    

    Create AutonomousContainerDatabase Resource

    new AutonomousContainerDatabase(name: string, args: AutonomousContainerDatabaseArgs, opts?: CustomResourceOptions);
    @overload
    def AutonomousContainerDatabase(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    autonomous_exadata_infrastructure_id: Optional[str] = None,
                                    autonomous_vm_cluster_id: Optional[str] = None,
                                    backup_config: Optional[_database.AutonomousContainerDatabaseBackupConfigArgs] = None,
                                    cloud_autonomous_vm_cluster_id: Optional[str] = None,
                                    compartment_id: Optional[str] = None,
                                    db_name: Optional[str] = None,
                                    db_unique_name: Optional[str] = None,
                                    db_version: Optional[str] = None,
                                    defined_tags: Optional[Mapping[str, Any]] = None,
                                    display_name: Optional[str] = None,
                                    fast_start_fail_over_lag_limit_in_seconds: Optional[int] = None,
                                    freeform_tags: Optional[Mapping[str, Any]] = None,
                                    is_automatic_failover_enabled: Optional[bool] = None,
                                    is_dst_file_update_enabled: Optional[bool] = None,
                                    key_store_id: Optional[str] = None,
                                    kms_key_id: Optional[str] = None,
                                    maintenance_window_details: Optional[_database.AutonomousContainerDatabaseMaintenanceWindowDetailsArgs] = None,
                                    patch_model: Optional[str] = None,
                                    peer_autonomous_container_database_backup_config: Optional[_database.AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs] = None,
                                    peer_autonomous_container_database_compartment_id: Optional[str] = None,
                                    peer_autonomous_container_database_display_name: Optional[str] = None,
                                    peer_autonomous_exadata_infrastructure_id: Optional[str] = None,
                                    peer_autonomous_vm_cluster_id: Optional[str] = None,
                                    peer_cloud_autonomous_vm_cluster_id: Optional[str] = None,
                                    peer_db_unique_name: Optional[str] = None,
                                    protection_mode: Optional[str] = None,
                                    rotate_key_trigger: Optional[bool] = None,
                                    service_level_agreement_type: Optional[str] = None,
                                    standby_maintenance_buffer_in_days: Optional[int] = None,
                                    vault_id: Optional[str] = None,
                                    version_preference: Optional[str] = None)
    @overload
    def AutonomousContainerDatabase(resource_name: str,
                                    args: AutonomousContainerDatabaseArgs,
                                    opts: Optional[ResourceOptions] = None)
    func NewAutonomousContainerDatabase(ctx *Context, name string, args AutonomousContainerDatabaseArgs, opts ...ResourceOption) (*AutonomousContainerDatabase, error)
    public AutonomousContainerDatabase(string name, AutonomousContainerDatabaseArgs args, CustomResourceOptions? opts = null)
    public AutonomousContainerDatabase(String name, AutonomousContainerDatabaseArgs args)
    public AutonomousContainerDatabase(String name, AutonomousContainerDatabaseArgs args, CustomResourceOptions options)
    
    type: oci:Database:AutonomousContainerDatabase
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AutonomousContainerDatabaseArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AutonomousContainerDatabaseArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AutonomousContainerDatabaseArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AutonomousContainerDatabaseArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AutonomousContainerDatabaseArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AutonomousContainerDatabase Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The AutonomousContainerDatabase resource accepts the following input properties:

    DisplayName string

    (Updatable) The display name for the Autonomous Container Database.

    PatchModel string

    (Updatable) Database Patch model preference.

    AutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    AutonomousVmClusterId string

    The OCID of the Autonomous VM Cluster.

    BackupConfig AutonomousContainerDatabaseBackupConfig

    (Updatable) Backup options for the Autonomous Container Database.

    CloudAutonomousVmClusterId string

    The OCID of the Cloud Autonomous VM Cluster.

    CompartmentId string

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    DbName string

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    DbUniqueName string
    DbVersion string

    The base version for the Autonomous Container Database.

    DefinedTags Dictionary<string, object>

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    FastStartFailOverLagLimitInSeconds int

    The lag time for my preference based on data loss tolerance in seconds.

    FreeformTags Dictionary<string, object>

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    IsAutomaticFailoverEnabled bool

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    IsDstFileUpdateEnabled bool

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    KeyStoreId string

    The OCID of the key store.

    KmsKeyId string

    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

    MaintenanceWindowDetails AutonomousContainerDatabaseMaintenanceWindowDetails

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    PeerAutonomousContainerDatabaseBackupConfig AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfig
    PeerAutonomousContainerDatabaseCompartmentId string

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    PeerAutonomousContainerDatabaseDisplayName string

    The display name for the peer Autonomous Container Database.

    PeerAutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    PeerAutonomousVmClusterId string

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    PeerCloudAutonomousVmClusterId string

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    PeerDbUniqueName string
    ProtectionMode string

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    RotateKeyTrigger bool

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    ServiceLevelAgreementType string

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    StandbyMaintenanceBufferInDays int

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    VaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    VersionPreference string

    (Updatable) The next maintenance version preference.

    DisplayName string

    (Updatable) The display name for the Autonomous Container Database.

    PatchModel string

    (Updatable) Database Patch model preference.

    AutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    AutonomousVmClusterId string

    The OCID of the Autonomous VM Cluster.

    BackupConfig AutonomousContainerDatabaseBackupConfigArgs

    (Updatable) Backup options for the Autonomous Container Database.

    CloudAutonomousVmClusterId string

    The OCID of the Cloud Autonomous VM Cluster.

    CompartmentId string

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    DbName string

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    DbUniqueName string
    DbVersion string

    The base version for the Autonomous Container Database.

    DefinedTags map[string]interface{}

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    FastStartFailOverLagLimitInSeconds int

    The lag time for my preference based on data loss tolerance in seconds.

    FreeformTags map[string]interface{}

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    IsAutomaticFailoverEnabled bool

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    IsDstFileUpdateEnabled bool

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    KeyStoreId string

    The OCID of the key store.

    KmsKeyId string

    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

    MaintenanceWindowDetails AutonomousContainerDatabaseMaintenanceWindowDetailsArgs

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    PeerAutonomousContainerDatabaseBackupConfig AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs
    PeerAutonomousContainerDatabaseCompartmentId string

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    PeerAutonomousContainerDatabaseDisplayName string

    The display name for the peer Autonomous Container Database.

    PeerAutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    PeerAutonomousVmClusterId string

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    PeerCloudAutonomousVmClusterId string

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    PeerDbUniqueName string
    ProtectionMode string

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    RotateKeyTrigger bool

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    ServiceLevelAgreementType string

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    StandbyMaintenanceBufferInDays int

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    VaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    VersionPreference string

    (Updatable) The next maintenance version preference.

    displayName String

    (Updatable) The display name for the Autonomous Container Database.

    patchModel String

    (Updatable) Database Patch model preference.

    autonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomousVmClusterId String

    The OCID of the Autonomous VM Cluster.

    backupConfig AutonomousContainerBackupConfig

    (Updatable) Backup options for the Autonomous Container Database.

    cloudAutonomousVmClusterId String

    The OCID of the Cloud Autonomous VM Cluster.

    compartmentId String

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    dbName String

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    dbUniqueName String
    dbVersion String

    The base version for the Autonomous Container Database.

    definedTags Map<String,Object>

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    fastStartFailOverLagLimitInSeconds Integer

    The lag time for my preference based on data loss tolerance in seconds.

    freeformTags Map<String,Object>

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    isAutomaticFailoverEnabled Boolean

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    isDstFileUpdateEnabled Boolean

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    keyStoreId String

    The OCID of the key store.

    kmsKeyId String

    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

    maintenanceWindowDetails AutonomousContainerMaintenanceWindowDetails

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    peerAutonomousContainerDatabaseBackupConfig AutonomousContainerPeerAutonomousContainerBackupConfig
    peerAutonomousContainerDatabaseCompartmentId String

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peerAutonomousContainerDatabaseDisplayName String

    The display name for the peer Autonomous Container Database.

    peerAutonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peerAutonomousVmClusterId String

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peerCloudAutonomousVmClusterId String

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peerDbUniqueName String
    protectionMode String

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    rotateKeyTrigger Boolean

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    serviceLevelAgreementType String

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standbyMaintenanceBufferInDays Integer

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    vaultId String

    The OCID of the Oracle Cloud Infrastructure vault.

    versionPreference String

    (Updatable) The next maintenance version preference.

    displayName string

    (Updatable) The display name for the Autonomous Container Database.

    patchModel string

    (Updatable) Database Patch model preference.

    autonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomousVmClusterId string

    The OCID of the Autonomous VM Cluster.

    backupConfig AutonomousContainerDatabaseBackupConfig

    (Updatable) Backup options for the Autonomous Container Database.

    cloudAutonomousVmClusterId string

    The OCID of the Cloud Autonomous VM Cluster.

    compartmentId string

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    dbName string

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    dbUniqueName string
    dbVersion string

    The base version for the Autonomous Container Database.

    definedTags {[key: string]: any}

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    fastStartFailOverLagLimitInSeconds number

    The lag time for my preference based on data loss tolerance in seconds.

    freeformTags {[key: string]: any}

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    isAutomaticFailoverEnabled boolean

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    isDstFileUpdateEnabled boolean

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    keyStoreId string

    The OCID of the key store.

    kmsKeyId string

    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

    maintenanceWindowDetails AutonomousContainerDatabaseMaintenanceWindowDetails

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    peerAutonomousContainerDatabaseBackupConfig AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfig
    peerAutonomousContainerDatabaseCompartmentId string

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peerAutonomousContainerDatabaseDisplayName string

    The display name for the peer Autonomous Container Database.

    peerAutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peerAutonomousVmClusterId string

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peerCloudAutonomousVmClusterId string

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peerDbUniqueName string
    protectionMode string

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    rotateKeyTrigger boolean

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    serviceLevelAgreementType string

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standbyMaintenanceBufferInDays number

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    vaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    versionPreference string

    (Updatable) The next maintenance version preference.

    display_name str

    (Updatable) The display name for the Autonomous Container Database.

    patch_model str

    (Updatable) Database Patch model preference.

    autonomous_exadata_infrastructure_id str

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomous_vm_cluster_id str

    The OCID of the Autonomous VM Cluster.

    backup_config AutonomousContainerDatabaseBackupConfigArgs

    (Updatable) Backup options for the Autonomous Container Database.

    cloud_autonomous_vm_cluster_id str

    The OCID of the Cloud Autonomous VM Cluster.

    compartment_id str

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    db_name str

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    db_unique_name str
    db_version str

    The base version for the Autonomous Container Database.

    defined_tags Mapping[str, Any]

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    fast_start_fail_over_lag_limit_in_seconds int

    The lag time for my preference based on data loss tolerance in seconds.

    freeform_tags Mapping[str, Any]

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    is_automatic_failover_enabled bool

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    is_dst_file_update_enabled bool

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    key_store_id str

    The OCID of the key store.

    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.

    maintenance_window_details AutonomousContainerDatabaseMaintenanceWindowDetailsArgs

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    peer_autonomous_container_database_backup_config AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs
    peer_autonomous_container_database_compartment_id str

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peer_autonomous_container_database_display_name str

    The display name for the peer Autonomous Container Database.

    peer_autonomous_exadata_infrastructure_id str

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peer_autonomous_vm_cluster_id str

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peer_cloud_autonomous_vm_cluster_id str

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peer_db_unique_name str
    protection_mode str

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    rotate_key_trigger bool

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    service_level_agreement_type str

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standby_maintenance_buffer_in_days int

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    vault_id str

    The OCID of the Oracle Cloud Infrastructure vault.

    version_preference str

    (Updatable) The next maintenance version preference.

    displayName String

    (Updatable) The display name for the Autonomous Container Database.

    patchModel String

    (Updatable) Database Patch model preference.

    autonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomousVmClusterId String

    The OCID of the Autonomous VM Cluster.

    backupConfig Property Map

    (Updatable) Backup options for the Autonomous Container Database.

    cloudAutonomousVmClusterId String

    The OCID of the Cloud Autonomous VM Cluster.

    compartmentId String

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    dbName String

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    dbUniqueName String
    dbVersion String

    The base version for the Autonomous Container Database.

    definedTags Map<Any>

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    fastStartFailOverLagLimitInSeconds Number

    The lag time for my preference based on data loss tolerance in seconds.

    freeformTags Map<Any>

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    isAutomaticFailoverEnabled Boolean

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    isDstFileUpdateEnabled Boolean

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    keyStoreId String

    The OCID of the key store.

    kmsKeyId String

    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

    maintenanceWindowDetails Property Map

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    peerAutonomousContainerDatabaseBackupConfig Property Map
    peerAutonomousContainerDatabaseCompartmentId String

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peerAutonomousContainerDatabaseDisplayName String

    The display name for the peer Autonomous Container Database.

    peerAutonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peerAutonomousVmClusterId String

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peerCloudAutonomousVmClusterId String

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peerDbUniqueName String
    protectionMode String

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    rotateKeyTrigger Boolean

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    serviceLevelAgreementType String

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standbyMaintenanceBufferInDays Number

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    vaultId String

    The OCID of the Oracle Cloud Infrastructure vault.

    versionPreference String

    (Updatable) The next maintenance version preference.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AutonomousContainerDatabase resource produces the following output properties:

    AvailabilityDomain string

    The availability domain of the Autonomous Container Database

    AvailableCpus double

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    ComputeModel string

    The compute model of the Autonomous VM Cluster.

    DstFileVersion string

    DST Time Zone File version of the Autonomous Container Database.

    Id string

    The provider-assigned unique ID for this managed resource.

    InfrastructureType string

    The infrastructure type this resource belongs to.

    KeyHistoryEntries List<AutonomousContainerDatabaseKeyHistoryEntry>

    Key History Entry.

    KeyStoreWalletName string

    The wallet name for Oracle Key Vault.

    LargestProvisionableAutonomousDatabaseInCpus double

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    LastMaintenanceRunId string

    The OCID of the last maintenance run.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    MaintenanceWindows List<AutonomousContainerDatabaseMaintenanceWindow>

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    MemoryPerOracleComputeUnitInGbs int

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    NextMaintenanceRunId string

    The OCID of the next maintenance run.

    PatchId string

    The OCID of the last patch applied on the system.

    ProvisionableCpuses List<double>

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    ProvisionedCpus double

    The number of CPUs provisioned in an Autonomous Container Database.

    ReclaimableCpus double

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    ReservedCpus double

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    Role string

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    State string

    The current state of the Autonomous Container Database.

    TimeCreated string

    The date and time the Autonomous Container Database was created.

    TimeSnapshotStandbyRevert string

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    TotalCpus int

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    AvailabilityDomain string

    The availability domain of the Autonomous Container Database

    AvailableCpus float64

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    ComputeModel string

    The compute model of the Autonomous VM Cluster.

    DstFileVersion string

    DST Time Zone File version of the Autonomous Container Database.

    Id string

    The provider-assigned unique ID for this managed resource.

    InfrastructureType string

    The infrastructure type this resource belongs to.

    KeyHistoryEntries []AutonomousContainerDatabaseKeyHistoryEntry

    Key History Entry.

    KeyStoreWalletName string

    The wallet name for Oracle Key Vault.

    LargestProvisionableAutonomousDatabaseInCpus float64

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    LastMaintenanceRunId string

    The OCID of the last maintenance run.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    MaintenanceWindows []AutonomousContainerDatabaseMaintenanceWindow

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    MemoryPerOracleComputeUnitInGbs int

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    NextMaintenanceRunId string

    The OCID of the next maintenance run.

    PatchId string

    The OCID of the last patch applied on the system.

    ProvisionableCpuses []float64

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    ProvisionedCpus float64

    The number of CPUs provisioned in an Autonomous Container Database.

    ReclaimableCpus float64

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    ReservedCpus float64

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    Role string

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    State string

    The current state of the Autonomous Container Database.

    TimeCreated string

    The date and time the Autonomous Container Database was created.

    TimeSnapshotStandbyRevert string

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    TotalCpus int

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    availabilityDomain String

    The availability domain of the Autonomous Container Database

    availableCpus Double

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    computeModel String

    The compute model of the Autonomous VM Cluster.

    dstFileVersion String

    DST Time Zone File version of the Autonomous Container Database.

    id String

    The provider-assigned unique ID for this managed resource.

    infrastructureType String

    The infrastructure type this resource belongs to.

    keyHistoryEntries List<AutonomousContainerKeyHistoryEntry>

    Key History Entry.

    keyStoreWalletName String

    The wallet name for Oracle Key Vault.

    largestProvisionableAutonomousDatabaseInCpus Double

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    lastMaintenanceRunId String

    The OCID of the last maintenance run.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    maintenanceWindows List<AutonomousContainerMaintenanceWindow>

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memoryPerOracleComputeUnitInGbs Integer

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    nextMaintenanceRunId String

    The OCID of the next maintenance run.

    patchId String

    The OCID of the last patch applied on the system.

    provisionableCpuses List<Double>

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisionedCpus Double

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimableCpus Double

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reservedCpus Double

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role String

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    state String

    The current state of the Autonomous Container Database.

    timeCreated String

    The date and time the Autonomous Container Database was created.

    timeSnapshotStandbyRevert String

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    totalCpus Integer

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    availabilityDomain string

    The availability domain of the Autonomous Container Database

    availableCpus number

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    computeModel string

    The compute model of the Autonomous VM Cluster.

    dstFileVersion string

    DST Time Zone File version of the Autonomous Container Database.

    id string

    The provider-assigned unique ID for this managed resource.

    infrastructureType string

    The infrastructure type this resource belongs to.

    keyHistoryEntries AutonomousContainerDatabaseKeyHistoryEntry[]

    Key History Entry.

    keyStoreWalletName string

    The wallet name for Oracle Key Vault.

    largestProvisionableAutonomousDatabaseInCpus number

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    lastMaintenanceRunId string

    The OCID of the last maintenance run.

    lifecycleDetails string

    Additional information about the current lifecycle state.

    maintenanceWindows AutonomousContainerDatabaseMaintenanceWindow[]

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memoryPerOracleComputeUnitInGbs number

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    nextMaintenanceRunId string

    The OCID of the next maintenance run.

    patchId string

    The OCID of the last patch applied on the system.

    provisionableCpuses number[]

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisionedCpus number

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimableCpus number

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reservedCpus number

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role string

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    state string

    The current state of the Autonomous Container Database.

    timeCreated string

    The date and time the Autonomous Container Database was created.

    timeSnapshotStandbyRevert string

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    totalCpus number

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    availability_domain str

    The availability domain of the Autonomous Container Database

    available_cpus float

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    compute_model str

    The compute model of the Autonomous VM Cluster.

    dst_file_version str

    DST Time Zone File version of the Autonomous Container Database.

    id str

    The provider-assigned unique ID for this managed resource.

    infrastructure_type str

    The infrastructure type this resource belongs to.

    key_history_entries AutonomousContainerDatabaseKeyHistoryEntry]

    Key History Entry.

    key_store_wallet_name str

    The wallet name for Oracle Key Vault.

    largest_provisionable_autonomous_database_in_cpus float

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    last_maintenance_run_id str

    The OCID of the last maintenance run.

    lifecycle_details str

    Additional information about the current lifecycle state.

    maintenance_windows AutonomousContainerDatabaseMaintenanceWindow]

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memory_per_oracle_compute_unit_in_gbs int

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    next_maintenance_run_id str

    The OCID of the next maintenance run.

    patch_id str

    The OCID of the last patch applied on the system.

    provisionable_cpuses Sequence[float]

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisioned_cpus float

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimable_cpus float

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reserved_cpus float

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role str

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    state str

    The current state of the Autonomous Container Database.

    time_created str

    The date and time the Autonomous Container Database was created.

    time_snapshot_standby_revert str

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    total_cpus int

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    availabilityDomain String

    The availability domain of the Autonomous Container Database

    availableCpus Number

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    computeModel String

    The compute model of the Autonomous VM Cluster.

    dstFileVersion String

    DST Time Zone File version of the Autonomous Container Database.

    id String

    The provider-assigned unique ID for this managed resource.

    infrastructureType String

    The infrastructure type this resource belongs to.

    keyHistoryEntries List<Property Map>

    Key History Entry.

    keyStoreWalletName String

    The wallet name for Oracle Key Vault.

    largestProvisionableAutonomousDatabaseInCpus Number

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    lastMaintenanceRunId String

    The OCID of the last maintenance run.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    maintenanceWindows List<Property Map>

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memoryPerOracleComputeUnitInGbs Number

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    nextMaintenanceRunId String

    The OCID of the next maintenance run.

    patchId String

    The OCID of the last patch applied on the system.

    provisionableCpuses List<Number>

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisionedCpus Number

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimableCpus Number

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reservedCpus Number

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role String

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    state String

    The current state of the Autonomous Container Database.

    timeCreated String

    The date and time the Autonomous Container Database was created.

    timeSnapshotStandbyRevert String

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    totalCpus Number

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    Look up Existing AutonomousContainerDatabase Resource

    Get an existing AutonomousContainerDatabase resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AutonomousContainerDatabaseState, opts?: CustomResourceOptions): AutonomousContainerDatabase
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            autonomous_exadata_infrastructure_id: Optional[str] = None,
            autonomous_vm_cluster_id: Optional[str] = None,
            availability_domain: Optional[str] = None,
            available_cpus: Optional[float] = None,
            backup_config: Optional[_database.AutonomousContainerDatabaseBackupConfigArgs] = None,
            cloud_autonomous_vm_cluster_id: Optional[str] = None,
            compartment_id: Optional[str] = None,
            compute_model: Optional[str] = None,
            db_name: Optional[str] = None,
            db_unique_name: Optional[str] = None,
            db_version: Optional[str] = None,
            defined_tags: Optional[Mapping[str, Any]] = None,
            display_name: Optional[str] = None,
            dst_file_version: Optional[str] = None,
            fast_start_fail_over_lag_limit_in_seconds: Optional[int] = None,
            freeform_tags: Optional[Mapping[str, Any]] = None,
            infrastructure_type: Optional[str] = None,
            is_automatic_failover_enabled: Optional[bool] = None,
            is_dst_file_update_enabled: Optional[bool] = None,
            key_history_entries: Optional[Sequence[_database.AutonomousContainerDatabaseKeyHistoryEntryArgs]] = None,
            key_store_id: Optional[str] = None,
            key_store_wallet_name: Optional[str] = None,
            kms_key_id: Optional[str] = None,
            largest_provisionable_autonomous_database_in_cpus: Optional[float] = None,
            last_maintenance_run_id: Optional[str] = None,
            lifecycle_details: Optional[str] = None,
            maintenance_window_details: Optional[_database.AutonomousContainerDatabaseMaintenanceWindowDetailsArgs] = None,
            maintenance_windows: Optional[Sequence[_database.AutonomousContainerDatabaseMaintenanceWindowArgs]] = None,
            memory_per_oracle_compute_unit_in_gbs: Optional[int] = None,
            next_maintenance_run_id: Optional[str] = None,
            patch_id: Optional[str] = None,
            patch_model: Optional[str] = None,
            peer_autonomous_container_database_backup_config: Optional[_database.AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs] = None,
            peer_autonomous_container_database_compartment_id: Optional[str] = None,
            peer_autonomous_container_database_display_name: Optional[str] = None,
            peer_autonomous_exadata_infrastructure_id: Optional[str] = None,
            peer_autonomous_vm_cluster_id: Optional[str] = None,
            peer_cloud_autonomous_vm_cluster_id: Optional[str] = None,
            peer_db_unique_name: Optional[str] = None,
            protection_mode: Optional[str] = None,
            provisionable_cpuses: Optional[Sequence[float]] = None,
            provisioned_cpus: Optional[float] = None,
            reclaimable_cpus: Optional[float] = None,
            reserved_cpus: Optional[float] = None,
            role: Optional[str] = None,
            rotate_key_trigger: Optional[bool] = None,
            service_level_agreement_type: Optional[str] = None,
            standby_maintenance_buffer_in_days: Optional[int] = None,
            state: Optional[str] = None,
            time_created: Optional[str] = None,
            time_snapshot_standby_revert: Optional[str] = None,
            total_cpus: Optional[int] = None,
            vault_id: Optional[str] = None,
            version_preference: Optional[str] = None) -> AutonomousContainerDatabase
    func GetAutonomousContainerDatabase(ctx *Context, name string, id IDInput, state *AutonomousContainerDatabaseState, opts ...ResourceOption) (*AutonomousContainerDatabase, error)
    public static AutonomousContainerDatabase Get(string name, Input<string> id, AutonomousContainerDatabaseState? state, CustomResourceOptions? opts = null)
    public static AutonomousContainerDatabase get(String name, Output<String> id, AutonomousContainerDatabaseState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    AutonomousVmClusterId string

    The OCID of the Autonomous VM Cluster.

    AvailabilityDomain string

    The availability domain of the Autonomous Container Database

    AvailableCpus double

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    BackupConfig AutonomousContainerDatabaseBackupConfig

    (Updatable) Backup options for the Autonomous Container Database.

    CloudAutonomousVmClusterId string

    The OCID of the Cloud Autonomous VM Cluster.

    CompartmentId string

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    ComputeModel string

    The compute model of the Autonomous VM Cluster.

    DbName string

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    DbUniqueName string
    DbVersion string

    The base version for the Autonomous Container Database.

    DefinedTags Dictionary<string, object>

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    DisplayName string

    (Updatable) The display name for the Autonomous Container Database.

    DstFileVersion string

    DST Time Zone File version of the Autonomous Container Database.

    FastStartFailOverLagLimitInSeconds int

    The lag time for my preference based on data loss tolerance in seconds.

    FreeformTags Dictionary<string, object>

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    InfrastructureType string

    The infrastructure type this resource belongs to.

    IsAutomaticFailoverEnabled bool

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    IsDstFileUpdateEnabled bool

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    KeyHistoryEntries List<AutonomousContainerDatabaseKeyHistoryEntry>

    Key History Entry.

    KeyStoreId string

    The OCID of the key store.

    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.

    LargestProvisionableAutonomousDatabaseInCpus double

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    LastMaintenanceRunId string

    The OCID of the last maintenance run.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    MaintenanceWindowDetails AutonomousContainerDatabaseMaintenanceWindowDetails

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    MaintenanceWindows List<AutonomousContainerDatabaseMaintenanceWindow>

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    MemoryPerOracleComputeUnitInGbs int

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    NextMaintenanceRunId string

    The OCID of the next maintenance run.

    PatchId string

    The OCID of the last patch applied on the system.

    PatchModel string

    (Updatable) Database Patch model preference.

    PeerAutonomousContainerDatabaseBackupConfig AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfig
    PeerAutonomousContainerDatabaseCompartmentId string

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    PeerAutonomousContainerDatabaseDisplayName string

    The display name for the peer Autonomous Container Database.

    PeerAutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    PeerAutonomousVmClusterId string

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    PeerCloudAutonomousVmClusterId string

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    PeerDbUniqueName string
    ProtectionMode string

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    ProvisionableCpuses List<double>

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    ProvisionedCpus double

    The number of CPUs provisioned in an Autonomous Container Database.

    ReclaimableCpus double

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    ReservedCpus double

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    Role string

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    RotateKeyTrigger bool

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    ServiceLevelAgreementType string

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    StandbyMaintenanceBufferInDays int

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    State string

    The current state of the Autonomous Container Database.

    TimeCreated string

    The date and time the Autonomous Container Database was created.

    TimeSnapshotStandbyRevert string

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    TotalCpus int

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    VaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    VersionPreference string

    (Updatable) The next maintenance version preference.

    AutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    AutonomousVmClusterId string

    The OCID of the Autonomous VM Cluster.

    AvailabilityDomain string

    The availability domain of the Autonomous Container Database

    AvailableCpus float64

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    BackupConfig AutonomousContainerDatabaseBackupConfigArgs

    (Updatable) Backup options for the Autonomous Container Database.

    CloudAutonomousVmClusterId string

    The OCID of the Cloud Autonomous VM Cluster.

    CompartmentId string

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    ComputeModel string

    The compute model of the Autonomous VM Cluster.

    DbName string

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    DbUniqueName string
    DbVersion string

    The base version for the Autonomous Container Database.

    DefinedTags map[string]interface{}

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    DisplayName string

    (Updatable) The display name for the Autonomous Container Database.

    DstFileVersion string

    DST Time Zone File version of the Autonomous Container Database.

    FastStartFailOverLagLimitInSeconds int

    The lag time for my preference based on data loss tolerance in seconds.

    FreeformTags map[string]interface{}

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    InfrastructureType string

    The infrastructure type this resource belongs to.

    IsAutomaticFailoverEnabled bool

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    IsDstFileUpdateEnabled bool

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    KeyHistoryEntries []AutonomousContainerDatabaseKeyHistoryEntryArgs

    Key History Entry.

    KeyStoreId string

    The OCID of the key store.

    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.

    LargestProvisionableAutonomousDatabaseInCpus float64

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    LastMaintenanceRunId string

    The OCID of the last maintenance run.

    LifecycleDetails string

    Additional information about the current lifecycle state.

    MaintenanceWindowDetails AutonomousContainerDatabaseMaintenanceWindowDetailsArgs

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    MaintenanceWindows []AutonomousContainerDatabaseMaintenanceWindowArgs

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    MemoryPerOracleComputeUnitInGbs int

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    NextMaintenanceRunId string

    The OCID of the next maintenance run.

    PatchId string

    The OCID of the last patch applied on the system.

    PatchModel string

    (Updatable) Database Patch model preference.

    PeerAutonomousContainerDatabaseBackupConfig AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs
    PeerAutonomousContainerDatabaseCompartmentId string

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    PeerAutonomousContainerDatabaseDisplayName string

    The display name for the peer Autonomous Container Database.

    PeerAutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    PeerAutonomousVmClusterId string

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    PeerCloudAutonomousVmClusterId string

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    PeerDbUniqueName string
    ProtectionMode string

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    ProvisionableCpuses []float64

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    ProvisionedCpus float64

    The number of CPUs provisioned in an Autonomous Container Database.

    ReclaimableCpus float64

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    ReservedCpus float64

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    Role string

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    RotateKeyTrigger bool

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    ServiceLevelAgreementType string

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    StandbyMaintenanceBufferInDays int

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    State string

    The current state of the Autonomous Container Database.

    TimeCreated string

    The date and time the Autonomous Container Database was created.

    TimeSnapshotStandbyRevert string

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    TotalCpus int

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    VaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    VersionPreference string

    (Updatable) The next maintenance version preference.

    autonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomousVmClusterId String

    The OCID of the Autonomous VM Cluster.

    availabilityDomain String

    The availability domain of the Autonomous Container Database

    availableCpus Double

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    backupConfig AutonomousContainerBackupConfig

    (Updatable) Backup options for the Autonomous Container Database.

    cloudAutonomousVmClusterId String

    The OCID of the Cloud Autonomous VM Cluster.

    compartmentId String

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    computeModel String

    The compute model of the Autonomous VM Cluster.

    dbName String

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    dbUniqueName String
    dbVersion String

    The base version for the Autonomous Container Database.

    definedTags Map<String,Object>

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    displayName String

    (Updatable) The display name for the Autonomous Container Database.

    dstFileVersion String

    DST Time Zone File version of the Autonomous Container Database.

    fastStartFailOverLagLimitInSeconds Integer

    The lag time for my preference based on data loss tolerance in seconds.

    freeformTags Map<String,Object>

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    infrastructureType String

    The infrastructure type this resource belongs to.

    isAutomaticFailoverEnabled Boolean

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    isDstFileUpdateEnabled Boolean

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    keyHistoryEntries List<AutonomousContainerKeyHistoryEntry>

    Key History Entry.

    keyStoreId String

    The OCID of the key store.

    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.

    largestProvisionableAutonomousDatabaseInCpus Double

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    lastMaintenanceRunId String

    The OCID of the last maintenance run.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    maintenanceWindowDetails AutonomousContainerMaintenanceWindowDetails

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    maintenanceWindows List<AutonomousContainerMaintenanceWindow>

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memoryPerOracleComputeUnitInGbs Integer

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    nextMaintenanceRunId String

    The OCID of the next maintenance run.

    patchId String

    The OCID of the last patch applied on the system.

    patchModel String

    (Updatable) Database Patch model preference.

    peerAutonomousContainerDatabaseBackupConfig AutonomousContainerPeerAutonomousContainerBackupConfig
    peerAutonomousContainerDatabaseCompartmentId String

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peerAutonomousContainerDatabaseDisplayName String

    The display name for the peer Autonomous Container Database.

    peerAutonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peerAutonomousVmClusterId String

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peerCloudAutonomousVmClusterId String

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peerDbUniqueName String
    protectionMode String

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    provisionableCpuses List<Double>

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisionedCpus Double

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimableCpus Double

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reservedCpus Double

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role String

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    rotateKeyTrigger Boolean

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    serviceLevelAgreementType String

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standbyMaintenanceBufferInDays Integer

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state String

    The current state of the Autonomous Container Database.

    timeCreated String

    The date and time the Autonomous Container Database was created.

    timeSnapshotStandbyRevert String

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    totalCpus Integer

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    vaultId String

    The OCID of the Oracle Cloud Infrastructure vault.

    versionPreference String

    (Updatable) The next maintenance version preference.

    autonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomousVmClusterId string

    The OCID of the Autonomous VM Cluster.

    availabilityDomain string

    The availability domain of the Autonomous Container Database

    availableCpus number

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    backupConfig AutonomousContainerDatabaseBackupConfig

    (Updatable) Backup options for the Autonomous Container Database.

    cloudAutonomousVmClusterId string

    The OCID of the Cloud Autonomous VM Cluster.

    compartmentId string

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    computeModel string

    The compute model of the Autonomous VM Cluster.

    dbName string

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    dbUniqueName string
    dbVersion string

    The base version for the Autonomous Container Database.

    definedTags {[key: string]: any}

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    displayName string

    (Updatable) The display name for the Autonomous Container Database.

    dstFileVersion string

    DST Time Zone File version of the Autonomous Container Database.

    fastStartFailOverLagLimitInSeconds number

    The lag time for my preference based on data loss tolerance in seconds.

    freeformTags {[key: string]: any}

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    infrastructureType string

    The infrastructure type this resource belongs to.

    isAutomaticFailoverEnabled boolean

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    isDstFileUpdateEnabled boolean

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    keyHistoryEntries AutonomousContainerDatabaseKeyHistoryEntry[]

    Key History Entry.

    keyStoreId string

    The OCID of the key store.

    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.

    largestProvisionableAutonomousDatabaseInCpus number

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    lastMaintenanceRunId string

    The OCID of the last maintenance run.

    lifecycleDetails string

    Additional information about the current lifecycle state.

    maintenanceWindowDetails AutonomousContainerDatabaseMaintenanceWindowDetails

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    maintenanceWindows AutonomousContainerDatabaseMaintenanceWindow[]

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memoryPerOracleComputeUnitInGbs number

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    nextMaintenanceRunId string

    The OCID of the next maintenance run.

    patchId string

    The OCID of the last patch applied on the system.

    patchModel string

    (Updatable) Database Patch model preference.

    peerAutonomousContainerDatabaseBackupConfig AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfig
    peerAutonomousContainerDatabaseCompartmentId string

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peerAutonomousContainerDatabaseDisplayName string

    The display name for the peer Autonomous Container Database.

    peerAutonomousExadataInfrastructureId string

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peerAutonomousVmClusterId string

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peerCloudAutonomousVmClusterId string

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peerDbUniqueName string
    protectionMode string

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    provisionableCpuses number[]

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisionedCpus number

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimableCpus number

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reservedCpus number

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role string

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    rotateKeyTrigger boolean

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    serviceLevelAgreementType string

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standbyMaintenanceBufferInDays number

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state string

    The current state of the Autonomous Container Database.

    timeCreated string

    The date and time the Autonomous Container Database was created.

    timeSnapshotStandbyRevert string

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    totalCpus number

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    vaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    versionPreference string

    (Updatable) The next maintenance version preference.

    autonomous_exadata_infrastructure_id str

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomous_vm_cluster_id str

    The OCID of the Autonomous VM Cluster.

    availability_domain str

    The availability domain of the Autonomous Container Database

    available_cpus float

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    backup_config AutonomousContainerDatabaseBackupConfigArgs

    (Updatable) Backup options for the Autonomous Container Database.

    cloud_autonomous_vm_cluster_id str

    The OCID of the Cloud Autonomous VM Cluster.

    compartment_id str

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    compute_model str

    The compute model of the Autonomous VM Cluster.

    db_name str

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    db_unique_name str
    db_version str

    The base version for the Autonomous Container Database.

    defined_tags Mapping[str, Any]

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    display_name str

    (Updatable) The display name for the Autonomous Container Database.

    dst_file_version str

    DST Time Zone File version of the Autonomous Container Database.

    fast_start_fail_over_lag_limit_in_seconds int

    The lag time for my preference based on data loss tolerance in seconds.

    freeform_tags Mapping[str, Any]

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    infrastructure_type str

    The infrastructure type this resource belongs to.

    is_automatic_failover_enabled bool

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    is_dst_file_update_enabled bool

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    key_history_entries AutonomousContainerDatabaseKeyHistoryEntryArgs]

    Key History Entry.

    key_store_id str

    The OCID of the key store.

    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.

    largest_provisionable_autonomous_database_in_cpus float

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    last_maintenance_run_id str

    The OCID of the last maintenance run.

    lifecycle_details str

    Additional information about the current lifecycle state.

    maintenance_window_details AutonomousContainerDatabaseMaintenanceWindowDetailsArgs

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    maintenance_windows AutonomousContainerDatabaseMaintenanceWindowArgs]

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memory_per_oracle_compute_unit_in_gbs int

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    next_maintenance_run_id str

    The OCID of the next maintenance run.

    patch_id str

    The OCID of the last patch applied on the system.

    patch_model str

    (Updatable) Database Patch model preference.

    peer_autonomous_container_database_backup_config AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs
    peer_autonomous_container_database_compartment_id str

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peer_autonomous_container_database_display_name str

    The display name for the peer Autonomous Container Database.

    peer_autonomous_exadata_infrastructure_id str

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peer_autonomous_vm_cluster_id str

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peer_cloud_autonomous_vm_cluster_id str

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peer_db_unique_name str
    protection_mode str

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    provisionable_cpuses Sequence[float]

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisioned_cpus float

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimable_cpus float

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reserved_cpus float

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role str

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    rotate_key_trigger bool

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    service_level_agreement_type str

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standby_maintenance_buffer_in_days int

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state str

    The current state of the Autonomous Container Database.

    time_created str

    The date and time the Autonomous Container Database was created.

    time_snapshot_standby_revert str

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    total_cpus int

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    vault_id str

    The OCID of the Oracle Cloud Infrastructure vault.

    version_preference str

    (Updatable) The next maintenance version preference.

    autonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a cloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    autonomousVmClusterId String

    The OCID of the Autonomous VM Cluster.

    availabilityDomain String

    The availability domain of the Autonomous Container Database

    availableCpus Number

    Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

    backupConfig Property Map

    (Updatable) Backup options for the Autonomous Container Database.

    cloudAutonomousVmClusterId String

    The OCID of the Cloud Autonomous VM Cluster.

    compartmentId String

    (Updatable) The OCID of the compartment containing the Autonomous Container Database.

    computeModel String

    The compute model of the Autonomous VM Cluster.

    dbName String

    The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.

    dbUniqueName String
    dbVersion String

    The base version for the Autonomous Container Database.

    definedTags Map<Any>

    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

    displayName String

    (Updatable) The display name for the Autonomous Container Database.

    dstFileVersion String

    DST Time Zone File version of the Autonomous Container Database.

    fastStartFailOverLagLimitInSeconds Number

    The lag time for my preference based on data loss tolerance in seconds.

    freeformTags Map<Any>

    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    infrastructureType String

    The infrastructure type this resource belongs to.

    isAutomaticFailoverEnabled Boolean

    Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.

    isDstFileUpdateEnabled Boolean

    (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.

    keyHistoryEntries List<Property Map>

    Key History Entry.

    keyStoreId String

    The OCID of the key store.

    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.

    largestProvisionableAutonomousDatabaseInCpus Number

    The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.

    lastMaintenanceRunId String

    The OCID of the last maintenance run.

    lifecycleDetails String

    Additional information about the current lifecycle state.

    maintenanceWindowDetails Property Map

    (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    maintenanceWindows List<Property Map>

    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

    memoryPerOracleComputeUnitInGbs Number

    The amount of memory (in GBs) enabled per OCPU or ECPU in the Autonomous VM Cluster.

    nextMaintenanceRunId String

    The OCID of the next maintenance run.

    patchId String

    The OCID of the last patch applied on the system.

    patchModel String

    (Updatable) Database Patch model preference.

    peerAutonomousContainerDatabaseBackupConfig Property Map
    peerAutonomousContainerDatabaseCompartmentId String

    The OCID of the compartment where the standby Autonomous Container Database will be created.

    peerAutonomousContainerDatabaseDisplayName String

    The display name for the peer Autonomous Container Database.

    peerAutonomousExadataInfrastructureId String

    No longer used. This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a peerCloudAutonomousVmClusterId instead. Using this parameter will cause the operation to fail.

    peerAutonomousVmClusterId String

    The OCID of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.

    peerCloudAutonomousVmClusterId String

    The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.

    peerDbUniqueName String
    protectionMode String

    The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.

    provisionableCpuses List<Number>

    An array of CPU values that can be used to successfully provision a single Autonomous Database.\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    provisionedCpus Number

    The number of CPUs provisioned in an Autonomous Container Database.

    reclaimableCpus Number

    For Autonomous Databases on Dedicated Exadata Infrastructure:

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
    reservedCpus Number

    The number of CPUs reserved in an Autonomous Container Database.

    • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
    • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
    role String

    The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

    rotateKeyTrigger Boolean

    (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where cloud_autonomous_vm_cluster_id is set.

    serviceLevelAgreementType String

    The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.

    standbyMaintenanceBufferInDays Number

    (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    state String

    The current state of the Autonomous Container Database.

    timeCreated String

    The date and time the Autonomous Container Database was created.

    timeSnapshotStandbyRevert String

    The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.

    totalCpus Number

    The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.

    vaultId String

    The OCID of the Oracle Cloud Infrastructure vault.

    versionPreference String

    (Updatable) The next maintenance version preference.

    Supporting Types

    AutonomousContainerDatabaseBackupConfig, AutonomousContainerDatabaseBackupConfigArgs

    BackupDestinationDetails AutonomousContainerDatabaseBackupConfigBackupDestinationDetails

    Backup destination details.

    RecoveryWindowInDays int

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    BackupDestinationDetails AutonomousContainerDatabaseBackupConfigBackupDestinationDetails

    Backup destination details.

    RecoveryWindowInDays int

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backupDestinationDetails AutonomousContainerBackupConfigBackupDestinationDetails

    Backup destination details.

    recoveryWindowInDays Integer

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backupDestinationDetails AutonomousContainerDatabaseBackupConfigBackupDestinationDetails

    Backup destination details.

    recoveryWindowInDays number

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backup_destination_details AutonomousContainerDatabaseBackupConfigBackupDestinationDetails

    Backup destination details.

    recovery_window_in_days int

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backupDestinationDetails Property Map

    Backup destination details.

    recoveryWindowInDays Number

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    AutonomousContainerDatabaseBackupConfigBackupDestinationDetails, AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs

    Type string

    Type of the database backup destination.

    Id string

    The OCID of the backup destination.

    InternetProxy string

    Proxy URL to connect to object store.

    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.

    Type string

    Type of the database backup destination.

    Id string

    The OCID of the backup destination.

    InternetProxy string

    Proxy URL to connect to object store.

    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.

    type String

    Type of the database backup destination.

    id String

    The OCID of the backup destination.

    internetProxy String

    Proxy URL to connect to object store.

    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.

    type string

    Type of the database backup destination.

    id string

    The OCID of the backup destination.

    internetProxy string

    Proxy URL to connect to object store.

    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.

    type str

    Type of the database backup destination.

    id str

    The OCID of the backup destination.

    internet_proxy str

    Proxy URL to connect to object store.

    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.

    type String

    Type of the database backup destination.

    id String

    The OCID of the backup destination.

    internetProxy String

    Proxy URL to connect to object store.

    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.

    AutonomousContainerDatabaseKeyHistoryEntry, AutonomousContainerDatabaseKeyHistoryEntryArgs

    Id string

    The OCID of the backup destination.

    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.

    TimeActivated string

    The date and time the kms key activated.

    VaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    Id string

    The OCID of the backup destination.

    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.

    TimeActivated string

    The date and time the kms key activated.

    VaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    id String

    The OCID of the backup destination.

    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.

    timeActivated String

    The date and time the kms key activated.

    vaultId String

    The OCID of the Oracle Cloud Infrastructure vault.

    id string

    The OCID of the backup destination.

    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.

    timeActivated string

    The date and time the kms key activated.

    vaultId string

    The OCID of the Oracle Cloud Infrastructure vault.

    id str

    The OCID of the backup destination.

    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.

    time_activated str

    The date and time the kms key activated.

    vault_id str

    The OCID of the Oracle Cloud Infrastructure vault.

    id String

    The OCID of the backup destination.

    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.

    timeActivated String

    The date and time the kms key activated.

    vaultId String

    The OCID of the Oracle Cloud Infrastructure vault.

    AutonomousContainerDatabaseMaintenanceWindow, AutonomousContainerDatabaseMaintenanceWindowArgs

    CustomActionTimeoutInMins int

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    DaysOfWeeks List<AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek>

    (Updatable) Days during the week when maintenance should be performed.

    HoursOfDays List<int>

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    IsCustomActionTimeoutEnabled bool

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    IsMonthlyPatchingEnabled bool

    (Updatable) If true, enables the monthly patching option.

    LeadTimeInWeeks int

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    Months List<AutonomousContainerDatabaseMaintenanceWindowMonth>

    (Updatable) Months during the year when maintenance should be performed.

    PatchingMode string

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    Preference string

    (Updatable) The maintenance window scheduling preference.

    WeeksOfMonths List<int>

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    CustomActionTimeoutInMins int

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    DaysOfWeeks []AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek

    (Updatable) Days during the week when maintenance should be performed.

    HoursOfDays []int

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    IsCustomActionTimeoutEnabled bool

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    IsMonthlyPatchingEnabled bool

    (Updatable) If true, enables the monthly patching option.

    LeadTimeInWeeks int

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    Months []AutonomousContainerDatabaseMaintenanceWindowMonth

    (Updatable) Months during the year when maintenance should be performed.

    PatchingMode string

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    Preference string

    (Updatable) The maintenance window scheduling preference.

    WeeksOfMonths []int

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    customActionTimeoutInMins Integer

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    daysOfWeeks List<AutonomousContainerMaintenanceWindowDaysOfWeek>

    (Updatable) Days during the week when maintenance should be performed.

    hoursOfDays List<Integer>

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    isCustomActionTimeoutEnabled Boolean

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    isMonthlyPatchingEnabled Boolean

    (Updatable) If true, enables the monthly patching option.

    leadTimeInWeeks Integer

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months List<AutonomousContainerMaintenanceWindowMonth>

    (Updatable) Months during the year when maintenance should be performed.

    patchingMode String

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference String

    (Updatable) The maintenance window scheduling preference.

    weeksOfMonths List<Integer>

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    customActionTimeoutInMins number

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    daysOfWeeks AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek[]

    (Updatable) Days during the week when maintenance should be performed.

    hoursOfDays number[]

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    isCustomActionTimeoutEnabled boolean

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    isMonthlyPatchingEnabled boolean

    (Updatable) If true, enables the monthly patching option.

    leadTimeInWeeks number

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months AutonomousContainerDatabaseMaintenanceWindowMonth[]

    (Updatable) Months during the year when maintenance should be performed.

    patchingMode string

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference string

    (Updatable) The maintenance window scheduling preference.

    weeksOfMonths number[]

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    custom_action_timeout_in_mins int

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    days_of_weeks AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek]

    (Updatable) Days during the week when maintenance should be performed.

    hours_of_days Sequence[int]

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    is_custom_action_timeout_enabled bool

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    is_monthly_patching_enabled bool

    (Updatable) If true, enables the monthly patching option.

    lead_time_in_weeks int

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months AutonomousContainerDatabaseMaintenanceWindowMonth]

    (Updatable) Months during the year when maintenance should be performed.

    patching_mode str

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference str

    (Updatable) The maintenance window scheduling preference.

    weeks_of_months Sequence[int]

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    customActionTimeoutInMins Number

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    daysOfWeeks List<Property Map>

    (Updatable) Days during the week when maintenance should be performed.

    hoursOfDays List<Number>

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    isCustomActionTimeoutEnabled Boolean

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    isMonthlyPatchingEnabled Boolean

    (Updatable) If true, enables the monthly patching option.

    leadTimeInWeeks Number

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months List<Property Map>

    (Updatable) Months during the year when maintenance should be performed.

    patchingMode String

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference String

    (Updatable) The maintenance window scheduling preference.

    weeksOfMonths List<Number>

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek, AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs

    Name string

    (Updatable) Name of the month of the year.

    Name string

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    name string

    (Updatable) Name of the month of the year.

    name str

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    AutonomousContainerDatabaseMaintenanceWindowDetails, AutonomousContainerDatabaseMaintenanceWindowDetailsArgs

    CustomActionTimeoutInMins int

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    DaysOfWeeks List<AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek>

    (Updatable) Days during the week when maintenance should be performed.

    HoursOfDays List<int>

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    IsCustomActionTimeoutEnabled bool

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    IsMonthlyPatchingEnabled bool

    (Updatable) If true, enables the monthly patching option.

    LeadTimeInWeeks int

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    Months List<AutonomousContainerDatabaseMaintenanceWindowDetailsMonth>

    (Updatable) Months during the year when maintenance should be performed.

    PatchingMode string

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    Preference string

    (Updatable) The maintenance window scheduling preference.

    WeeksOfMonths List<int>

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    CustomActionTimeoutInMins int

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    DaysOfWeeks []AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek

    (Updatable) Days during the week when maintenance should be performed.

    HoursOfDays []int

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    IsCustomActionTimeoutEnabled bool

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    IsMonthlyPatchingEnabled bool

    (Updatable) If true, enables the monthly patching option.

    LeadTimeInWeeks int

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    Months []AutonomousContainerDatabaseMaintenanceWindowDetailsMonth

    (Updatable) Months during the year when maintenance should be performed.

    PatchingMode string

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    Preference string

    (Updatable) The maintenance window scheduling preference.

    WeeksOfMonths []int

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    customActionTimeoutInMins Integer

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    daysOfWeeks List<AutonomousContainerMaintenanceWindowDetailsDaysOfWeek>

    (Updatable) Days during the week when maintenance should be performed.

    hoursOfDays List<Integer>

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    isCustomActionTimeoutEnabled Boolean

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    isMonthlyPatchingEnabled Boolean

    (Updatable) If true, enables the monthly patching option.

    leadTimeInWeeks Integer

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months List<AutonomousContainerMaintenanceWindowDetailsMonth>

    (Updatable) Months during the year when maintenance should be performed.

    patchingMode String

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference String

    (Updatable) The maintenance window scheduling preference.

    weeksOfMonths List<Integer>

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    customActionTimeoutInMins number

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    daysOfWeeks AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek[]

    (Updatable) Days during the week when maintenance should be performed.

    hoursOfDays number[]

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    isCustomActionTimeoutEnabled boolean

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    isMonthlyPatchingEnabled boolean

    (Updatable) If true, enables the monthly patching option.

    leadTimeInWeeks number

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months AutonomousContainerDatabaseMaintenanceWindowDetailsMonth[]

    (Updatable) Months during the year when maintenance should be performed.

    patchingMode string

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference string

    (Updatable) The maintenance window scheduling preference.

    weeksOfMonths number[]

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    custom_action_timeout_in_mins int

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    days_of_weeks AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek]

    (Updatable) Days during the week when maintenance should be performed.

    hours_of_days Sequence[int]

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    is_custom_action_timeout_enabled bool

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    is_monthly_patching_enabled bool

    (Updatable) If true, enables the monthly patching option.

    lead_time_in_weeks int

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months AutonomousContainerDatabaseMaintenanceWindowDetailsMonth]

    (Updatable) Months during the year when maintenance should be performed.

    patching_mode str

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference str

    (Updatable) The maintenance window scheduling preference.

    weeks_of_months Sequence[int]

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    customActionTimeoutInMins Number

    (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

    daysOfWeeks List<Property Map>

    (Updatable) Days during the week when maintenance should be performed.

    hoursOfDays List<Number>

    (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

    • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
    isCustomActionTimeoutEnabled Boolean

    (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

    isMonthlyPatchingEnabled Boolean

    (Updatable) If true, enables the monthly patching option.

    leadTimeInWeeks Number

    (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

    months List<Property Map>

    (Updatable) Months during the year when maintenance should be performed.

    patchingMode String

    (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.

    IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.

    preference String

    (Updatable) The maintenance window scheduling preference.

    weeksOfMonths List<Number>

    (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

    AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek, AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs

    Name string

    (Updatable) Name of the month of the year.

    Name string

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    name string

    (Updatable) Name of the month of the year.

    name str

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    AutonomousContainerDatabaseMaintenanceWindowDetailsMonth, AutonomousContainerDatabaseMaintenanceWindowDetailsMonthArgs

    Name string

    (Updatable) Name of the month of the year.

    Name string

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    name string

    (Updatable) Name of the month of the year.

    name str

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    AutonomousContainerDatabaseMaintenanceWindowMonth, AutonomousContainerDatabaseMaintenanceWindowMonthArgs

    Name string

    (Updatable) Name of the month of the year.

    Name string

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    name string

    (Updatable) Name of the month of the year.

    name str

    (Updatable) Name of the month of the year.

    name String

    (Updatable) Name of the month of the year.

    AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfig, AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigArgs

    BackupDestinationDetails List<AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail>

    Backup destination details.

    RecoveryWindowInDays int

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    BackupDestinationDetails []AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail

    Backup destination details.

    RecoveryWindowInDays int

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backupDestinationDetails List<AutonomousContainerPeerAutonomousContainerBackupConfigBackupDestinationDetail>

    Backup destination details.

    recoveryWindowInDays Integer

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backupDestinationDetails AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail[]

    Backup destination details.

    recoveryWindowInDays number

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backup_destination_details AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail]

    Backup destination details.

    recovery_window_in_days int

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    backupDestinationDetails List<Property Map>

    Backup destination details.

    recoveryWindowInDays Number

    Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.

    AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail, AutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetailArgs

    Type string

    Type of the database backup destination.

    Id string

    The OCID of the backup destination.

    InternetProxy string

    Proxy URL to connect to object store.

    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.

    Type string

    Type of the database backup destination.

    Id string

    The OCID of the backup destination.

    InternetProxy string

    Proxy URL to connect to object store.

    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.

    type String

    Type of the database backup destination.

    id String

    The OCID of the backup destination.

    internetProxy String

    Proxy URL to connect to object store.

    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.

    type string

    Type of the database backup destination.

    id string

    The OCID of the backup destination.

    internetProxy string

    Proxy URL to connect to object store.

    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.

    type str

    Type of the database backup destination.

    id str

    The OCID of the backup destination.

    internet_proxy str

    Proxy URL to connect to object store.

    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.

    type String

    Type of the database backup destination.

    id String

    The OCID of the backup destination.

    internetProxy String

    Proxy URL to connect to object store.

    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.

    Import

    AutonomousContainerDatabases can be imported using the id, e.g.

     $ pulumi import oci:Database/autonomousContainerDatabase:AutonomousContainerDatabase test_autonomous_container_database "id"
    

    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 v1.16.1 published on Wednesday, Nov 22, 2023 by Pulumi