oci.Database.AutonomousDatabase
Explore with Pulumi AI
This resource provides the Autonomous Database resource in Oracle Cloud Infrastructure Database service.
Creates a new Autonomous Database.
This API must be called on the remote region where the peer needs to be created.
Create AutonomousDatabase Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AutonomousDatabase(name: string, args: AutonomousDatabaseArgs, opts?: CustomResourceOptions);@overload
def AutonomousDatabase(resource_name: str,
                       args: AutonomousDatabaseArgs,
                       opts: Optional[ResourceOptions] = None)
@overload
def AutonomousDatabase(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       compartment_id: Optional[str] = None,
                       db_name: Optional[str] = None,
                       admin_password: Optional[str] = None,
                       are_primary_whitelisted_ips_used: Optional[bool] = None,
                       auto_refresh_frequency_in_seconds: Optional[int] = None,
                       auto_refresh_point_lag_in_seconds: Optional[int] = None,
                       autonomous_container_database_id: Optional[str] = None,
                       autonomous_database_backup_id: Optional[str] = None,
                       autonomous_database_id: Optional[str] = None,
                       autonomous_maintenance_schedule_type: Optional[str] = None,
                       backup_retention_period_in_days: Optional[int] = None,
                       byol_compute_count_limit: Optional[float] = None,
                       character_set: Optional[str] = None,
                       clone_table_space_lists: Optional[Sequence[int]] = None,
                       clone_type: Optional[str] = None,
                       compute_count: Optional[float] = None,
                       compute_model: Optional[str] = None,
                       cpu_core_count: Optional[int] = None,
                       customer_contacts: Optional[Sequence[AutonomousDatabaseCustomerContactArgs]] = None,
                       data_safe_status: Optional[str] = None,
                       data_storage_size_in_gb: Optional[int] = None,
                       data_storage_size_in_tbs: Optional[int] = None,
                       database_edition: Optional[str] = None,
                       database_management_status: Optional[str] = None,
                       db_tools_details: Optional[Sequence[AutonomousDatabaseDbToolsDetailArgs]] = None,
                       db_version: Optional[str] = None,
                       db_workload: Optional[str] = None,
                       defined_tags: Optional[Mapping[str, str]] = None,
                       disaster_recovery_type: Optional[str] = None,
                       display_name: Optional[str] = None,
                       enable_delete_scheduled_operations: Optional[bool] = None,
                       encryption_key: Optional[AutonomousDatabaseEncryptionKeyArgs] = None,
                       freeform_tags: Optional[Mapping[str, str]] = None,
                       in_memory_percentage: Optional[int] = None,
                       is_access_control_enabled: Optional[bool] = None,
                       is_auto_scaling_enabled: Optional[bool] = None,
                       is_auto_scaling_for_storage_enabled: Optional[bool] = None,
                       is_backup_retention_locked: Optional[bool] = None,
                       is_data_guard_enabled: Optional[bool] = None,
                       is_dedicated: Optional[bool] = None,
                       is_dev_tier: Optional[bool] = None,
                       is_disconnect_peer: Optional[bool] = None,
                       is_free_tier: Optional[bool] = None,
                       is_local_data_guard_enabled: Optional[bool] = None,
                       is_mtls_connection_required: Optional[bool] = None,
                       is_preview_version_with_service_terms_accepted: Optional[bool] = None,
                       is_refreshable_clone: Optional[bool] = None,
                       is_replicate_automatic_backups: Optional[bool] = None,
                       is_shrink_only: Optional[bool] = None,
                       key_version_id: Optional[str] = None,
                       kms_key_id: Optional[str] = None,
                       license_model: Optional[str] = None,
                       local_adg_auto_failover_max_data_loss_limit: Optional[int] = None,
                       long_term_backup_schedules: Optional[Sequence[AutonomousDatabaseLongTermBackupScheduleArgs]] = None,
                       max_cpu_core_count: Optional[int] = None,
                       ncharacter_set: Optional[str] = None,
                       nsg_ids: Optional[Sequence[str]] = None,
                       ocpu_count: Optional[float] = None,
                       open_mode: Optional[str] = None,
                       operations_insights_status: Optional[str] = None,
                       peer_db_id: Optional[str] = None,
                       permission_level: Optional[str] = None,
                       private_endpoint_ip: Optional[str] = None,
                       private_endpoint_label: Optional[str] = None,
                       refreshable_mode: Optional[str] = None,
                       remote_disaster_recovery_type: Optional[str] = None,
                       resource_pool_leader_id: Optional[str] = None,
                       resource_pool_summary: Optional[AutonomousDatabaseResourcePoolSummaryArgs] = None,
                       rotate_key_trigger: Optional[bool] = None,
                       scheduled_operations: Optional[Sequence[AutonomousDatabaseScheduledOperationArgs]] = None,
                       secret_id: Optional[str] = None,
                       secret_version_number: Optional[int] = None,
                       security_attributes: Optional[Mapping[str, str]] = None,
                       shrink_adb_trigger: Optional[int] = None,
                       source: Optional[str] = None,
                       source_id: Optional[str] = None,
                       standby_whitelisted_ips: Optional[Sequence[str]] = None,
                       state: Optional[str] = None,
                       subnet_id: Optional[str] = None,
                       subscription_id: Optional[str] = None,
                       switchover_to: Optional[str] = None,
                       switchover_to_remote_peer_id: Optional[str] = None,
                       time_of_auto_refresh_start: Optional[str] = None,
                       timestamp: Optional[str] = None,
                       use_latest_available_backup_time_stamp: Optional[bool] = None,
                       vault_id: Optional[str] = None,
                       whitelisted_ips: Optional[Sequence[str]] = None)func NewAutonomousDatabase(ctx *Context, name string, args AutonomousDatabaseArgs, opts ...ResourceOption) (*AutonomousDatabase, error)public AutonomousDatabase(string name, AutonomousDatabaseArgs args, CustomResourceOptions? opts = null)
public AutonomousDatabase(String name, AutonomousDatabaseArgs args)
public AutonomousDatabase(String name, AutonomousDatabaseArgs args, CustomResourceOptions options)
type: oci:Database:AutonomousDatabase
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AutonomousDatabaseArgs
- 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 AutonomousDatabaseArgs
- 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 AutonomousDatabaseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutonomousDatabaseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AutonomousDatabaseArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var autonomousDatabaseResource = new Oci.Database.AutonomousDatabase("autonomousDatabaseResource", new()
{
    CompartmentId = "string",
    DbName = "string",
    AdminPassword = "string",
    ArePrimaryWhitelistedIpsUsed = false,
    AutoRefreshFrequencyInSeconds = 0,
    AutoRefreshPointLagInSeconds = 0,
    AutonomousContainerDatabaseId = "string",
    AutonomousDatabaseBackupId = "string",
    AutonomousDatabaseId = "string",
    AutonomousMaintenanceScheduleType = "string",
    BackupRetentionPeriodInDays = 0,
    ByolComputeCountLimit = 0,
    CharacterSet = "string",
    CloneTableSpaceLists = new[]
    {
        0,
    },
    CloneType = "string",
    ComputeCount = 0,
    ComputeModel = "string",
    CpuCoreCount = 0,
    CustomerContacts = new[]
    {
        new Oci.Database.Inputs.AutonomousDatabaseCustomerContactArgs
        {
            Email = "string",
        },
    },
    DataSafeStatus = "string",
    DataStorageSizeInGb = 0,
    DataStorageSizeInTbs = 0,
    DatabaseEdition = "string",
    DatabaseManagementStatus = "string",
    DbToolsDetails = new[]
    {
        new Oci.Database.Inputs.AutonomousDatabaseDbToolsDetailArgs
        {
            Name = "string",
            ComputeCount = 0,
            IsEnabled = false,
            MaxIdleTimeInMinutes = 0,
        },
    },
    DbVersion = "string",
    DbWorkload = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    DisasterRecoveryType = "string",
    DisplayName = "string",
    EnableDeleteScheduledOperations = false,
    EncryptionKey = new Oci.Database.Inputs.AutonomousDatabaseEncryptionKeyArgs
    {
        ArnRole = "string",
        AutonomousDatabaseProvider = "string",
        CertificateDirectoryName = "string",
        CertificateId = "string",
        DirectoryName = "string",
        ExternalId = "string",
        KeyArn = "string",
        KeyName = "string",
        KmsKeyId = "string",
        OkvKmsKey = "string",
        OkvUri = "string",
        ServiceEndpointUri = "string",
        VaultId = "string",
        VaultUri = "string",
    },
    FreeformTags = 
    {
        { "string", "string" },
    },
    InMemoryPercentage = 0,
    IsAccessControlEnabled = false,
    IsAutoScalingEnabled = false,
    IsAutoScalingForStorageEnabled = false,
    IsBackupRetentionLocked = false,
    IsDataGuardEnabled = false,
    IsDedicated = false,
    IsDevTier = false,
    IsDisconnectPeer = false,
    IsFreeTier = false,
    IsLocalDataGuardEnabled = false,
    IsMtlsConnectionRequired = false,
    IsPreviewVersionWithServiceTermsAccepted = false,
    IsRefreshableClone = false,
    IsReplicateAutomaticBackups = false,
    KeyVersionId = "string",
    KmsKeyId = "string",
    LicenseModel = "string",
    LocalAdgAutoFailoverMaxDataLossLimit = 0,
    LongTermBackupSchedules = new[]
    {
        new Oci.Database.Inputs.AutonomousDatabaseLongTermBackupScheduleArgs
        {
            IsDisabled = false,
            RepeatCadence = "string",
            RetentionPeriodInDays = 0,
            TimeOfBackup = "string",
        },
    },
    MaxCpuCoreCount = 0,
    NcharacterSet = "string",
    NsgIds = new[]
    {
        "string",
    },
    OcpuCount = 0,
    OpenMode = "string",
    OperationsInsightsStatus = "string",
    PeerDbId = "string",
    PermissionLevel = "string",
    PrivateEndpointIp = "string",
    PrivateEndpointLabel = "string",
    RefreshableMode = "string",
    RemoteDisasterRecoveryType = "string",
    ResourcePoolLeaderId = "string",
    ResourcePoolSummary = new Oci.Database.Inputs.AutonomousDatabaseResourcePoolSummaryArgs
    {
        IsDisabled = false,
        PoolSize = 0,
    },
    RotateKeyTrigger = false,
    ScheduledOperations = new[]
    {
        new Oci.Database.Inputs.AutonomousDatabaseScheduledOperationArgs
        {
            DayOfWeek = new Oci.Database.Inputs.AutonomousDatabaseScheduledOperationDayOfWeekArgs
            {
                Name = "string",
            },
            ScheduledStartTime = "string",
            ScheduledStopTime = "string",
        },
    },
    SecretId = "string",
    SecretVersionNumber = 0,
    SecurityAttributes = 
    {
        { "string", "string" },
    },
    ShrinkAdbTrigger = 0,
    Source = "string",
    SourceId = "string",
    StandbyWhitelistedIps = new[]
    {
        "string",
    },
    State = "string",
    SubnetId = "string",
    SubscriptionId = "string",
    SwitchoverTo = "string",
    SwitchoverToRemotePeerId = "string",
    TimeOfAutoRefreshStart = "string",
    Timestamp = "string",
    UseLatestAvailableBackupTimeStamp = false,
    VaultId = "string",
    WhitelistedIps = new[]
    {
        "string",
    },
});
example, err := database.NewAutonomousDatabase(ctx, "autonomousDatabaseResource", &database.AutonomousDatabaseArgs{
	CompartmentId:                     pulumi.String("string"),
	DbName:                            pulumi.String("string"),
	AdminPassword:                     pulumi.String("string"),
	ArePrimaryWhitelistedIpsUsed:      pulumi.Bool(false),
	AutoRefreshFrequencyInSeconds:     pulumi.Int(0),
	AutoRefreshPointLagInSeconds:      pulumi.Int(0),
	AutonomousContainerDatabaseId:     pulumi.String("string"),
	AutonomousDatabaseBackupId:        pulumi.String("string"),
	AutonomousDatabaseId:              pulumi.String("string"),
	AutonomousMaintenanceScheduleType: pulumi.String("string"),
	BackupRetentionPeriodInDays:       pulumi.Int(0),
	ByolComputeCountLimit:             pulumi.Float64(0),
	CharacterSet:                      pulumi.String("string"),
	CloneTableSpaceLists: pulumi.IntArray{
		pulumi.Int(0),
	},
	CloneType:    pulumi.String("string"),
	ComputeCount: pulumi.Float64(0),
	ComputeModel: pulumi.String("string"),
	CpuCoreCount: pulumi.Int(0),
	CustomerContacts: database.AutonomousDatabaseCustomerContactArray{
		&database.AutonomousDatabaseCustomerContactArgs{
			Email: pulumi.String("string"),
		},
	},
	DataSafeStatus:           pulumi.String("string"),
	DataStorageSizeInGb:      pulumi.Int(0),
	DataStorageSizeInTbs:     pulumi.Int(0),
	DatabaseEdition:          pulumi.String("string"),
	DatabaseManagementStatus: pulumi.String("string"),
	DbToolsDetails: database.AutonomousDatabaseDbToolsDetailArray{
		&database.AutonomousDatabaseDbToolsDetailArgs{
			Name:                 pulumi.String("string"),
			ComputeCount:         pulumi.Float64(0),
			IsEnabled:            pulumi.Bool(false),
			MaxIdleTimeInMinutes: pulumi.Int(0),
		},
	},
	DbVersion:  pulumi.String("string"),
	DbWorkload: pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	DisasterRecoveryType:            pulumi.String("string"),
	DisplayName:                     pulumi.String("string"),
	EnableDeleteScheduledOperations: pulumi.Bool(false),
	EncryptionKey: &database.AutonomousDatabaseEncryptionKeyArgs{
		ArnRole:                    pulumi.String("string"),
		AutonomousDatabaseProvider: pulumi.String("string"),
		CertificateDirectoryName:   pulumi.String("string"),
		CertificateId:              pulumi.String("string"),
		DirectoryName:              pulumi.String("string"),
		ExternalId:                 pulumi.String("string"),
		KeyArn:                     pulumi.String("string"),
		KeyName:                    pulumi.String("string"),
		KmsKeyId:                   pulumi.String("string"),
		OkvKmsKey:                  pulumi.String("string"),
		OkvUri:                     pulumi.String("string"),
		ServiceEndpointUri:         pulumi.String("string"),
		VaultId:                    pulumi.String("string"),
		VaultUri:                   pulumi.String("string"),
	},
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	InMemoryPercentage:                       pulumi.Int(0),
	IsAccessControlEnabled:                   pulumi.Bool(false),
	IsAutoScalingEnabled:                     pulumi.Bool(false),
	IsAutoScalingForStorageEnabled:           pulumi.Bool(false),
	IsBackupRetentionLocked:                  pulumi.Bool(false),
	IsDataGuardEnabled:                       pulumi.Bool(false),
	IsDedicated:                              pulumi.Bool(false),
	IsDevTier:                                pulumi.Bool(false),
	IsDisconnectPeer:                         pulumi.Bool(false),
	IsFreeTier:                               pulumi.Bool(false),
	IsLocalDataGuardEnabled:                  pulumi.Bool(false),
	IsMtlsConnectionRequired:                 pulumi.Bool(false),
	IsPreviewVersionWithServiceTermsAccepted: pulumi.Bool(false),
	IsRefreshableClone:                       pulumi.Bool(false),
	IsReplicateAutomaticBackups:              pulumi.Bool(false),
	KeyVersionId:                             pulumi.String("string"),
	KmsKeyId:                                 pulumi.String("string"),
	LicenseModel:                             pulumi.String("string"),
	LocalAdgAutoFailoverMaxDataLossLimit:     pulumi.Int(0),
	LongTermBackupSchedules: database.AutonomousDatabaseLongTermBackupScheduleArray{
		&database.AutonomousDatabaseLongTermBackupScheduleArgs{
			IsDisabled:            pulumi.Bool(false),
			RepeatCadence:         pulumi.String("string"),
			RetentionPeriodInDays: pulumi.Int(0),
			TimeOfBackup:          pulumi.String("string"),
		},
	},
	MaxCpuCoreCount: pulumi.Int(0),
	NcharacterSet:   pulumi.String("string"),
	NsgIds: pulumi.StringArray{
		pulumi.String("string"),
	},
	OcpuCount:                  pulumi.Float64(0),
	OpenMode:                   pulumi.String("string"),
	OperationsInsightsStatus:   pulumi.String("string"),
	PeerDbId:                   pulumi.String("string"),
	PermissionLevel:            pulumi.String("string"),
	PrivateEndpointIp:          pulumi.String("string"),
	PrivateEndpointLabel:       pulumi.String("string"),
	RefreshableMode:            pulumi.String("string"),
	RemoteDisasterRecoveryType: pulumi.String("string"),
	ResourcePoolLeaderId:       pulumi.String("string"),
	ResourcePoolSummary: &database.AutonomousDatabaseResourcePoolSummaryArgs{
		IsDisabled: pulumi.Bool(false),
		PoolSize:   pulumi.Int(0),
	},
	RotateKeyTrigger: pulumi.Bool(false),
	ScheduledOperations: database.AutonomousDatabaseScheduledOperationArray{
		&database.AutonomousDatabaseScheduledOperationArgs{
			DayOfWeek: &database.AutonomousDatabaseScheduledOperationDayOfWeekArgs{
				Name: pulumi.String("string"),
			},
			ScheduledStartTime: pulumi.String("string"),
			ScheduledStopTime:  pulumi.String("string"),
		},
	},
	SecretId:            pulumi.String("string"),
	SecretVersionNumber: pulumi.Int(0),
	SecurityAttributes: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	ShrinkAdbTrigger: pulumi.Int(0),
	Source:           pulumi.String("string"),
	SourceId:         pulumi.String("string"),
	StandbyWhitelistedIps: pulumi.StringArray{
		pulumi.String("string"),
	},
	State:                             pulumi.String("string"),
	SubnetId:                          pulumi.String("string"),
	SubscriptionId:                    pulumi.String("string"),
	SwitchoverTo:                      pulumi.String("string"),
	SwitchoverToRemotePeerId:          pulumi.String("string"),
	TimeOfAutoRefreshStart:            pulumi.String("string"),
	Timestamp:                         pulumi.String("string"),
	UseLatestAvailableBackupTimeStamp: pulumi.Bool(false),
	VaultId:                           pulumi.String("string"),
	WhitelistedIps: pulumi.StringArray{
		pulumi.String("string"),
	},
})
var autonomousDatabaseResource = new AutonomousDatabase("autonomousDatabaseResource", AutonomousDatabaseArgs.builder()
    .compartmentId("string")
    .dbName("string")
    .adminPassword("string")
    .arePrimaryWhitelistedIpsUsed(false)
    .autoRefreshFrequencyInSeconds(0)
    .autoRefreshPointLagInSeconds(0)
    .autonomousContainerDatabaseId("string")
    .autonomousDatabaseBackupId("string")
    .autonomousDatabaseId("string")
    .autonomousMaintenanceScheduleType("string")
    .backupRetentionPeriodInDays(0)
    .byolComputeCountLimit(0.0)
    .characterSet("string")
    .cloneTableSpaceLists(0)
    .cloneType("string")
    .computeCount(0.0)
    .computeModel("string")
    .cpuCoreCount(0)
    .customerContacts(AutonomousDatabaseCustomerContactArgs.builder()
        .email("string")
        .build())
    .dataSafeStatus("string")
    .dataStorageSizeInGb(0)
    .dataStorageSizeInTbs(0)
    .databaseEdition("string")
    .databaseManagementStatus("string")
    .dbToolsDetails(AutonomousDatabaseDbToolsDetailArgs.builder()
        .name("string")
        .computeCount(0.0)
        .isEnabled(false)
        .maxIdleTimeInMinutes(0)
        .build())
    .dbVersion("string")
    .dbWorkload("string")
    .definedTags(Map.of("string", "string"))
    .disasterRecoveryType("string")
    .displayName("string")
    .enableDeleteScheduledOperations(false)
    .encryptionKey(AutonomousDatabaseEncryptionKeyArgs.builder()
        .arnRole("string")
        .autonomousDatabaseProvider("string")
        .certificateDirectoryName("string")
        .certificateId("string")
        .directoryName("string")
        .externalId("string")
        .keyArn("string")
        .keyName("string")
        .kmsKeyId("string")
        .okvKmsKey("string")
        .okvUri("string")
        .serviceEndpointUri("string")
        .vaultId("string")
        .vaultUri("string")
        .build())
    .freeformTags(Map.of("string", "string"))
    .inMemoryPercentage(0)
    .isAccessControlEnabled(false)
    .isAutoScalingEnabled(false)
    .isAutoScalingForStorageEnabled(false)
    .isBackupRetentionLocked(false)
    .isDataGuardEnabled(false)
    .isDedicated(false)
    .isDevTier(false)
    .isDisconnectPeer(false)
    .isFreeTier(false)
    .isLocalDataGuardEnabled(false)
    .isMtlsConnectionRequired(false)
    .isPreviewVersionWithServiceTermsAccepted(false)
    .isRefreshableClone(false)
    .isReplicateAutomaticBackups(false)
    .keyVersionId("string")
    .kmsKeyId("string")
    .licenseModel("string")
    .localAdgAutoFailoverMaxDataLossLimit(0)
    .longTermBackupSchedules(AutonomousDatabaseLongTermBackupScheduleArgs.builder()
        .isDisabled(false)
        .repeatCadence("string")
        .retentionPeriodInDays(0)
        .timeOfBackup("string")
        .build())
    .maxCpuCoreCount(0)
    .ncharacterSet("string")
    .nsgIds("string")
    .ocpuCount(0.0)
    .openMode("string")
    .operationsInsightsStatus("string")
    .peerDbId("string")
    .permissionLevel("string")
    .privateEndpointIp("string")
    .privateEndpointLabel("string")
    .refreshableMode("string")
    .remoteDisasterRecoveryType("string")
    .resourcePoolLeaderId("string")
    .resourcePoolSummary(AutonomousDatabaseResourcePoolSummaryArgs.builder()
        .isDisabled(false)
        .poolSize(0)
        .build())
    .rotateKeyTrigger(false)
    .scheduledOperations(AutonomousDatabaseScheduledOperationArgs.builder()
        .dayOfWeek(AutonomousDatabaseScheduledOperationDayOfWeekArgs.builder()
            .name("string")
            .build())
        .scheduledStartTime("string")
        .scheduledStopTime("string")
        .build())
    .secretId("string")
    .secretVersionNumber(0)
    .securityAttributes(Map.of("string", "string"))
    .shrinkAdbTrigger(0)
    .source("string")
    .sourceId("string")
    .standbyWhitelistedIps("string")
    .state("string")
    .subnetId("string")
    .subscriptionId("string")
    .switchoverTo("string")
    .switchoverToRemotePeerId("string")
    .timeOfAutoRefreshStart("string")
    .timestamp("string")
    .useLatestAvailableBackupTimeStamp(false)
    .vaultId("string")
    .whitelistedIps("string")
    .build());
autonomous_database_resource = oci.database.AutonomousDatabase("autonomousDatabaseResource",
    compartment_id="string",
    db_name="string",
    admin_password="string",
    are_primary_whitelisted_ips_used=False,
    auto_refresh_frequency_in_seconds=0,
    auto_refresh_point_lag_in_seconds=0,
    autonomous_container_database_id="string",
    autonomous_database_backup_id="string",
    autonomous_database_id="string",
    autonomous_maintenance_schedule_type="string",
    backup_retention_period_in_days=0,
    byol_compute_count_limit=0,
    character_set="string",
    clone_table_space_lists=[0],
    clone_type="string",
    compute_count=0,
    compute_model="string",
    cpu_core_count=0,
    customer_contacts=[{
        "email": "string",
    }],
    data_safe_status="string",
    data_storage_size_in_gb=0,
    data_storage_size_in_tbs=0,
    database_edition="string",
    database_management_status="string",
    db_tools_details=[{
        "name": "string",
        "compute_count": 0,
        "is_enabled": False,
        "max_idle_time_in_minutes": 0,
    }],
    db_version="string",
    db_workload="string",
    defined_tags={
        "string": "string",
    },
    disaster_recovery_type="string",
    display_name="string",
    enable_delete_scheduled_operations=False,
    encryption_key={
        "arn_role": "string",
        "autonomous_database_provider": "string",
        "certificate_directory_name": "string",
        "certificate_id": "string",
        "directory_name": "string",
        "external_id": "string",
        "key_arn": "string",
        "key_name": "string",
        "kms_key_id": "string",
        "okv_kms_key": "string",
        "okv_uri": "string",
        "service_endpoint_uri": "string",
        "vault_id": "string",
        "vault_uri": "string",
    },
    freeform_tags={
        "string": "string",
    },
    in_memory_percentage=0,
    is_access_control_enabled=False,
    is_auto_scaling_enabled=False,
    is_auto_scaling_for_storage_enabled=False,
    is_backup_retention_locked=False,
    is_data_guard_enabled=False,
    is_dedicated=False,
    is_dev_tier=False,
    is_disconnect_peer=False,
    is_free_tier=False,
    is_local_data_guard_enabled=False,
    is_mtls_connection_required=False,
    is_preview_version_with_service_terms_accepted=False,
    is_refreshable_clone=False,
    is_replicate_automatic_backups=False,
    key_version_id="string",
    kms_key_id="string",
    license_model="string",
    local_adg_auto_failover_max_data_loss_limit=0,
    long_term_backup_schedules=[{
        "is_disabled": False,
        "repeat_cadence": "string",
        "retention_period_in_days": 0,
        "time_of_backup": "string",
    }],
    max_cpu_core_count=0,
    ncharacter_set="string",
    nsg_ids=["string"],
    ocpu_count=0,
    open_mode="string",
    operations_insights_status="string",
    peer_db_id="string",
    permission_level="string",
    private_endpoint_ip="string",
    private_endpoint_label="string",
    refreshable_mode="string",
    remote_disaster_recovery_type="string",
    resource_pool_leader_id="string",
    resource_pool_summary={
        "is_disabled": False,
        "pool_size": 0,
    },
    rotate_key_trigger=False,
    scheduled_operations=[{
        "day_of_week": {
            "name": "string",
        },
        "scheduled_start_time": "string",
        "scheduled_stop_time": "string",
    }],
    secret_id="string",
    secret_version_number=0,
    security_attributes={
        "string": "string",
    },
    shrink_adb_trigger=0,
    source="string",
    source_id="string",
    standby_whitelisted_ips=["string"],
    state="string",
    subnet_id="string",
    subscription_id="string",
    switchover_to="string",
    switchover_to_remote_peer_id="string",
    time_of_auto_refresh_start="string",
    timestamp="string",
    use_latest_available_backup_time_stamp=False,
    vault_id="string",
    whitelisted_ips=["string"])
const autonomousDatabaseResource = new oci.database.AutonomousDatabase("autonomousDatabaseResource", {
    compartmentId: "string",
    dbName: "string",
    adminPassword: "string",
    arePrimaryWhitelistedIpsUsed: false,
    autoRefreshFrequencyInSeconds: 0,
    autoRefreshPointLagInSeconds: 0,
    autonomousContainerDatabaseId: "string",
    autonomousDatabaseBackupId: "string",
    autonomousDatabaseId: "string",
    autonomousMaintenanceScheduleType: "string",
    backupRetentionPeriodInDays: 0,
    byolComputeCountLimit: 0,
    characterSet: "string",
    cloneTableSpaceLists: [0],
    cloneType: "string",
    computeCount: 0,
    computeModel: "string",
    cpuCoreCount: 0,
    customerContacts: [{
        email: "string",
    }],
    dataSafeStatus: "string",
    dataStorageSizeInGb: 0,
    dataStorageSizeInTbs: 0,
    databaseEdition: "string",
    databaseManagementStatus: "string",
    dbToolsDetails: [{
        name: "string",
        computeCount: 0,
        isEnabled: false,
        maxIdleTimeInMinutes: 0,
    }],
    dbVersion: "string",
    dbWorkload: "string",
    definedTags: {
        string: "string",
    },
    disasterRecoveryType: "string",
    displayName: "string",
    enableDeleteScheduledOperations: false,
    encryptionKey: {
        arnRole: "string",
        autonomousDatabaseProvider: "string",
        certificateDirectoryName: "string",
        certificateId: "string",
        directoryName: "string",
        externalId: "string",
        keyArn: "string",
        keyName: "string",
        kmsKeyId: "string",
        okvKmsKey: "string",
        okvUri: "string",
        serviceEndpointUri: "string",
        vaultId: "string",
        vaultUri: "string",
    },
    freeformTags: {
        string: "string",
    },
    inMemoryPercentage: 0,
    isAccessControlEnabled: false,
    isAutoScalingEnabled: false,
    isAutoScalingForStorageEnabled: false,
    isBackupRetentionLocked: false,
    isDataGuardEnabled: false,
    isDedicated: false,
    isDevTier: false,
    isDisconnectPeer: false,
    isFreeTier: false,
    isLocalDataGuardEnabled: false,
    isMtlsConnectionRequired: false,
    isPreviewVersionWithServiceTermsAccepted: false,
    isRefreshableClone: false,
    isReplicateAutomaticBackups: false,
    keyVersionId: "string",
    kmsKeyId: "string",
    licenseModel: "string",
    localAdgAutoFailoverMaxDataLossLimit: 0,
    longTermBackupSchedules: [{
        isDisabled: false,
        repeatCadence: "string",
        retentionPeriodInDays: 0,
        timeOfBackup: "string",
    }],
    maxCpuCoreCount: 0,
    ncharacterSet: "string",
    nsgIds: ["string"],
    ocpuCount: 0,
    openMode: "string",
    operationsInsightsStatus: "string",
    peerDbId: "string",
    permissionLevel: "string",
    privateEndpointIp: "string",
    privateEndpointLabel: "string",
    refreshableMode: "string",
    remoteDisasterRecoveryType: "string",
    resourcePoolLeaderId: "string",
    resourcePoolSummary: {
        isDisabled: false,
        poolSize: 0,
    },
    rotateKeyTrigger: false,
    scheduledOperations: [{
        dayOfWeek: {
            name: "string",
        },
        scheduledStartTime: "string",
        scheduledStopTime: "string",
    }],
    secretId: "string",
    secretVersionNumber: 0,
    securityAttributes: {
        string: "string",
    },
    shrinkAdbTrigger: 0,
    source: "string",
    sourceId: "string",
    standbyWhitelistedIps: ["string"],
    state: "string",
    subnetId: "string",
    subscriptionId: "string",
    switchoverTo: "string",
    switchoverToRemotePeerId: "string",
    timeOfAutoRefreshStart: "string",
    timestamp: "string",
    useLatestAvailableBackupTimeStamp: false,
    vaultId: "string",
    whitelistedIps: ["string"],
});
type: oci:Database:AutonomousDatabase
properties:
    adminPassword: string
    arePrimaryWhitelistedIpsUsed: false
    autoRefreshFrequencyInSeconds: 0
    autoRefreshPointLagInSeconds: 0
    autonomousContainerDatabaseId: string
    autonomousDatabaseBackupId: string
    autonomousDatabaseId: string
    autonomousMaintenanceScheduleType: string
    backupRetentionPeriodInDays: 0
    byolComputeCountLimit: 0
    characterSet: string
    cloneTableSpaceLists:
        - 0
    cloneType: string
    compartmentId: string
    computeCount: 0
    computeModel: string
    cpuCoreCount: 0
    customerContacts:
        - email: string
    dataSafeStatus: string
    dataStorageSizeInGb: 0
    dataStorageSizeInTbs: 0
    databaseEdition: string
    databaseManagementStatus: string
    dbName: string
    dbToolsDetails:
        - computeCount: 0
          isEnabled: false
          maxIdleTimeInMinutes: 0
          name: string
    dbVersion: string
    dbWorkload: string
    definedTags:
        string: string
    disasterRecoveryType: string
    displayName: string
    enableDeleteScheduledOperations: false
    encryptionKey:
        arnRole: string
        autonomousDatabaseProvider: string
        certificateDirectoryName: string
        certificateId: string
        directoryName: string
        externalId: string
        keyArn: string
        keyName: string
        kmsKeyId: string
        okvKmsKey: string
        okvUri: string
        serviceEndpointUri: string
        vaultId: string
        vaultUri: string
    freeformTags:
        string: string
    inMemoryPercentage: 0
    isAccessControlEnabled: false
    isAutoScalingEnabled: false
    isAutoScalingForStorageEnabled: false
    isBackupRetentionLocked: false
    isDataGuardEnabled: false
    isDedicated: false
    isDevTier: false
    isDisconnectPeer: false
    isFreeTier: false
    isLocalDataGuardEnabled: false
    isMtlsConnectionRequired: false
    isPreviewVersionWithServiceTermsAccepted: false
    isRefreshableClone: false
    isReplicateAutomaticBackups: false
    keyVersionId: string
    kmsKeyId: string
    licenseModel: string
    localAdgAutoFailoverMaxDataLossLimit: 0
    longTermBackupSchedules:
        - isDisabled: false
          repeatCadence: string
          retentionPeriodInDays: 0
          timeOfBackup: string
    maxCpuCoreCount: 0
    ncharacterSet: string
    nsgIds:
        - string
    ocpuCount: 0
    openMode: string
    operationsInsightsStatus: string
    peerDbId: string
    permissionLevel: string
    privateEndpointIp: string
    privateEndpointLabel: string
    refreshableMode: string
    remoteDisasterRecoveryType: string
    resourcePoolLeaderId: string
    resourcePoolSummary:
        isDisabled: false
        poolSize: 0
    rotateKeyTrigger: false
    scheduledOperations:
        - dayOfWeek:
            name: string
          scheduledStartTime: string
          scheduledStopTime: string
    secretId: string
    secretVersionNumber: 0
    securityAttributes:
        string: string
    shrinkAdbTrigger: 0
    source: string
    sourceId: string
    standbyWhitelistedIps:
        - string
    state: string
    subnetId: string
    subscriptionId: string
    switchoverTo: string
    switchoverToRemotePeerId: string
    timeOfAutoRefreshStart: string
    timestamp: string
    useLatestAvailableBackupTimeStamp: false
    vaultId: string
    whitelistedIps:
        - string
AutonomousDatabase Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AutonomousDatabase resource accepts the following input properties:
- CompartmentId string
- (Updatable) The OCID of the compartment of the Autonomous Database.
- DbName string
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- AdminPassword string
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- ArePrimary boolWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- AutoRefresh intFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- AutoRefresh intPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AutonomousDatabase stringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- AutonomousDatabase stringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- AutonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- BackupRetention intPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- ByolCompute doubleCount Limit 
- CharacterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- CloneTable List<int>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- CloneType string
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- ComputeCount double
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- ComputeModel string
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- CpuCore intCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- CustomerContacts List<AutonomousDatabase Customer Contact> 
- (Updatable) Customer Contacts.
- DataSafe stringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- DataStorage intSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- DataStorage intSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- DatabaseEdition string
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- DatabaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- DbTools List<AutonomousDetails Database Db Tools Detail> 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- DbVersion string
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- DbWorkload string
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- DisplayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- EnableDelete boolScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- EncryptionKey AutonomousDatabase Encryption Key 
- (Updatable) Details of the Autonomous Database encryption key.
- Dictionary<string, string>
- (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"}
- InMemory intPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- IsAccess boolControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- IsAuto boolScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- IsAuto boolScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- IsBackup boolRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- IsData boolGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsDedicated bool
- True if the database is on dedicated Exadata infrastructure.
- IsDev boolTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- IsDisconnect boolPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- IsFree boolTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- IsLocal boolData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsMtls boolConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- IsPreview boolVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- IsRefreshable boolClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- IsReplicate boolAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- IsShrink boolOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- KeyVersion stringId 
- The OCID of the key version that is used in rotate key operations.
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- LicenseModel string
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- LocalAdg intAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- LongTerm List<AutonomousBackup Schedules Database Long Term Backup Schedule> 
- Details for the long-term backup schedule.
- MaxCpu intCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- NcharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- NsgIds List<string>
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- OcpuCount double
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- OpenMode string
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- OperationsInsights stringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- PeerDb stringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- PermissionLevel string
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- PrivateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- PrivateEndpoint stringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- RefreshableMode string
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- RemoteDisaster stringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- ResourcePool stringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- ResourcePool AutonomousSummary Database Resource Pool Summary 
- (Updatable) The configuration details for resource pool
- RotateKey boolTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- ScheduledOperations List<AutonomousDatabase Scheduled Operation> 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- SecretId string
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- SecretVersion intNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- SecurityAttributes Dictionary<string, string>
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- ShrinkAdb intTrigger 
- Source string
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- SourceId string
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- StandbyWhitelisted List<string>Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- State string
- The current state of the Autonomous Database.
- SubnetId string
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- SwitchoverTo string
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- SwitchoverTo stringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- TimeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- Timestamp string
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- UseLatest boolAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- WhitelistedIps List<string>
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- CompartmentId string
- (Updatable) The OCID of the compartment of the Autonomous Database.
- DbName string
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- AdminPassword string
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- ArePrimary boolWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- AutoRefresh intFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- AutoRefresh intPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AutonomousDatabase stringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- AutonomousDatabase stringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- AutonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- BackupRetention intPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- ByolCompute float64Count Limit 
- CharacterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- CloneTable []intSpace Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- CloneType string
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- ComputeCount float64
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- ComputeModel string
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- CpuCore intCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- CustomerContacts []AutonomousDatabase Customer Contact Args 
- (Updatable) Customer Contacts.
- DataSafe stringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- DataStorage intSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- DataStorage intSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- DatabaseEdition string
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- DatabaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- DbTools []AutonomousDetails Database Db Tools Detail Args 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- DbVersion string
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- DbWorkload string
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- DisplayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- EnableDelete boolScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- EncryptionKey AutonomousDatabase Encryption Key Args 
- (Updatable) Details of the Autonomous Database encryption key.
- map[string]string
- (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"}
- InMemory intPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- IsAccess boolControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- IsAuto boolScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- IsAuto boolScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- IsBackup boolRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- IsData boolGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsDedicated bool
- True if the database is on dedicated Exadata infrastructure.
- IsDev boolTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- IsDisconnect boolPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- IsFree boolTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- IsLocal boolData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsMtls boolConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- IsPreview boolVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- IsRefreshable boolClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- IsReplicate boolAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- IsShrink boolOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- KeyVersion stringId 
- The OCID of the key version that is used in rotate key operations.
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- LicenseModel string
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- LocalAdg intAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- LongTerm []AutonomousBackup Schedules Database Long Term Backup Schedule Args 
- Details for the long-term backup schedule.
- MaxCpu intCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- NcharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- NsgIds []string
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- OcpuCount float64
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- OpenMode string
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- OperationsInsights stringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- PeerDb stringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- PermissionLevel string
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- PrivateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- PrivateEndpoint stringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- RefreshableMode string
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- RemoteDisaster stringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- ResourcePool stringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- ResourcePool AutonomousSummary Database Resource Pool Summary Args 
- (Updatable) The configuration details for resource pool
- RotateKey boolTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- ScheduledOperations []AutonomousDatabase Scheduled Operation Args 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- SecretId string
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- SecretVersion intNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- SecurityAttributes map[string]string
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- ShrinkAdb intTrigger 
- Source string
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- SourceId string
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- StandbyWhitelisted []stringIps 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- State string
- The current state of the Autonomous Database.
- SubnetId string
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- SwitchoverTo string
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- SwitchoverTo stringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- TimeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- Timestamp string
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- UseLatest boolAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- WhitelistedIps []string
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- compartmentId String
- (Updatable) The OCID of the compartment of the Autonomous Database.
- dbName String
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- adminPassword String
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- arePrimary BooleanWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh IntegerFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh IntegerPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousDatabase StringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomousDatabase StringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomousMaintenance StringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- backupRetention IntegerPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- byolCompute DoubleCount Limit 
- characterSet String
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- cloneTable List<Integer>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- cloneType String
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- computeCount Double
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- computeModel String
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpuCore IntegerCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customerContacts List<AutonomousCustomer Contact> 
- (Updatable) Customer Contacts.
- dataSafe StringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- dataStorage IntegerSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- dataStorage IntegerSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- databaseEdition String
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- databaseManagement StringStatus 
- Status of Database Management for this Autonomous Database.
- dbTools List<AutonomousDetails Db Tools Detail> 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- dbVersion String
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- dbWorkload String
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- displayName String
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enableDelete BooleanScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryptionKey AutonomousEncryption Key 
- (Updatable) Details of the Autonomous Database encryption key.
- Map<String,String>
- (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"}
- inMemory IntegerPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- isAccess BooleanControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- isAuto BooleanScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto BooleanScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup BooleanRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- isData BooleanGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isDedicated Boolean
- True if the database is on dedicated Exadata infrastructure.
- isDev BooleanTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isDisconnect BooleanPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- isFree BooleanTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- isLocal BooleanData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isMtls BooleanConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- isPreview BooleanVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- isRefreshable BooleanClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- isReplicate BooleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isShrink BooleanOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- keyVersion StringId 
- The OCID of the key version that is used in rotate key operations.
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- licenseModel String
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- localAdg IntegerAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- longTerm List<AutonomousBackup Schedules Long Term Backup Schedule> 
- Details for the long-term backup schedule.
- maxCpu IntegerCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- ncharacterSet String
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- nsgIds List<String>
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpuCount Double
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- openMode String
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operationsInsights StringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peerDb StringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- permissionLevel String
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- privateEndpoint StringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint StringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- refreshableMode String
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- remoteDisaster StringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resourcePool StringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resourcePool AutonomousSummary Resource Pool Summary 
- (Updatable) The configuration details for resource pool
- rotateKey BooleanTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduledOperations List<AutonomousScheduled Operation> 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secretId String
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secretVersion IntegerNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- securityAttributes Map<String,String>
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shrinkAdb IntegerTrigger 
- source String
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- sourceId String
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standbyWhitelisted List<String>Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state String
- The current state of the Autonomous Database.
- subnetId String
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- switchoverTo String
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchoverTo StringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- timeOf StringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timestamp String
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- useLatest BooleanAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelistedIps List<String>
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- compartmentId string
- (Updatable) The OCID of the compartment of the Autonomous Database.
- dbName string
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- adminPassword string
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- arePrimary booleanWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh numberFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh numberPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousDatabase stringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomousDatabase stringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- backupRetention numberPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- byolCompute numberCount Limit 
- characterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- cloneTable number[]Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- cloneType string
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- computeCount number
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- computeModel string
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpuCore numberCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customerContacts AutonomousDatabase Customer Contact[] 
- (Updatable) Customer Contacts.
- dataSafe stringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- dataStorage numberSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- dataStorage numberSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- databaseEdition string
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- databaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- dbTools AutonomousDetails Database Db Tools Detail[] 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- dbVersion string
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- dbWorkload string
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- displayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enableDelete booleanScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryptionKey AutonomousDatabase Encryption Key 
- (Updatable) Details of the Autonomous Database encryption key.
- {[key: string]: string}
- (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"}
- inMemory numberPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- isAccess booleanControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- isAuto booleanScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto booleanScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup booleanRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- isData booleanGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isDedicated boolean
- True if the database is on dedicated Exadata infrastructure.
- isDev booleanTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isDisconnect booleanPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- isFree booleanTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- isLocal booleanData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isMtls booleanConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- isPreview booleanVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- isRefreshable booleanClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- isReplicate booleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isShrink booleanOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- keyVersion stringId 
- The OCID of the key version that is used in rotate key operations.
- kmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- licenseModel string
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- localAdg numberAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- longTerm AutonomousBackup Schedules Database Long Term Backup Schedule[] 
- Details for the long-term backup schedule.
- maxCpu numberCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- ncharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- nsgIds string[]
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpuCount number
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- openMode string
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operationsInsights stringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peerDb stringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- permissionLevel string
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- privateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint stringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- refreshableMode string
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- remoteDisaster stringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resourcePool stringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resourcePool AutonomousSummary Database Resource Pool Summary 
- (Updatable) The configuration details for resource pool
- rotateKey booleanTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduledOperations AutonomousDatabase Scheduled Operation[] 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secretId string
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secretVersion numberNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- securityAttributes {[key: string]: string}
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shrinkAdb numberTrigger 
- source string
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- sourceId string
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standbyWhitelisted string[]Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state string
- The current state of the Autonomous Database.
- subnetId string
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscriptionId string
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- switchoverTo string
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchoverTo stringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- timeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timestamp string
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- useLatest booleanAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- vaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelistedIps string[]
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- compartment_id str
- (Updatable) The OCID of the compartment of the Autonomous Database.
- db_name str
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- admin_password str
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- are_primary_ boolwhitelisted_ ips_ used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- auto_refresh_ intfrequency_ in_ seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- auto_refresh_ intpoint_ lag_ in_ seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomous_container_ strdatabase_ id 
- The Autonomous Container Database OCID.
- autonomous_database_ strbackup_ id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous_database_ strid 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous_maintenance_ strschedule_ type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- backup_retention_ intperiod_ in_ days 
- (Updatable) Retention period, in days, for backups.
- byol_compute_ floatcount_ limit 
- character_set str
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- clone_table_ Sequence[int]space_ lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- clone_type str
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- compute_count float
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- compute_model str
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpu_core_ intcount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customer_contacts Sequence[AutonomousDatabase Customer Contact Args] 
- (Updatable) Customer Contacts.
- data_safe_ strstatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data_storage_ intsize_ in_ gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- data_storage_ intsize_ in_ tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- database_edition str
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- database_management_ strstatus 
- Status of Database Management for this Autonomous Database.
- db_tools_ Sequence[Autonomousdetails Database Db Tools Detail Args] 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- db_version str
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- db_workload str
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disaster_recovery_ strtype 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- display_name str
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable_delete_ boolscheduled_ operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryption_key AutonomousDatabase Encryption Key Args 
- (Updatable) Details of the Autonomous Database encryption key.
- Mapping[str, str]
- (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"}
- in_memory_ intpercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- is_access_ boolcontrol_ enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- is_auto_ boolscaling_ enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- is_auto_ boolscaling_ for_ storage_ enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- is_backup_ boolretention_ locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- is_data_ boolguard_ enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is_dedicated bool
- True if the database is on dedicated Exadata infrastructure.
- is_dev_ booltier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- is_disconnect_ boolpeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- is_free_ booltier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- is_local_ booldata_ guard_ enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is_mtls_ boolconnection_ required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- is_preview_ boolversion_ with_ service_ terms_ accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- is_refreshable_ boolclone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- is_replicate_ boolautomatic_ backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- is_shrink_ boolonly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- key_version_ strid 
- The OCID of the key version that is used in rotate key operations.
- kms_key_ strid 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- license_model str
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- local_adg_ intauto_ failover_ max_ data_ loss_ limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- long_term_ Sequence[Autonomousbackup_ schedules Database Long Term Backup Schedule Args] 
- Details for the long-term backup schedule.
- max_cpu_ intcore_ count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- ncharacter_set str
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- nsg_ids Sequence[str]
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpu_count float
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- open_mode str
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operations_insights_ strstatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peer_db_ strid 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- permission_level str
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private_endpoint_ strip 
- The private endpoint Ip address for the resource.
- private_endpoint_ strlabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- refreshable_mode str
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- remote_disaster_ strrecovery_ type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resource_pool_ strleader_ id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource_pool_ Autonomoussummary Database Resource Pool Summary Args 
- (Updatable) The configuration details for resource pool
- rotate_key_ booltrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduled_operations Sequence[AutonomousDatabase Scheduled Operation Args] 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secret_id str
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secret_version_ intnumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security_attributes Mapping[str, str]
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shrink_adb_ inttrigger 
- source str
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- source_id str
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standby_whitelisted_ Sequence[str]ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state str
- The current state of the Autonomous Database.
- subnet_id str
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscription_id str
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- switchover_to str
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchover_to_ strremote_ peer_ id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- time_of_ strauto_ refresh_ start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timestamp str
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- use_latest_ boolavailable_ backup_ time_ stamp 
- Clone from latest available backup timestamp.
- vault_id str
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelisted_ips Sequence[str]
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- compartmentId String
- (Updatable) The OCID of the compartment of the Autonomous Database.
- dbName String
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- adminPassword String
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- arePrimary BooleanWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh NumberFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh NumberPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousDatabase StringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomousDatabase StringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomousMaintenance StringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- backupRetention NumberPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- byolCompute NumberCount Limit 
- characterSet String
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- cloneTable List<Number>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- cloneType String
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- computeCount Number
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- computeModel String
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- cpuCore NumberCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customerContacts List<Property Map>
- (Updatable) Customer Contacts.
- dataSafe StringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- dataStorage NumberSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- dataStorage NumberSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- databaseEdition String
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- databaseManagement StringStatus 
- Status of Database Management for this Autonomous Database.
- dbTools List<Property Map>Details 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- dbVersion String
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- dbWorkload String
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- displayName String
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enableDelete BooleanScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryptionKey Property Map
- (Updatable) Details of the Autonomous Database encryption key.
- Map<String>
- (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"}
- inMemory NumberPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- isAccess BooleanControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- isAuto BooleanScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto BooleanScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup BooleanRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- isData BooleanGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isDedicated Boolean
- True if the database is on dedicated Exadata infrastructure.
- isDev BooleanTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isDisconnect BooleanPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- isFree BooleanTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- isLocal BooleanData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isMtls BooleanConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- isPreview BooleanVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- isRefreshable BooleanClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- isReplicate BooleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isShrink BooleanOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- keyVersion StringId 
- The OCID of the key version that is used in rotate key operations.
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- licenseModel String
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- localAdg NumberAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- longTerm List<Property Map>Backup Schedules 
- Details for the long-term backup schedule.
- maxCpu NumberCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- ncharacterSet String
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- nsgIds List<String>
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpuCount Number
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- openMode String
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operationsInsights StringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peerDb StringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- permissionLevel String
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- privateEndpoint StringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint StringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- refreshableMode String
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- remoteDisaster StringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resourcePool StringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resourcePool Property MapSummary 
- (Updatable) The configuration details for resource pool
- rotateKey BooleanTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduledOperations List<Property Map>
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secretId String
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secretVersion NumberNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- securityAttributes Map<String>
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shrinkAdb NumberTrigger 
- source String
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- sourceId String
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standbyWhitelisted List<String>Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state String
- The current state of the Autonomous Database.
- subnetId String
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- switchoverTo String
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchoverTo StringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- timeOf StringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timestamp String
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- useLatest BooleanAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelistedIps List<String>
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
Outputs
All input properties are implicitly available as output properties. Additionally, the AutonomousDatabase resource produces the following output properties:
- ActualUsed doubleData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- AllocatedStorage doubleSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- ApexDetails List<AutonomousDatabase Apex Detail> 
- Information about Oracle APEX Application Development.
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- AvailableUpgrade List<string>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- BackupConfigs List<AutonomousDatabase Backup Config> 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- ConnectionStrings List<AutonomousDatabase Connection String> 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- ConnectionUrls List<AutonomousDatabase Connection Url> 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- DataguardRegion stringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- DisasterRecovery stringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- EncryptionKey List<AutonomousHistory Entries Database Encryption Key History Entry> 
- Key History Entry.
- FailedData intRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Id string
- The provider-assigned unique ID for this managed resource.
- InMemory intArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- InfrastructureType string
- The infrastructure type this resource belongs to.
- IsPreview bool
- Indicates if the Autonomous Database version is a preview version.
- IsReconnect boolClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- IsRemote boolData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- KeyHistory List<AutonomousEntries Database Key History Entry> 
- Key History Entry.
- KeyStore stringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- KeyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- KmsKey stringLifecycle Details 
- KMS key lifecycle details.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- LocalDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- LocalStandby List<AutonomousDbs Database Local Standby Db> 
- Autonomous Data Guard standby database details.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- MemoryPer intOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- NetServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- NextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- PeerDb List<string>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- PrivateEndpoint string
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- ProvisionableCpuses List<double>
- An array of CPU values that an Autonomous Database can be scaled to.
- PublicConnection List<AutonomousUrls Database Public Connection Url> 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- PublicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- RefreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- RemoteDisaster List<AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration> 
- Configurations of a Disaster Recovery.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- ServiceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- StandbyDbs List<AutonomousDatabase Standby Db> 
- Deprecated Autonomous Data Guard standby database details.
- SupportedRegions List<string>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time the Autonomous Database was created.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- TimeOf stringJoining Resource Pool 
- TimeOf stringLast Failover 
- The timestamp of the last failover operation.
- TimeOf stringLast Refresh 
- The date and time when last refresh happened.
- TimeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- TimeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- TimeOf stringNext Refresh 
- The date and time of next refresh.
- TimeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- TimeUndeleted string
- TimeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- TotalBackup doubleStorage Size In Gbs 
- The backup storage to the database.
- UsedData intStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- UsedData intStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- ActualUsed float64Data Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- AllocatedStorage float64Size In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- ApexDetails []AutonomousDatabase Apex Detail 
- Information about Oracle APEX Application Development.
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- AvailableUpgrade []stringVersions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- BackupConfigs []AutonomousDatabase Backup Config 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- ConnectionStrings []AutonomousDatabase Connection String 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- ConnectionUrls []AutonomousDatabase Connection Url 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- DataguardRegion stringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- DisasterRecovery stringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- EncryptionKey []AutonomousHistory Entries Database Encryption Key History Entry 
- Key History Entry.
- FailedData intRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Id string
- The provider-assigned unique ID for this managed resource.
- InMemory intArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- InfrastructureType string
- The infrastructure type this resource belongs to.
- IsPreview bool
- Indicates if the Autonomous Database version is a preview version.
- IsReconnect boolClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- IsRemote boolData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- KeyHistory []AutonomousEntries Database Key History Entry 
- Key History Entry.
- KeyStore stringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- KeyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- KmsKey stringLifecycle Details 
- KMS key lifecycle details.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- LocalDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- LocalStandby []AutonomousDbs Database Local Standby Db 
- Autonomous Data Guard standby database details.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- MemoryPer intOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- NetServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- NextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- PeerDb []stringIds 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- PrivateEndpoint string
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- ProvisionableCpuses []float64
- An array of CPU values that an Autonomous Database can be scaled to.
- PublicConnection []AutonomousUrls Database Public Connection Url 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- PublicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- RefreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- RemoteDisaster []AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration 
- Configurations of a Disaster Recovery.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- ServiceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- StandbyDbs []AutonomousDatabase Standby Db 
- Deprecated Autonomous Data Guard standby database details.
- SupportedRegions []stringTo Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time the Autonomous Database was created.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- TimeOf stringJoining Resource Pool 
- TimeOf stringLast Failover 
- The timestamp of the last failover operation.
- TimeOf stringLast Refresh 
- The date and time when last refresh happened.
- TimeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- TimeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- TimeOf stringNext Refresh 
- The date and time of next refresh.
- TimeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- TimeUndeleted string
- TimeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- TotalBackup float64Storage Size In Gbs 
- The backup storage to the database.
- UsedData intStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- UsedData intStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- actualUsed DoubleData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocatedStorage DoubleSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails List<AutonomousApex Detail> 
- Information about Oracle APEX Application Development.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- availableUpgrade List<String>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs List<AutonomousBackup Config> 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- connectionStrings List<AutonomousConnection String> 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls List<AutonomousConnection Url> 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- dataguardRegion StringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- disasterRecovery StringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- encryptionKey List<AutonomousHistory Entries Encryption Key History Entry> 
- Key History Entry.
- failedData IntegerRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- id String
- The provider-assigned unique ID for this managed resource.
- inMemory IntegerArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- infrastructureType String
- The infrastructure type this resource belongs to.
- isPreview Boolean
- Indicates if the Autonomous Database version is a preview version.
- isReconnect BooleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRemote BooleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- keyHistory List<AutonomousEntries Key History Entry> 
- Key History Entry.
- keyStore StringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- keyStore StringWallet Name 
- The wallet name for Oracle Key Vault.
- kmsKey StringLifecycle Details 
- KMS key lifecycle details.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- localDisaster StringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby List<AutonomousDbs Local Standby Db> 
- Autonomous Data Guard standby database details.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- memoryPer IntegerOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- netServices StringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong StringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- privateEndpoint String
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- provisionableCpuses List<Double>
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection List<AutonomousUrls Public Connection Url> 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint String
- The public endpoint for the private endpoint enabled resource.
- refreshableStatus String
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster List<AutonomousRecovery Configurations Remote Disaster Recovery Configuration> 
- Configurations of a Disaster Recovery.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- serviceConsole StringUrl 
- The URL of the Service Console for the Autonomous Database.
- standbyDbs List<AutonomousStandby Db> 
- Deprecated Autonomous Data Guard standby database details.
- supportedRegions List<String>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time the Autonomous Database was created.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion StringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal StringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- timeOf StringJoining Resource Pool 
- timeOf StringLast Failover 
- The timestamp of the last failover operation.
- timeOf StringLast Refresh 
- The date and time when last refresh happened.
- timeOf StringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf StringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf StringNext Refresh 
- The date and time of next refresh.
- timeReclamation StringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted String
- timeUntil StringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- totalBackup DoubleStorage Size In Gbs 
- The backup storage to the database.
- usedData IntegerStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData IntegerStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- actualUsed numberData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocatedStorage numberSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails AutonomousDatabase Apex Detail[] 
- Information about Oracle APEX Application Development.
- availabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- availableUpgrade string[]Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs AutonomousDatabase Backup Config[] 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- connectionStrings AutonomousDatabase Connection String[] 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls AutonomousDatabase Connection Url[] 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- dataguardRegion stringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- disasterRecovery stringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- encryptionKey AutonomousHistory Entries Database Encryption Key History Entry[] 
- Key History Entry.
- failedData numberRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- id string
- The provider-assigned unique ID for this managed resource.
- inMemory numberArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- infrastructureType string
- The infrastructure type this resource belongs to.
- isPreview boolean
- Indicates if the Autonomous Database version is a preview version.
- isReconnect booleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRemote booleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- keyHistory AutonomousEntries Database Key History Entry[] 
- Key History Entry.
- keyStore stringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- keyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- kmsKey stringLifecycle Details 
- KMS key lifecycle details.
- kmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- localDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby AutonomousDbs Database Local Standby Db[] 
- Autonomous Data Guard standby database details.
- maintenanceTarget stringComponent 
- The component chosen for maintenance.
- memoryPer numberOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- netServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- peerDb string[]Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- privateEndpoint string
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- provisionableCpuses number[]
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection AutonomousUrls Database Public Connection Url[] 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- refreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration[] 
- Configurations of a Disaster Recovery.
- role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- serviceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- standbyDbs AutonomousDatabase Standby Db[] 
- Deprecated Autonomous Data Guard standby database details.
- supportedRegions string[]To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated string
- The date and time the Autonomous Database was created.
- timeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance stringBegin 
- The date and time when maintenance will begin.
- timeMaintenance stringEnd 
- The date and time when maintenance will end.
- timeOf stringJoining Resource Pool 
- timeOf stringLast Failover 
- The timestamp of the last failover operation.
- timeOf stringLast Refresh 
- The date and time when last refresh happened.
- timeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf stringNext Refresh 
- The date and time of next refresh.
- timeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted string
- timeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- totalBackup numberStorage Size In Gbs 
- The backup storage to the database.
- usedData numberStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData numberStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- actual_used_ floatdata_ storage_ size_ in_ tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocated_storage_ floatsize_ in_ tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apex_details Sequence[AutonomousDatabase Apex Detail] 
- Information about Oracle APEX Application Development.
- availability_domain str
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available_upgrade_ Sequence[str]versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup_configs Sequence[AutonomousDatabase Backup Config] 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- connection_strings Sequence[AutonomousDatabase Connection String] 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connection_urls Sequence[AutonomousDatabase Connection Url] 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- dataguard_region_ strtype 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- disaster_recovery_ strregion_ type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- encryption_key_ Sequence[Autonomoushistory_ entries Database Encryption Key History Entry] 
- Key History Entry.
- failed_data_ intrecovery_ in_ seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- id str
- The provider-assigned unique ID for this managed resource.
- in_memory_ intarea_ in_ gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- infrastructure_type str
- The infrastructure type this resource belongs to.
- is_preview bool
- Indicates if the Autonomous Database version is a preview version.
- is_reconnect_ boolclone_ enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- is_remote_ booldata_ guard_ enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- key_history_ Sequence[Autonomousentries Database Key History Entry] 
- Key History Entry.
- key_store_ strid 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- key_store_ strwallet_ name 
- The wallet name for Oracle Key Vault.
- kms_key_ strlifecycle_ details 
- KMS key lifecycle details.
- kms_key_ strversion_ id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycle_details str
- Additional information about the current lifecycle state.
- local_disaster_ strrecovery_ type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- local_standby_ Sequence[Autonomousdbs Database Local Standby Db] 
- Autonomous Data Guard standby database details.
- maintenance_target_ strcomponent 
- The component chosen for maintenance.
- memory_per_ intoracle_ compute_ unit_ in_ gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- net_services_ strarchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- next_long_ strterm_ backup_ time_ stamp 
- The date and time when the next long-term backup would be created.
- peer_db_ Sequence[str]ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- private_endpoint str
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- provisionable_cpuses Sequence[float]
- An array of CPU values that an Autonomous Database can be scaled to.
- public_connection_ Sequence[Autonomousurls Database Public Connection Url] 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- public_endpoint str
- The public endpoint for the private endpoint enabled resource.
- refreshable_status str
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote_disaster_ Sequence[Autonomousrecovery_ configurations Database Remote Disaster Recovery Configuration] 
- Configurations of a Disaster Recovery.
- role str
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- service_console_ strurl 
- The URL of the Service Console for the Autonomous Database.
- standby_dbs Sequence[AutonomousDatabase Standby Db] 
- Deprecated Autonomous Data Guard standby database details.
- supported_regions_ Sequence[str]to_ clone_ tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time_created str
- The date and time the Autonomous Database was created.
- time_data_ strguard_ role_ changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_deletion_ strof_ free_ autonomous_ database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- time_disaster_ strrecovery_ role_ changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time_local_ strdata_ guard_ enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- time_maintenance_ strbegin 
- The date and time when maintenance will begin.
- time_maintenance_ strend 
- The date and time when maintenance will end.
- time_of_ strjoining_ resource_ pool 
- time_of_ strlast_ failover 
- The timestamp of the last failover operation.
- time_of_ strlast_ refresh 
- The date and time when last refresh happened.
- time_of_ strlast_ refresh_ point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- time_of_ strlast_ switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- time_of_ strnext_ refresh 
- The date and time of next refresh.
- time_reclamation_ strof_ free_ autonomous_ database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- time_undeleted str
- time_until_ strreconnect_ clone_ enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- total_backup_ floatstorage_ size_ in_ gbs 
- The backup storage to the database.
- used_data_ intstorage_ size_ in_ gbs 
- The storage space consumed by Autonomous Database in GBs.
- used_data_ intstorage_ size_ in_ tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- actualUsed NumberData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocatedStorage NumberSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails List<Property Map>
- Information about Oracle APEX Application Development.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- availableUpgrade List<String>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs List<Property Map>
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- connectionStrings List<Property Map>
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls List<Property Map>
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- dataguardRegion StringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- disasterRecovery StringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- encryptionKey List<Property Map>History Entries 
- Key History Entry.
- failedData NumberRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- id String
- The provider-assigned unique ID for this managed resource.
- inMemory NumberArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- infrastructureType String
- The infrastructure type this resource belongs to.
- isPreview Boolean
- Indicates if the Autonomous Database version is a preview version.
- isReconnect BooleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRemote BooleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- keyHistory List<Property Map>Entries 
- Key History Entry.
- keyStore StringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- keyStore StringWallet Name 
- The wallet name for Oracle Key Vault.
- kmsKey StringLifecycle Details 
- KMS key lifecycle details.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- localDisaster StringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby List<Property Map>Dbs 
- Autonomous Data Guard standby database details.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- memoryPer NumberOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- netServices StringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong StringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- privateEndpoint String
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- provisionableCpuses List<Number>
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection List<Property Map>Urls 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint String
- The public endpoint for the private endpoint enabled resource.
- refreshableStatus String
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster List<Property Map>Recovery Configurations 
- Configurations of a Disaster Recovery.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- serviceConsole StringUrl 
- The URL of the Service Console for the Autonomous Database.
- standbyDbs List<Property Map>
- Deprecated Autonomous Data Guard standby database details.
- supportedRegions List<String>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time the Autonomous Database was created.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion StringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal StringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- timeOf StringJoining Resource Pool 
- timeOf StringLast Failover 
- The timestamp of the last failover operation.
- timeOf StringLast Refresh 
- The date and time when last refresh happened.
- timeOf StringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf StringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf StringNext Refresh 
- The date and time of next refresh.
- timeReclamation StringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted String
- timeUntil StringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- totalBackup NumberStorage Size In Gbs 
- The backup storage to the database.
- usedData NumberStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData NumberStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
Look up Existing AutonomousDatabase Resource
Get an existing AutonomousDatabase 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?: AutonomousDatabaseState, opts?: CustomResourceOptions): AutonomousDatabase@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        actual_used_data_storage_size_in_tbs: Optional[float] = None,
        admin_password: Optional[str] = None,
        allocated_storage_size_in_tbs: Optional[float] = None,
        apex_details: Optional[Sequence[AutonomousDatabaseApexDetailArgs]] = None,
        are_primary_whitelisted_ips_used: Optional[bool] = None,
        auto_refresh_frequency_in_seconds: Optional[int] = None,
        auto_refresh_point_lag_in_seconds: Optional[int] = None,
        autonomous_container_database_id: Optional[str] = None,
        autonomous_database_backup_id: Optional[str] = None,
        autonomous_database_id: Optional[str] = None,
        autonomous_maintenance_schedule_type: Optional[str] = None,
        availability_domain: Optional[str] = None,
        available_upgrade_versions: Optional[Sequence[str]] = None,
        backup_configs: Optional[Sequence[AutonomousDatabaseBackupConfigArgs]] = None,
        backup_retention_period_in_days: Optional[int] = None,
        byol_compute_count_limit: Optional[float] = None,
        character_set: Optional[str] = None,
        clone_table_space_lists: Optional[Sequence[int]] = None,
        clone_type: Optional[str] = None,
        cluster_placement_group_id: Optional[str] = None,
        compartment_id: Optional[str] = None,
        compute_count: Optional[float] = None,
        compute_model: Optional[str] = None,
        connection_strings: Optional[Sequence[AutonomousDatabaseConnectionStringArgs]] = None,
        connection_urls: Optional[Sequence[AutonomousDatabaseConnectionUrlArgs]] = None,
        cpu_core_count: Optional[int] = None,
        customer_contacts: Optional[Sequence[AutonomousDatabaseCustomerContactArgs]] = None,
        data_safe_status: Optional[str] = None,
        data_storage_size_in_gb: Optional[int] = None,
        data_storage_size_in_tbs: Optional[int] = None,
        database_edition: Optional[str] = None,
        database_management_status: Optional[str] = None,
        dataguard_region_type: Optional[str] = None,
        db_name: Optional[str] = None,
        db_tools_details: Optional[Sequence[AutonomousDatabaseDbToolsDetailArgs]] = None,
        db_version: Optional[str] = None,
        db_workload: Optional[str] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        disaster_recovery_region_type: Optional[str] = None,
        disaster_recovery_type: Optional[str] = None,
        display_name: Optional[str] = None,
        enable_delete_scheduled_operations: Optional[bool] = None,
        encryption_key: Optional[AutonomousDatabaseEncryptionKeyArgs] = None,
        encryption_key_history_entries: Optional[Sequence[AutonomousDatabaseEncryptionKeyHistoryEntryArgs]] = None,
        failed_data_recovery_in_seconds: Optional[int] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        in_memory_area_in_gbs: Optional[int] = None,
        in_memory_percentage: Optional[int] = None,
        infrastructure_type: Optional[str] = None,
        is_access_control_enabled: Optional[bool] = None,
        is_auto_scaling_enabled: Optional[bool] = None,
        is_auto_scaling_for_storage_enabled: Optional[bool] = None,
        is_backup_retention_locked: Optional[bool] = None,
        is_data_guard_enabled: Optional[bool] = None,
        is_dedicated: Optional[bool] = None,
        is_dev_tier: Optional[bool] = None,
        is_disconnect_peer: Optional[bool] = None,
        is_free_tier: Optional[bool] = None,
        is_local_data_guard_enabled: Optional[bool] = None,
        is_mtls_connection_required: Optional[bool] = None,
        is_preview: Optional[bool] = None,
        is_preview_version_with_service_terms_accepted: Optional[bool] = None,
        is_reconnect_clone_enabled: Optional[bool] = None,
        is_refreshable_clone: Optional[bool] = None,
        is_remote_data_guard_enabled: Optional[bool] = None,
        is_replicate_automatic_backups: Optional[bool] = None,
        is_shrink_only: Optional[bool] = None,
        key_history_entries: Optional[Sequence[AutonomousDatabaseKeyHistoryEntryArgs]] = None,
        key_store_id: Optional[str] = None,
        key_store_wallet_name: Optional[str] = None,
        key_version_id: Optional[str] = None,
        kms_key_id: Optional[str] = None,
        kms_key_lifecycle_details: Optional[str] = None,
        kms_key_version_id: Optional[str] = None,
        license_model: Optional[str] = None,
        lifecycle_details: Optional[str] = None,
        local_adg_auto_failover_max_data_loss_limit: Optional[int] = None,
        local_disaster_recovery_type: Optional[str] = None,
        local_standby_dbs: Optional[Sequence[AutonomousDatabaseLocalStandbyDbArgs]] = None,
        long_term_backup_schedules: Optional[Sequence[AutonomousDatabaseLongTermBackupScheduleArgs]] = None,
        maintenance_target_component: Optional[str] = None,
        max_cpu_core_count: Optional[int] = None,
        memory_per_oracle_compute_unit_in_gbs: Optional[int] = None,
        ncharacter_set: Optional[str] = None,
        net_services_architecture: Optional[str] = None,
        next_long_term_backup_time_stamp: Optional[str] = None,
        nsg_ids: Optional[Sequence[str]] = None,
        ocpu_count: Optional[float] = None,
        open_mode: Optional[str] = None,
        operations_insights_status: Optional[str] = None,
        peer_db_id: Optional[str] = None,
        peer_db_ids: Optional[Sequence[str]] = None,
        permission_level: Optional[str] = None,
        private_endpoint: Optional[str] = None,
        private_endpoint_ip: Optional[str] = None,
        private_endpoint_label: Optional[str] = None,
        provisionable_cpuses: Optional[Sequence[float]] = None,
        public_connection_urls: Optional[Sequence[AutonomousDatabasePublicConnectionUrlArgs]] = None,
        public_endpoint: Optional[str] = None,
        refreshable_mode: Optional[str] = None,
        refreshable_status: Optional[str] = None,
        remote_disaster_recovery_configurations: Optional[Sequence[AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs]] = None,
        remote_disaster_recovery_type: Optional[str] = None,
        resource_pool_leader_id: Optional[str] = None,
        resource_pool_summary: Optional[AutonomousDatabaseResourcePoolSummaryArgs] = None,
        role: Optional[str] = None,
        rotate_key_trigger: Optional[bool] = None,
        scheduled_operations: Optional[Sequence[AutonomousDatabaseScheduledOperationArgs]] = None,
        secret_id: Optional[str] = None,
        secret_version_number: Optional[int] = None,
        security_attributes: Optional[Mapping[str, str]] = None,
        service_console_url: Optional[str] = None,
        shrink_adb_trigger: Optional[int] = None,
        source: Optional[str] = None,
        source_id: Optional[str] = None,
        standby_dbs: Optional[Sequence[AutonomousDatabaseStandbyDbArgs]] = None,
        standby_whitelisted_ips: Optional[Sequence[str]] = None,
        state: Optional[str] = None,
        subnet_id: Optional[str] = None,
        subscription_id: Optional[str] = None,
        supported_regions_to_clone_tos: Optional[Sequence[str]] = None,
        switchover_to: Optional[str] = None,
        switchover_to_remote_peer_id: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        time_created: Optional[str] = None,
        time_data_guard_role_changed: Optional[str] = None,
        time_deletion_of_free_autonomous_database: Optional[str] = None,
        time_disaster_recovery_role_changed: Optional[str] = None,
        time_local_data_guard_enabled: Optional[str] = None,
        time_maintenance_begin: Optional[str] = None,
        time_maintenance_end: Optional[str] = None,
        time_of_auto_refresh_start: Optional[str] = None,
        time_of_joining_resource_pool: Optional[str] = None,
        time_of_last_failover: Optional[str] = None,
        time_of_last_refresh: Optional[str] = None,
        time_of_last_refresh_point: Optional[str] = None,
        time_of_last_switchover: Optional[str] = None,
        time_of_next_refresh: Optional[str] = None,
        time_reclamation_of_free_autonomous_database: Optional[str] = None,
        time_undeleted: Optional[str] = None,
        time_until_reconnect_clone_enabled: Optional[str] = None,
        timestamp: Optional[str] = None,
        total_backup_storage_size_in_gbs: Optional[float] = None,
        use_latest_available_backup_time_stamp: Optional[bool] = None,
        used_data_storage_size_in_gbs: Optional[int] = None,
        used_data_storage_size_in_tbs: Optional[int] = None,
        vault_id: Optional[str] = None,
        whitelisted_ips: Optional[Sequence[str]] = None) -> AutonomousDatabasefunc GetAutonomousDatabase(ctx *Context, name string, id IDInput, state *AutonomousDatabaseState, opts ...ResourceOption) (*AutonomousDatabase, error)public static AutonomousDatabase Get(string name, Input<string> id, AutonomousDatabaseState? state, CustomResourceOptions? opts = null)public static AutonomousDatabase get(String name, Output<String> id, AutonomousDatabaseState state, CustomResourceOptions options)resources:  _:    type: oci:Database:AutonomousDatabase    get:      id: ${id}- 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.
- ActualUsed doubleData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- AdminPassword string
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- AllocatedStorage doubleSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- ApexDetails List<AutonomousDatabase Apex Detail> 
- Information about Oracle APEX Application Development.
- ArePrimary boolWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- AutoRefresh intFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- AutoRefresh intPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AutonomousDatabase stringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- AutonomousDatabase stringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- AutonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- AvailableUpgrade List<string>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- BackupConfigs List<AutonomousDatabase Backup Config> 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- BackupRetention intPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- ByolCompute doubleCount Limit 
- CharacterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- CloneTable List<int>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- CloneType string
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- CompartmentId string
- (Updatable) The OCID of the compartment of the Autonomous Database.
- ComputeCount double
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- ComputeModel string
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- ConnectionStrings List<AutonomousDatabase Connection String> 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- ConnectionUrls List<AutonomousDatabase Connection Url> 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- CpuCore intCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- CustomerContacts List<AutonomousDatabase Customer Contact> 
- (Updatable) Customer Contacts.
- DataSafe stringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- DataStorage intSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- DataStorage intSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- DatabaseEdition string
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- DatabaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- DataguardRegion stringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- DbName string
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- DbTools List<AutonomousDetails Database Db Tools Detail> 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- DbVersion string
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- DbWorkload string
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisasterRecovery stringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- DisasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- DisplayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- EnableDelete boolScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- EncryptionKey AutonomousDatabase Encryption Key 
- (Updatable) Details of the Autonomous Database encryption key.
- EncryptionKey List<AutonomousHistory Entries Database Encryption Key History Entry> 
- Key History Entry.
- FailedData intRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Dictionary<string, string>
- (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"}
- InMemory intArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- InMemory intPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- InfrastructureType string
- The infrastructure type this resource belongs to.
- IsAccess boolControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- IsAuto boolScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- IsAuto boolScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- IsBackup boolRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- IsData boolGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsDedicated bool
- True if the database is on dedicated Exadata infrastructure.
- IsDev boolTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- IsDisconnect boolPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- IsFree boolTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- IsLocal boolData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsMtls boolConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- IsPreview bool
- Indicates if the Autonomous Database version is a preview version.
- IsPreview boolVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- IsReconnect boolClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- IsRefreshable boolClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- IsRemote boolData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsReplicate boolAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- IsShrink boolOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- KeyHistory List<AutonomousEntries Database Key History Entry> 
- Key History Entry.
- KeyStore stringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- KeyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- KeyVersion stringId 
- The OCID of the key version that is used in rotate key operations.
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- KmsKey stringLifecycle Details 
- KMS key lifecycle details.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- LicenseModel string
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- LocalAdg intAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- LocalDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- LocalStandby List<AutonomousDbs Database Local Standby Db> 
- Autonomous Data Guard standby database details.
- LongTerm List<AutonomousBackup Schedules Database Long Term Backup Schedule> 
- Details for the long-term backup schedule.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- MaxCpu intCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- MemoryPer intOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- NcharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- NetServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- NextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- NsgIds List<string>
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- OcpuCount double
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- OpenMode string
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- OperationsInsights stringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- PeerDb stringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- PeerDb List<string>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- PermissionLevel string
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- PrivateEndpoint string
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- PrivateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- PrivateEndpoint stringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- ProvisionableCpuses List<double>
- An array of CPU values that an Autonomous Database can be scaled to.
- PublicConnection List<AutonomousUrls Database Public Connection Url> 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- PublicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- RefreshableMode string
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- RefreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- RemoteDisaster List<AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration> 
- Configurations of a Disaster Recovery.
- RemoteDisaster stringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- ResourcePool stringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- ResourcePool AutonomousSummary Database Resource Pool Summary 
- (Updatable) The configuration details for resource pool
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- RotateKey boolTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- ScheduledOperations List<AutonomousDatabase Scheduled Operation> 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- SecretId string
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- SecretVersion intNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- SecurityAttributes Dictionary<string, string>
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- ServiceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- ShrinkAdb intTrigger 
- Source string
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- SourceId string
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- StandbyDbs List<AutonomousDatabase Standby Db> 
- Deprecated Autonomous Data Guard standby database details.
- StandbyWhitelisted List<string>Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- State string
- The current state of the Autonomous Database.
- SubnetId string
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- SupportedRegions List<string>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- SwitchoverTo string
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- SwitchoverTo stringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time the Autonomous Database was created.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- TimeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- TimeOf stringJoining Resource Pool 
- TimeOf stringLast Failover 
- The timestamp of the last failover operation.
- TimeOf stringLast Refresh 
- The date and time when last refresh happened.
- TimeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- TimeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- TimeOf stringNext Refresh 
- The date and time of next refresh.
- TimeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- TimeUndeleted string
- TimeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- Timestamp string
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- TotalBackup doubleStorage Size In Gbs 
- The backup storage to the database.
- UseLatest boolAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- UsedData intStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- UsedData intStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- WhitelistedIps List<string>
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- ActualUsed float64Data Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- AdminPassword string
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- AllocatedStorage float64Size In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- ApexDetails []AutonomousDatabase Apex Detail Args 
- Information about Oracle APEX Application Development.
- ArePrimary boolWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- AutoRefresh intFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- AutoRefresh intPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AutonomousDatabase stringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- AutonomousDatabase stringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- AutonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- AvailableUpgrade []stringVersions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- BackupConfigs []AutonomousDatabase Backup Config Args 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- BackupRetention intPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- ByolCompute float64Count Limit 
- CharacterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- CloneTable []intSpace Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- CloneType string
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- CompartmentId string
- (Updatable) The OCID of the compartment of the Autonomous Database.
- ComputeCount float64
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- ComputeModel string
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- ConnectionStrings []AutonomousDatabase Connection String Args 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- ConnectionUrls []AutonomousDatabase Connection Url Args 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- CpuCore intCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- CustomerContacts []AutonomousDatabase Customer Contact Args 
- (Updatable) Customer Contacts.
- DataSafe stringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- DataStorage intSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- DataStorage intSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- DatabaseEdition string
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- DatabaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- DataguardRegion stringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- DbName string
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- DbTools []AutonomousDetails Database Db Tools Detail Args 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- DbVersion string
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- DbWorkload string
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisasterRecovery stringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- DisasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- DisplayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- EnableDelete boolScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- EncryptionKey AutonomousDatabase Encryption Key Args 
- (Updatable) Details of the Autonomous Database encryption key.
- EncryptionKey []AutonomousHistory Entries Database Encryption Key History Entry Args 
- Key History Entry.
- FailedData intRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- map[string]string
- (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"}
- InMemory intArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- InMemory intPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- InfrastructureType string
- The infrastructure type this resource belongs to.
- IsAccess boolControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- IsAuto boolScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- IsAuto boolScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- IsBackup boolRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- IsData boolGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsDedicated bool
- True if the database is on dedicated Exadata infrastructure.
- IsDev boolTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- IsDisconnect boolPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- IsFree boolTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- IsLocal boolData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsMtls boolConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- IsPreview bool
- Indicates if the Autonomous Database version is a preview version.
- IsPreview boolVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- IsReconnect boolClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- IsRefreshable boolClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- IsRemote boolData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- IsReplicate boolAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- IsShrink boolOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- KeyHistory []AutonomousEntries Database Key History Entry Args 
- Key History Entry.
- KeyStore stringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- KeyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- KeyVersion stringId 
- The OCID of the key version that is used in rotate key operations.
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- KmsKey stringLifecycle Details 
- KMS key lifecycle details.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- LicenseModel string
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- LocalAdg intAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- LocalDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- LocalStandby []AutonomousDbs Database Local Standby Db Args 
- Autonomous Data Guard standby database details.
- LongTerm []AutonomousBackup Schedules Database Long Term Backup Schedule Args 
- Details for the long-term backup schedule.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- MaxCpu intCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- MemoryPer intOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- NcharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- NetServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- NextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- NsgIds []string
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- OcpuCount float64
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- OpenMode string
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- OperationsInsights stringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- PeerDb stringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- PeerDb []stringIds 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- PermissionLevel string
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- PrivateEndpoint string
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- PrivateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- PrivateEndpoint stringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- ProvisionableCpuses []float64
- An array of CPU values that an Autonomous Database can be scaled to.
- PublicConnection []AutonomousUrls Database Public Connection Url Args 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- PublicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- RefreshableMode string
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- RefreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- RemoteDisaster []AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration Args 
- Configurations of a Disaster Recovery.
- RemoteDisaster stringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- ResourcePool stringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- ResourcePool AutonomousSummary Database Resource Pool Summary Args 
- (Updatable) The configuration details for resource pool
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- RotateKey boolTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- ScheduledOperations []AutonomousDatabase Scheduled Operation Args 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- SecretId string
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- SecretVersion intNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- SecurityAttributes map[string]string
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- ServiceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- ShrinkAdb intTrigger 
- Source string
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- SourceId string
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- StandbyDbs []AutonomousDatabase Standby Db Args 
- Deprecated Autonomous Data Guard standby database details.
- StandbyWhitelisted []stringIps 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- State string
- The current state of the Autonomous Database.
- SubnetId string
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- SupportedRegions []stringTo Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- SwitchoverTo string
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- SwitchoverTo stringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time the Autonomous Database was created.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- TimeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- TimeOf stringJoining Resource Pool 
- TimeOf stringLast Failover 
- The timestamp of the last failover operation.
- TimeOf stringLast Refresh 
- The date and time when last refresh happened.
- TimeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- TimeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- TimeOf stringNext Refresh 
- The date and time of next refresh.
- TimeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- TimeUndeleted string
- TimeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- Timestamp string
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- TotalBackup float64Storage Size In Gbs 
- The backup storage to the database.
- UseLatest boolAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- UsedData intStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- UsedData intStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- WhitelistedIps []string
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- actualUsed DoubleData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- adminPassword String
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- allocatedStorage DoubleSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails List<AutonomousApex Detail> 
- Information about Oracle APEX Application Development.
- arePrimary BooleanWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh IntegerFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh IntegerPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousDatabase StringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomousDatabase StringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomousMaintenance StringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- availableUpgrade List<String>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs List<AutonomousBackup Config> 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backupRetention IntegerPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- byolCompute DoubleCount Limit 
- characterSet String
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- cloneTable List<Integer>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- cloneType String
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartmentId String
- (Updatable) The OCID of the compartment of the Autonomous Database.
- computeCount Double
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- computeModel String
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connectionStrings List<AutonomousConnection String> 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls List<AutonomousConnection Url> 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpuCore IntegerCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customerContacts List<AutonomousCustomer Contact> 
- (Updatable) Customer Contacts.
- dataSafe StringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- dataStorage IntegerSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- dataStorage IntegerSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- databaseEdition String
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- databaseManagement StringStatus 
- Status of Database Management for this Autonomous Database.
- dataguardRegion StringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- dbName String
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- dbTools List<AutonomousDetails Db Tools Detail> 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- dbVersion String
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- dbWorkload String
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery StringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- displayName String
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enableDelete BooleanScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryptionKey AutonomousEncryption Key 
- (Updatable) Details of the Autonomous Database encryption key.
- encryptionKey List<AutonomousHistory Entries Encryption Key History Entry> 
- Key History Entry.
- failedData IntegerRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Map<String,String>
- (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"}
- inMemory IntegerArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- inMemory IntegerPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructureType String
- The infrastructure type this resource belongs to.
- isAccess BooleanControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- isAuto BooleanScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto BooleanScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup BooleanRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- isData BooleanGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isDedicated Boolean
- True if the database is on dedicated Exadata infrastructure.
- isDev BooleanTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isDisconnect BooleanPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- isFree BooleanTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- isLocal BooleanData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isMtls BooleanConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- isPreview Boolean
- Indicates if the Autonomous Database version is a preview version.
- isPreview BooleanVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- isReconnect BooleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRefreshable BooleanClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- isRemote BooleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isReplicate BooleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isShrink BooleanOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- keyHistory List<AutonomousEntries Key History Entry> 
- Key History Entry.
- keyStore StringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- keyStore StringWallet Name 
- The wallet name for Oracle Key Vault.
- keyVersion StringId 
- The OCID of the key version that is used in rotate key operations.
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kmsKey StringLifecycle Details 
- KMS key lifecycle details.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- licenseModel String
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- localAdg IntegerAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- localDisaster StringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby List<AutonomousDbs Local Standby Db> 
- Autonomous Data Guard standby database details.
- longTerm List<AutonomousBackup Schedules Long Term Backup Schedule> 
- Details for the long-term backup schedule.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- maxCpu IntegerCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memoryPer IntegerOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- ncharacterSet String
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- netServices StringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong StringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- nsgIds List<String>
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpuCount Double
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- openMode String
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operationsInsights StringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peerDb StringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- permissionLevel String
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- privateEndpoint String
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- privateEndpoint StringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint StringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionableCpuses List<Double>
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection List<AutonomousUrls Public Connection Url> 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint String
- The public endpoint for the private endpoint enabled resource.
- refreshableMode String
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- refreshableStatus String
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster List<AutonomousRecovery Configurations Remote Disaster Recovery Configuration> 
- Configurations of a Disaster Recovery.
- remoteDisaster StringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resourcePool StringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resourcePool AutonomousSummary Resource Pool Summary 
- (Updatable) The configuration details for resource pool
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotateKey BooleanTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduledOperations List<AutonomousScheduled Operation> 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secretId String
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secretVersion IntegerNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- securityAttributes Map<String,String>
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- serviceConsole StringUrl 
- The URL of the Service Console for the Autonomous Database.
- shrinkAdb IntegerTrigger 
- source String
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- sourceId String
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standbyDbs List<AutonomousStandby Db> 
- Deprecated Autonomous Data Guard standby database details.
- standbyWhitelisted List<String>Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state String
- The current state of the Autonomous Database.
- subnetId String
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- supportedRegions List<String>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- switchoverTo String
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchoverTo StringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time the Autonomous Database was created.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion StringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal StringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- timeOf StringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timeOf StringJoining Resource Pool 
- timeOf StringLast Failover 
- The timestamp of the last failover operation.
- timeOf StringLast Refresh 
- The date and time when last refresh happened.
- timeOf StringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf StringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf StringNext Refresh 
- The date and time of next refresh.
- timeReclamation StringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted String
- timeUntil StringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- timestamp String
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- totalBackup DoubleStorage Size In Gbs 
- The backup storage to the database.
- useLatest BooleanAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- usedData IntegerStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData IntegerStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelistedIps List<String>
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- actualUsed numberData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- adminPassword string
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- allocatedStorage numberSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails AutonomousDatabase Apex Detail[] 
- Information about Oracle APEX Application Development.
- arePrimary booleanWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh numberFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh numberPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousDatabase stringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomousDatabase stringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- availabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- availableUpgrade string[]Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs AutonomousDatabase Backup Config[] 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backupRetention numberPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- byolCompute numberCount Limit 
- characterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- cloneTable number[]Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- cloneType string
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartmentId string
- (Updatable) The OCID of the compartment of the Autonomous Database.
- computeCount number
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- computeModel string
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connectionStrings AutonomousDatabase Connection String[] 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls AutonomousDatabase Connection Url[] 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpuCore numberCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customerContacts AutonomousDatabase Customer Contact[] 
- (Updatable) Customer Contacts.
- dataSafe stringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- dataStorage numberSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- dataStorage numberSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- databaseEdition string
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- databaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- dataguardRegion stringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- dbName string
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- dbTools AutonomousDetails Database Db Tools Detail[] 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- dbVersion string
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- dbWorkload string
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery stringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- disasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- displayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enableDelete booleanScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryptionKey AutonomousDatabase Encryption Key 
- (Updatable) Details of the Autonomous Database encryption key.
- encryptionKey AutonomousHistory Entries Database Encryption Key History Entry[] 
- Key History Entry.
- failedData numberRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- {[key: string]: string}
- (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"}
- inMemory numberArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- inMemory numberPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructureType string
- The infrastructure type this resource belongs to.
- isAccess booleanControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- isAuto booleanScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto booleanScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup booleanRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- isData booleanGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isDedicated boolean
- True if the database is on dedicated Exadata infrastructure.
- isDev booleanTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isDisconnect booleanPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- isFree booleanTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- isLocal booleanData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isMtls booleanConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- isPreview boolean
- Indicates if the Autonomous Database version is a preview version.
- isPreview booleanVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- isReconnect booleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRefreshable booleanClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- isRemote booleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isReplicate booleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isShrink booleanOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- keyHistory AutonomousEntries Database Key History Entry[] 
- Key History Entry.
- keyStore stringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- keyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- keyVersion stringId 
- The OCID of the key version that is used in rotate key operations.
- kmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kmsKey stringLifecycle Details 
- KMS key lifecycle details.
- kmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- licenseModel string
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- localAdg numberAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- localDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby AutonomousDbs Database Local Standby Db[] 
- Autonomous Data Guard standby database details.
- longTerm AutonomousBackup Schedules Database Long Term Backup Schedule[] 
- Details for the long-term backup schedule.
- maintenanceTarget stringComponent 
- The component chosen for maintenance.
- maxCpu numberCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memoryPer numberOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- ncharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- netServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- nsgIds string[]
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpuCount number
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- openMode string
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operationsInsights stringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peerDb stringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- peerDb string[]Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- permissionLevel string
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- privateEndpoint string
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- privateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint stringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionableCpuses number[]
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection AutonomousUrls Database Public Connection Url[] 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- refreshableMode string
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- refreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration[] 
- Configurations of a Disaster Recovery.
- remoteDisaster stringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resourcePool stringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resourcePool AutonomousSummary Database Resource Pool Summary 
- (Updatable) The configuration details for resource pool
- role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotateKey booleanTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduledOperations AutonomousDatabase Scheduled Operation[] 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secretId string
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secretVersion numberNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- securityAttributes {[key: string]: string}
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- serviceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- shrinkAdb numberTrigger 
- source string
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- sourceId string
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standbyDbs AutonomousDatabase Standby Db[] 
- Deprecated Autonomous Data Guard standby database details.
- standbyWhitelisted string[]Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state string
- The current state of the Autonomous Database.
- subnetId string
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscriptionId string
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- supportedRegions string[]To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- switchoverTo string
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchoverTo stringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated string
- The date and time the Autonomous Database was created.
- timeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance stringBegin 
- The date and time when maintenance will begin.
- timeMaintenance stringEnd 
- The date and time when maintenance will end.
- timeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timeOf stringJoining Resource Pool 
- timeOf stringLast Failover 
- The timestamp of the last failover operation.
- timeOf stringLast Refresh 
- The date and time when last refresh happened.
- timeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf stringNext Refresh 
- The date and time of next refresh.
- timeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted string
- timeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- timestamp string
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- totalBackup numberStorage Size In Gbs 
- The backup storage to the database.
- useLatest booleanAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- usedData numberStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData numberStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- vaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelistedIps string[]
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- actual_used_ floatdata_ storage_ size_ in_ tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- admin_password str
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- allocated_storage_ floatsize_ in_ tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apex_details Sequence[AutonomousDatabase Apex Detail Args] 
- Information about Oracle APEX Application Development.
- are_primary_ boolwhitelisted_ ips_ used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- auto_refresh_ intfrequency_ in_ seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- auto_refresh_ intpoint_ lag_ in_ seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomous_container_ strdatabase_ id 
- The Autonomous Container Database OCID.
- autonomous_database_ strbackup_ id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous_database_ strid 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous_maintenance_ strschedule_ type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- availability_domain str
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available_upgrade_ Sequence[str]versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup_configs Sequence[AutonomousDatabase Backup Config Args] 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backup_retention_ intperiod_ in_ days 
- (Updatable) Retention period, in days, for backups.
- byol_compute_ floatcount_ limit 
- character_set str
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- clone_table_ Sequence[int]space_ lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- clone_type str
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartment_id str
- (Updatable) The OCID of the compartment of the Autonomous Database.
- compute_count float
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- compute_model str
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connection_strings Sequence[AutonomousDatabase Connection String Args] 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connection_urls Sequence[AutonomousDatabase Connection Url Args] 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpu_core_ intcount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customer_contacts Sequence[AutonomousDatabase Customer Contact Args] 
- (Updatable) Customer Contacts.
- data_safe_ strstatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data_storage_ intsize_ in_ gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- data_storage_ intsize_ in_ tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- database_edition str
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- database_management_ strstatus 
- Status of Database Management for this Autonomous Database.
- dataguard_region_ strtype 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- db_name str
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- db_tools_ Sequence[Autonomousdetails Database Db Tools Detail Args] 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- db_version str
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- db_workload str
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disaster_recovery_ strregion_ type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- disaster_recovery_ strtype 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- display_name str
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable_delete_ boolscheduled_ operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryption_key AutonomousDatabase Encryption Key Args 
- (Updatable) Details of the Autonomous Database encryption key.
- encryption_key_ Sequence[Autonomoushistory_ entries Database Encryption Key History Entry Args] 
- Key History Entry.
- failed_data_ intrecovery_ in_ seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Mapping[str, str]
- (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"}
- in_memory_ intarea_ in_ gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- in_memory_ intpercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructure_type str
- The infrastructure type this resource belongs to.
- is_access_ boolcontrol_ enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- is_auto_ boolscaling_ enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- is_auto_ boolscaling_ for_ storage_ enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- is_backup_ boolretention_ locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- is_data_ boolguard_ enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is_dedicated bool
- True if the database is on dedicated Exadata infrastructure.
- is_dev_ booltier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- is_disconnect_ boolpeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- is_free_ booltier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- is_local_ booldata_ guard_ enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is_mtls_ boolconnection_ required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- is_preview bool
- Indicates if the Autonomous Database version is a preview version.
- is_preview_ boolversion_ with_ service_ terms_ accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- is_reconnect_ boolclone_ enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- is_refreshable_ boolclone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- is_remote_ booldata_ guard_ enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is_replicate_ boolautomatic_ backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- is_shrink_ boolonly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- key_history_ Sequence[Autonomousentries Database Key History Entry Args] 
- Key History Entry.
- key_store_ strid 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- key_store_ strwallet_ name 
- The wallet name for Oracle Key Vault.
- key_version_ strid 
- The OCID of the key version that is used in rotate key operations.
- kms_key_ strid 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms_key_ strlifecycle_ details 
- KMS key lifecycle details.
- kms_key_ strversion_ id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- license_model str
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- lifecycle_details str
- Additional information about the current lifecycle state.
- local_adg_ intauto_ failover_ max_ data_ loss_ limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- local_disaster_ strrecovery_ type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- local_standby_ Sequence[Autonomousdbs Database Local Standby Db Args] 
- Autonomous Data Guard standby database details.
- long_term_ Sequence[Autonomousbackup_ schedules Database Long Term Backup Schedule Args] 
- Details for the long-term backup schedule.
- maintenance_target_ strcomponent 
- The component chosen for maintenance.
- max_cpu_ intcore_ count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memory_per_ intoracle_ compute_ unit_ in_ gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- ncharacter_set str
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- net_services_ strarchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- next_long_ strterm_ backup_ time_ stamp 
- The date and time when the next long-term backup would be created.
- nsg_ids Sequence[str]
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpu_count float
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- open_mode str
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operations_insights_ strstatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peer_db_ strid 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- peer_db_ Sequence[str]ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- permission_level str
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private_endpoint str
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- private_endpoint_ strip 
- The private endpoint Ip address for the resource.
- private_endpoint_ strlabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionable_cpuses Sequence[float]
- An array of CPU values that an Autonomous Database can be scaled to.
- public_connection_ Sequence[Autonomousurls Database Public Connection Url Args] 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- public_endpoint str
- The public endpoint for the private endpoint enabled resource.
- refreshable_mode str
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- refreshable_status str
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote_disaster_ Sequence[Autonomousrecovery_ configurations Database Remote Disaster Recovery Configuration Args] 
- Configurations of a Disaster Recovery.
- remote_disaster_ strrecovery_ type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resource_pool_ strleader_ id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource_pool_ Autonomoussummary Database Resource Pool Summary Args 
- (Updatable) The configuration details for resource pool
- role str
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotate_key_ booltrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduled_operations Sequence[AutonomousDatabase Scheduled Operation Args] 
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secret_id str
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secret_version_ intnumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security_attributes Mapping[str, str]
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- service_console_ strurl 
- The URL of the Service Console for the Autonomous Database.
- shrink_adb_ inttrigger 
- source str
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- source_id str
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standby_dbs Sequence[AutonomousDatabase Standby Db Args] 
- Deprecated Autonomous Data Guard standby database details.
- standby_whitelisted_ Sequence[str]ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state str
- The current state of the Autonomous Database.
- subnet_id str
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscription_id str
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- supported_regions_ Sequence[str]to_ clone_ tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- switchover_to str
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchover_to_ strremote_ peer_ id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time_created str
- The date and time the Autonomous Database was created.
- time_data_ strguard_ role_ changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_deletion_ strof_ free_ autonomous_ database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- time_disaster_ strrecovery_ role_ changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time_local_ strdata_ guard_ enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- time_maintenance_ strbegin 
- The date and time when maintenance will begin.
- time_maintenance_ strend 
- The date and time when maintenance will end.
- time_of_ strauto_ refresh_ start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- time_of_ strjoining_ resource_ pool 
- time_of_ strlast_ failover 
- The timestamp of the last failover operation.
- time_of_ strlast_ refresh 
- The date and time when last refresh happened.
- time_of_ strlast_ refresh_ point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- time_of_ strlast_ switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- time_of_ strnext_ refresh 
- The date and time of next refresh.
- time_reclamation_ strof_ free_ autonomous_ database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- time_undeleted str
- time_until_ strreconnect_ clone_ enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- timestamp str
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- total_backup_ floatstorage_ size_ in_ gbs 
- The backup storage to the database.
- use_latest_ boolavailable_ backup_ time_ stamp 
- Clone from latest available backup timestamp.
- used_data_ intstorage_ size_ in_ gbs 
- The storage space consumed by Autonomous Database in GBs.
- used_data_ intstorage_ size_ in_ tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- vault_id str
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelisted_ips Sequence[str]
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
- actualUsed NumberData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- adminPassword String
- (Updatable) The password must be between 12 and 30 characters long, and must contain at least 1 uppercase, 1 lowercase, and 1 numeric character. It cannot contain the double quote symbol (") or the username "admin", regardless of casing. The password is mandatory if source value is "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "DATABASE" or "NONE".
- allocatedStorage NumberSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails List<Property Map>
- Information about Oracle APEX Application Development.
- arePrimary BooleanWhitelisted Ips Used 
- (Updatable) This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh NumberFrequency In Seconds 
- (Updatable) The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh NumberPoint Lag In Seconds 
- (Updatable) The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousDatabase StringBackup Id 
- The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomousDatabase StringId 
- The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomousMaintenance StringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless instances. The EARLY maintenance schedule of this Autonomous Database follows a schedule that applies patches prior to the REGULAR schedule.The REGULAR maintenance schedule of this Autonomous Database follows the normal cycle.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- availableUpgrade List<String>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs List<Property Map>
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backupRetention NumberPeriod In Days 
- (Updatable) Retention period, in days, for backups.
- byolCompute NumberCount Limit 
- characterSet String
- The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database on Serverless infrastructure as returned by List Autonomous Database Character Sets - For an Autonomous Database on dedicated infrastructure, the allowed values are AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS 
- cloneTable List<Number>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- cloneType String
- The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.- FULL- This option creates a new database that includes all source database data.
- METADATA- This option creates a new database that includes the source database schema and select metadata, but not the source database data.
 
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartmentId String
- (Updatable) The OCID of the compartment of the Autonomous Database.
- computeCount Number
- (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the computeModelparameter. When usingcpuCoreCountparameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModelandcomputeCountis the preferred method for both OCPU and ECPU.
- computeModel String
- (Updatable) The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connectionStrings List<Property Map>
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls List<Property Map>
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpuCore NumberCount 
- (Updatable) The number of CPU cores to be made available to the database. For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
Note: This parameter cannot be used with the ocpuCountparameter. This input is ignored for Always Free resources.- The data type must be an integer.
- The minimum number of cores for all types of autonomous database is 1
- The maximum number of cores is as follows:
- Autonomous Database Serverless instances: The maximum number of cores is 128.
- Autonomous Databases on dedicated Exadata infrastructure: The maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
- Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU.
 
- customerContacts List<Property Map>
- (Updatable) Customer Contacts.
- dataSafe StringStatus 
- (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- dataStorage NumberSize In Gb 
- (Updatable) The size, in gigabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. The maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Notes - This parameter is only supported for dedicated Exadata infrastructure.
- This parameter cannot be used with the dataStorageSizeInTBsparameter.
 
- dataStorage NumberSize In Tbs 
- (Updatable) The size, in terabytes, of the data volume that will be created and attached to the database. This storage can later be scaled up if needed. For Autonomous Databases on dedicated Exadata infrastructure, the maximum storage value is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. A full Exadata service is allocated when the Autonomous Database size is set to the upper limit (384 TB). - Note: This parameter cannot be used with the - dataStorageSizeInGBsparameter. This input is ignored for Always Free resources.
- databaseEdition String
- (Updatable) The Oracle Database Edition that applies to the Autonomous databases. It can be set to ENTERPRISE_EDITIONorSTANDARD_EDITION.
- databaseManagement StringStatus 
- Status of Database Management for this Autonomous Database.
- dataguardRegion StringType 
- Deprecated (Optional) The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless instances, Data Guard associations have designated primary (PRIMARY_DG_REGION) and standby (REMOTE_STANDBY_DG_REGION) regions, and these region types do not change when the database changes roles. The standby regions in Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Data Guard association, and cannot be performed when the database using the "primary" role is operating in a remote Data Guard standby region.
- dbName String
- The database name. The name must begin with an alphabetic character and can contain a maximum of 14 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. It is required in all cases except when creating a cross-region Autonomous Data Guard standby instance or a cross-region disaster recovery standby instance.
- dbTools List<Property Map>Details 
- (Updatable) The list of database tools details. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
- dbVersion String
- (Updatable) A valid Oracle Database version for Autonomous Database.db_workloadAJD and APEX are only supported fordb_version19cand above.
- dbWorkload String
- (Updatable) The Autonomous Database workload type. The following values are valid: - OLTP - indicates an Autonomous Transaction Processing database
- DW - indicates an Autonomous Data Warehouse database
- AJD - indicates an Autonomous JSON Database
- APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
 - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. *Note: - db_workloadcan only be updated from AJD to OLTP or from a free OLTP to AJD.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery StringRegion Type 
- Deprecated The disaster recovery (DR) region type of the Autonomous Database. For Serverless Autonomous Databases, DR associations have designated primary (PRIMARY) and standby (REMOTE) regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- displayName String
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enableDelete BooleanScheduled Operations 
- If omitted or set to false the provider will not delete scheduled_operations from the Autonomous Database. If set to true, provider will delete scheduled_operations from the Autonomous Database.
- encryptionKey Property Map
- (Updatable) Details of the Autonomous Database encryption key.
- encryptionKey List<Property Map>History Entries 
- Key History Entry.
- failedData NumberRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Map<String>
- (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"}
- inMemory NumberArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- inMemory NumberPercentage 
- (Updatable) The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructureType String
- The infrastructure type this resource belongs to.
- isAccess BooleanControl Enabled 
- (Updatable) Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the - whitelistedIpsproperty. While specifying- whitelistedIpsrules is optional, if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the- UpdateAutonomousDatabaseAPI operation or edit option in console. When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.- This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, - whitelistedIpsis used.
- isAuto BooleanScaling Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto BooleanScaling For Storage Enabled 
- (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup BooleanRetention Locked 
- (Updatable) True if the Autonomous Database is backup retention locked.
- isData BooleanGuard Enabled 
- (Updatable) Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isDedicated Boolean
- True if the database is on dedicated Exadata infrastructure.
- isDev BooleanTier 
- (Updatable) Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isDisconnect BooleanPeer 
- If true, this will disconnect the Autonomous Database from its peer and the Autonomous Database can work permanently as a standalone database. To disconnect a cross region standby, please also provide the OCID of the standby database in the peerDbIdparameter.
- isFree BooleanTier 
- (Updatable) Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled. When db_workloadisAJDorAPEXit cannot betrue.
- isLocal BooleanData Guard Enabled 
- (Updatable) Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. It takes boolean values. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isMtls BooleanConnection Required 
- (Updatable) Indicates whether the Autonomous Database requires mTLS connections.
- isPreview Boolean
- Indicates if the Autonomous Database version is a preview version.
- isPreview BooleanVersion With Service Terms Accepted 
- If set to TRUE, indicates that an Autonomous Database preview version is being provisioned, and that the preview version's terms of service have been accepted. Note that preview version software is only available for databases on Autonomous Database Serverless.
- isReconnect BooleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRefreshable BooleanClone 
- (Updatable) True for creating a refreshable clone and False for detaching the clone from source Autonomous Database. Detaching is one time operation and clone becomes a regular Autonomous Database.
- isRemote BooleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. It takes boolean values. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- isReplicate BooleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isShrink BooleanOnly 
- (Updatable) An optional property when enabled triggers the Shrinking of Autonomous Database once. To trigger Shrinking of ADB once again, this flag needs to be disabled and re-enabled again. It should not be passed during create database operation. It is only applicable on Serverless databases i.e. where - is_dedicatedis false.- ** 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 
- keyHistory List<Property Map>Entries 
- Key History Entry.
- keyStore StringId 
- The OCID of the key store of Oracle Vault. This is used in Autonomous Databases on Serverless instances and dedicated Exadata infrastructure.
- keyStore StringWallet Name 
- The wallet name for Oracle Key Vault.
- keyVersion StringId 
- The OCID of the key version that is used in rotate key operations.
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kmsKey StringLifecycle Details 
- KMS key lifecycle details.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- licenseModel String
- (Updatable) The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE. It is a required field whendb_workloadis AJD and needs to be set toLICENSE_INCLUDEDas AJD does not support defaultlicense_modelvalueBRING_YOUR_OWN_LICENSE.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- localAdg NumberAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- localDisaster StringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby List<Property Map>Dbs 
- Autonomous Data Guard standby database details.
- longTerm List<Property Map>Backup Schedules 
- Details for the long-term backup schedule.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- maxCpu NumberCore Count 
- (Updatable) Deprecated. The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memoryPer NumberOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details. This parameter is not used for Autonomous database Serverless.
- ncharacterSet String
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- netServices StringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong StringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- nsgIds List<String>
- (Updatable) The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
 
- ocpuCount Number
- (Updatable) The number of OCPU cores to be made available to the database. - Providing computeModelandcomputeCountis the preferred method for setting CPUs for both OCPU and ECPU. The following points apply:
- For Autonomous Databases on dedicated Exadata infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Databasese on shared Exadata infrastructure.)
- To provision 1 or more cores, you must enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both shared and dedicated Exadata infrastructure.
 - For Autonomous Databases on dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details. - Note: This parameter cannot be used with the - cpuCoreCountparameter.
- Providing 
- openMode String
- Indicates the Autonomous Database mode. The database can be opened in READ_ONLYorREAD_WRITEmode.
- operationsInsights StringStatus 
- (Updatable) Status of Operations Insights for this Autonomous Database. Values supported are ENABLEDandNOT_ENABLED
- peerDb StringId 
- The database OCIDs of the Disaster Recovery peer (source Primary) database, which is located in a different (remote) region from the current peer database.
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- permissionLevel String
- The Autonomous Database permission level. Restricted mode allows access only by admin users.
- privateEndpoint String
- The private endpoint for the resource. This parameter is not used in Autonomous Databases using Serverless infrastructure and Exadata Cloud@Customer infrastructure.
- privateEndpoint StringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint StringLabel 
- (Updatable) (Optional) (Updatable) The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionableCpuses List<Number>
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection List<Property Map>Urls 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint String
- The public endpoint for the private endpoint enabled resource.
- refreshableMode String
- (Updatable) The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- refreshableStatus String
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster List<Property Map>Recovery Configurations 
- Configurations of a Disaster Recovery.
- remoteDisaster StringRecovery Type 
- Indicates the cross-region disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- resourcePool StringLeader Id 
- (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resourcePool Property MapSummary 
- (Updatable) The configuration details for resource pool
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotateKey BooleanTrigger 
- (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated databases i.e. where is_dedicatedis true.
- scheduledOperations List<Property Map>
- (Updatable) The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- secretId String
- (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID. - This cannot be used in conjunction with adminPassword. 
- secretVersion NumberNumber 
- (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- securityAttributes Map<String>
- (Updatable) Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- serviceConsole StringUrl 
- The URL of the Service Console for the Autonomous Database.
- shrinkAdb NumberTrigger 
- source String
- The source of the database: - Use NONEfor creating a new Autonomous Database.
- Use DATABASEfor creating a new Autonomous Database by cloning an existing running Autonomous Database from the latest timestamp, also provide the source database OCID in thesource_idparameter.
- Use CROSS_REGION_DATAGUARDto create a standby Data Guard database in another region, also provide the remote primary database OCID in thesource_idparameter.
- Use CLONE_TO_REFRESHABLEfor creating a refreshable clone.
 - For Autonomous Database Serverless instances, the following cloning options are available: - Use BACKUP_FROM_IDfor creating a new Autonomous Database by cloning from a specified backup. Also provide the backup OCID in theautonomous_database_backup_idparameter.
- Use BACKUP_FROM_TIMESTAMPfor creating a point-in-time Autonomous Database clone using backups. Also provide the backup timestamp in thetimestampparameter. For more information, see Cloning and Moving an Autonomous Database.
 
- Use 
- sourceId String
- The OCID of the source Autonomous Database that will be used to create a new standby database for the Data Guard association.
- standbyDbs List<Property Map>
- Deprecated Autonomous Data Guard standby database details.
- standbyWhitelisted List<String>Ips 
- (Updatable) The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called- standbywhitelistedips.- For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - If - arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses- whitelisted_ipsprimary's IP access control list (ACL) as- standbywhitelistedipsfor the disaster recovery peer.- This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. 
- state String
- The current state of the Autonomous Database.
- subnetId String
- (Updatable) The OCID of the subnet the resource is associated with. This the only parameter to configure private endpoint, VCN details are obtained from the - subnet_id.- Subnet Restrictions: - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
- For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
- For Autonomous Database, setting this will disable public secure access to the database.
 
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with. These subnets are used by the Oracle Clusterware private interconnect on the database instance. Specifying an overlapping subnet will cause the private interconnect to malfunction. This restriction applies to both the client subnet and the backup subnet.
- supportedRegions List<String>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- switchoverTo String
- It is applicable only when is_local_data_guard_enabledis true. Could be set toPRIMARYorSTANDBY. Default value isPRIMARY.
- switchoverTo StringRemote Peer Id 
- (Updatable) It is applicable only when dataguard_region_typeandroleare set, andis_dedicatedis false. For Autonomous Database Serverless instances, Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. It takes the OCID of the remote peer to switchover to and the API is called from the remote region.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time the Autonomous Database was created.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion StringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal StringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- timeOf StringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timeOf StringJoining Resource Pool 
- timeOf StringLast Failover 
- The timestamp of the last failover operation.
- timeOf StringLast Refresh 
- The date and time when last refresh happened.
- timeOf StringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf StringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf StringNext Refresh 
- The date and time of next refresh.
- timeReclamation StringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted String
- timeUntil StringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- timestamp String
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- totalBackup NumberStorage Size In Gbs 
- The backup storage to the database.
- useLatest BooleanAvailable Backup Time Stamp 
- Clone from latest available backup timestamp.
- usedData NumberStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData NumberStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- whitelistedIps List<String>
- (Updatable) The client IP access control list (ACL). This feature is available for autonomous databases on shared Exadata infrastructure and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. - For Autonomous Database Serverless instances, this is an array of CIDR (Classless Inter-Domain Routing) notations for a subnet or VCN OCID. Use a semicolon (;) as a deliminator between the VCN-specific subnets or IPs. Example: - ["1.1.1.1","1.1.1.0/24","ocid1.vcn.oc1.sea.<unique_id>","ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1","ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16"]For Exadata Cloud@Customer, this is an array of IP addresses or CIDR (Classless Inter-Domain Routing) notations. Example:- ["1.1.1.1","1.1.1.0/24","1.1.2.25"]- For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry. - This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. To remove all whitelisted IPs, set the field to a list with an empty string - [""].
Supporting Types
AutonomousDatabaseApexDetail, AutonomousDatabaseApexDetailArgs        
- ApexVersion string
- The Oracle APEX Application Development version.
- OrdsVersion string
- The Oracle REST Data Services (ORDS) version.
- ApexVersion string
- The Oracle APEX Application Development version.
- OrdsVersion string
- The Oracle REST Data Services (ORDS) version.
- apexVersion String
- The Oracle APEX Application Development version.
- ordsVersion String
- The Oracle REST Data Services (ORDS) version.
- apexVersion string
- The Oracle APEX Application Development version.
- ordsVersion string
- The Oracle REST Data Services (ORDS) version.
- apex_version str
- The Oracle APEX Application Development version.
- ords_version str
- The Oracle REST Data Services (ORDS) version.
- apexVersion String
- The Oracle APEX Application Development version.
- ordsVersion String
- The Oracle REST Data Services (ORDS) version.
AutonomousDatabaseBackupConfig, AutonomousDatabaseBackupConfigArgs        
- ManualBackup stringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- ManualBackup stringType 
- The manual backup destination type.
- ManualBackup stringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- ManualBackup stringType 
- The manual backup destination type.
- manualBackup StringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- manualBackup StringType 
- The manual backup destination type.
- manualBackup stringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- manualBackup stringType 
- The manual backup destination type.
- manual_backup_ strbucket_ name 
- Name of Object Storage bucket to use for storing manual backups.
- manual_backup_ strtype 
- The manual backup destination type.
- manualBackup StringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- manualBackup StringType 
- The manual backup destination type.
AutonomousDatabaseConnectionString, AutonomousDatabaseConnectionStringArgs        
- AllConnection Dictionary<string, string>Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- Dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High string
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- Low string
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- Medium string
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- Profiles
List<AutonomousDatabase Connection String Profile> 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- AllConnection map[string]stringStrings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- Dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High string
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- Low string
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- Medium string
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- Profiles
[]AutonomousDatabase Connection String Profile 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- allConnection Map<String,String>Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated String
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high String
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low String
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium String
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles
List<AutonomousConnection String Profile> 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- allConnection {[key: string]: string}Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high string
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low string
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium string
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles
AutonomousDatabase Connection String Profile[] 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- all_connection_ Mapping[str, str]strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated str
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high str
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low str
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium str
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles
Sequence[AutonomousDatabase Connection String Profile] 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- allConnection Map<String>Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated String
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high String
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low String
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium String
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles List<Property Map>
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
AutonomousDatabaseConnectionStringProfile, AutonomousDatabaseConnectionStringProfileArgs          
- ConsumerGroup string
- Consumer group used by the connection.
- DisplayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- HostFormat string
- Host format used in connection string.
- IsRegional bool
- True for a regional connection string, applicable to cross-region DG only.
- Protocol string
- Protocol used by the connection.
- SessionMode string
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- SyntaxFormat string
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- TlsAuthentication string
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- Value string
- Connection string value.
- ConsumerGroup string
- Consumer group used by the connection.
- DisplayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- HostFormat string
- Host format used in connection string.
- IsRegional bool
- True for a regional connection string, applicable to cross-region DG only.
- Protocol string
- Protocol used by the connection.
- SessionMode string
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- SyntaxFormat string
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- TlsAuthentication string
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- Value string
- Connection string value.
- consumerGroup String
- Consumer group used by the connection.
- displayName String
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- hostFormat String
- Host format used in connection string.
- isRegional Boolean
- True for a regional connection string, applicable to cross-region DG only.
- protocol String
- Protocol used by the connection.
- sessionMode String
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntaxFormat String
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tlsAuthentication String
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value String
- Connection string value.
- consumerGroup string
- Consumer group used by the connection.
- displayName string
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- hostFormat string
- Host format used in connection string.
- isRegional boolean
- True for a regional connection string, applicable to cross-region DG only.
- protocol string
- Protocol used by the connection.
- sessionMode string
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntaxFormat string
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tlsAuthentication string
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value string
- Connection string value.
- consumer_group str
- Consumer group used by the connection.
- display_name str
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- host_format str
- Host format used in connection string.
- is_regional bool
- True for a regional connection string, applicable to cross-region DG only.
- protocol str
- Protocol used by the connection.
- session_mode str
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntax_format str
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tls_authentication str
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value str
- Connection string value.
- consumerGroup String
- Consumer group used by the connection.
- displayName String
- (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- hostFormat String
- Host format used in connection string.
- isRegional Boolean
- True for a regional connection string, applicable to cross-region DG only.
- protocol String
- Protocol used by the connection.
- sessionMode String
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntaxFormat String
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tlsAuthentication String
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value String
- Connection string value.
AutonomousDatabaseConnectionUrl, AutonomousDatabaseConnectionUrlArgs        
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl string
- Oracle Application Express (APEX) URL.
- databaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apex_url str
- Oracle Application Express (APEX) URL.
- database_transforms_ strurl 
- The URL of the Database Transforms for the Autonomous Database.
- graph_studio_ strurl 
- The URL of the Graph Studio for the Autonomous Database.
- machine_learning_ strnotebook_ url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine_learning_ struser_ management_ url 
- Oracle Machine Learning user management URL.
- mongo_db_ strurl 
- The URL of the MongoDB API for the Autonomous Database.
- ords_url str
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql_dev_ strweb_ url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
AutonomousDatabaseCustomerContact, AutonomousDatabaseCustomerContactArgs        
- Email string
- (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
- Email string
- (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
- email String
- (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
- email string
- (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
- email str
- (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
- email String
- (Updatable) The email address used by Oracle to send notifications regarding databases and infrastructure.
AutonomousDatabaseDbToolsDetail, AutonomousDatabaseDbToolsDetailArgs          
- Name string
- (Updatable) Name of database tool.
- ComputeCount double
- (Updatable) Compute used by database tools.
- IsEnabled bool
- (Updatable) Indicates whether tool is enabled.
- MaxIdle intTime In Minutes 
- (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
- Name string
- (Updatable) Name of database tool.
- ComputeCount float64
- (Updatable) Compute used by database tools.
- IsEnabled bool
- (Updatable) Indicates whether tool is enabled.
- MaxIdle intTime In Minutes 
- (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
- name String
- (Updatable) Name of database tool.
- computeCount Double
- (Updatable) Compute used by database tools.
- isEnabled Boolean
- (Updatable) Indicates whether tool is enabled.
- maxIdle IntegerTime In Minutes 
- (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
- name string
- (Updatable) Name of database tool.
- computeCount number
- (Updatable) Compute used by database tools.
- isEnabled boolean
- (Updatable) Indicates whether tool is enabled.
- maxIdle numberTime In Minutes 
- (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
- name str
- (Updatable) Name of database tool.
- compute_count float
- (Updatable) Compute used by database tools.
- is_enabled bool
- (Updatable) Indicates whether tool is enabled.
- max_idle_ inttime_ in_ minutes 
- (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
- name String
- (Updatable) Name of database tool.
- computeCount Number
- (Updatable) Compute used by database tools.
- isEnabled Boolean
- (Updatable) Indicates whether tool is enabled.
- maxIdle NumberTime In Minutes 
- (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
AutonomousDatabaseEncryptionKey, AutonomousDatabaseEncryptionKeyArgs        
- ArnRole string
- (Updatable) AWS ARN role
- AutonomousDatabase stringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- (Updatable) OKV certificate directory name
- CertificateId string
- (Updatable) OKV certificate id
- DirectoryName string
- (Updatable) OKV wallet directory name
- ExternalId string
- (Updatable) AWS external ID
- KeyArn string
- (Updatable) AWS key ARN
- KeyName string
- (Updatable) Azure key name
- KmsKey stringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- (Updatable) UUID of OKV KMS Key
- OkvUri string
- (Updatable) URI of OKV server
- ServiceEndpoint stringUri 
- (Updatable) AWS key service endpoint URI
- VaultId string
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- VaultUri string
- (Updatable) Azure vault URI
- ArnRole string
- (Updatable) AWS ARN role
- AutonomousDatabase stringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- (Updatable) OKV certificate directory name
- CertificateId string
- (Updatable) OKV certificate id
- DirectoryName string
- (Updatable) OKV wallet directory name
- ExternalId string
- (Updatable) AWS external ID
- KeyArn string
- (Updatable) AWS key ARN
- KeyName string
- (Updatable) Azure key name
- KmsKey stringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- (Updatable) UUID of OKV KMS Key
- OkvUri string
- (Updatable) URI of OKV server
- ServiceEndpoint stringUri 
- (Updatable) AWS key service endpoint URI
- VaultId string
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- VaultUri string
- (Updatable) Azure vault URI
- arnRole String
- (Updatable) AWS ARN role
- autonomousDatabase StringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- (Updatable) OKV certificate directory name
- certificateId String
- (Updatable) OKV certificate id
- directoryName String
- (Updatable) OKV wallet directory name
- externalId String
- (Updatable) AWS external ID
- keyArn String
- (Updatable) AWS key ARN
- keyName String
- (Updatable) Azure key name
- kmsKey StringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- (Updatable) UUID of OKV KMS Key
- okvUri String
- (Updatable) URI of OKV server
- serviceEndpoint StringUri 
- (Updatable) AWS key service endpoint URI
- vaultId String
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vaultUri String
- (Updatable) Azure vault URI
- arnRole string
- (Updatable) AWS ARN role
- autonomousDatabase stringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificateDirectory stringName 
- (Updatable) OKV certificate directory name
- certificateId string
- (Updatable) OKV certificate id
- directoryName string
- (Updatable) OKV wallet directory name
- externalId string
- (Updatable) AWS external ID
- keyArn string
- (Updatable) AWS key ARN
- keyName string
- (Updatable) Azure key name
- kmsKey stringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms stringKey 
- (Updatable) UUID of OKV KMS Key
- okvUri string
- (Updatable) URI of OKV server
- serviceEndpoint stringUri 
- (Updatable) AWS key service endpoint URI
- vaultId string
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vaultUri string
- (Updatable) Azure vault URI
- arn_role str
- (Updatable) AWS ARN role
- autonomous_database_ strprovider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificate_directory_ strname 
- (Updatable) OKV certificate directory name
- certificate_id str
- (Updatable) OKV certificate id
- directory_name str
- (Updatable) OKV wallet directory name
- external_id str
- (Updatable) AWS external ID
- key_arn str
- (Updatable) AWS key ARN
- key_name str
- (Updatable) Azure key name
- kms_key_ strid 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv_kms_ strkey 
- (Updatable) UUID of OKV KMS Key
- okv_uri str
- (Updatable) URI of OKV server
- service_endpoint_ struri 
- (Updatable) AWS key service endpoint URI
- vault_id str
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vault_uri str
- (Updatable) Azure vault URI
- arnRole String
- (Updatable) AWS ARN role
- autonomousDatabase StringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- (Updatable) OKV certificate directory name
- certificateId String
- (Updatable) OKV certificate id
- directoryName String
- (Updatable) OKV wallet directory name
- externalId String
- (Updatable) AWS external ID
- keyArn String
- (Updatable) AWS key ARN
- keyName String
- (Updatable) Azure key name
- kmsKey StringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- (Updatable) UUID of OKV KMS Key
- okvUri String
- (Updatable) URI of OKV server
- serviceEndpoint StringUri 
- (Updatable) AWS key service endpoint URI
- vaultId String
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vaultUri String
- (Updatable) Azure vault URI
AutonomousDatabaseEncryptionKeyHistoryEntry, AutonomousDatabaseEncryptionKeyHistoryEntryArgs            
- EncryptionKeys List<AutonomousDatabase Encryption Key History Entry Encryption Key> 
- (Updatable) Details of the Autonomous Database encryption key.
- TimeActivated string
- The date and time the kms key activated.
- EncryptionKeys []AutonomousDatabase Encryption Key History Entry Encryption Key 
- (Updatable) Details of the Autonomous Database encryption key.
- TimeActivated string
- The date and time the kms key activated.
- encryptionKeys List<AutonomousEncryption Key History Entry Encryption Key> 
- (Updatable) Details of the Autonomous Database encryption key.
- timeActivated String
- The date and time the kms key activated.
- encryptionKeys AutonomousDatabase Encryption Key History Entry Encryption Key[] 
- (Updatable) Details of the Autonomous Database encryption key.
- timeActivated string
- The date and time the kms key activated.
- encryption_keys Sequence[AutonomousDatabase Encryption Key History Entry Encryption Key] 
- (Updatable) Details of the Autonomous Database encryption key.
- time_activated str
- The date and time the kms key activated.
- encryptionKeys List<Property Map>
- (Updatable) Details of the Autonomous Database encryption key.
- timeActivated String
- The date and time the kms key activated.
AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey, AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyArgs                
- ArnRole string
- (Updatable) AWS ARN role
- AutonomousDatabase stringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- (Updatable) OKV certificate directory name
- CertificateId string
- (Updatable) OKV certificate id
- DirectoryName string
- (Updatable) OKV wallet directory name
- ExternalId string
- (Updatable) AWS external ID
- KeyArn string
- (Updatable) AWS key ARN
- KeyName string
- (Updatable) Azure key name
- KmsKey stringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- (Updatable) UUID of OKV KMS Key
- OkvUri string
- (Updatable) URI of OKV server
- ServiceEndpoint stringUri 
- (Updatable) AWS key service endpoint URI
- VaultId string
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- VaultUri string
- (Updatable) Azure vault URI
- ArnRole string
- (Updatable) AWS ARN role
- AutonomousDatabase stringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- (Updatable) OKV certificate directory name
- CertificateId string
- (Updatable) OKV certificate id
- DirectoryName string
- (Updatable) OKV wallet directory name
- ExternalId string
- (Updatable) AWS external ID
- KeyArn string
- (Updatable) AWS key ARN
- KeyName string
- (Updatable) Azure key name
- KmsKey stringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- (Updatable) UUID of OKV KMS Key
- OkvUri string
- (Updatable) URI of OKV server
- ServiceEndpoint stringUri 
- (Updatable) AWS key service endpoint URI
- VaultId string
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- VaultUri string
- (Updatable) Azure vault URI
- arnRole String
- (Updatable) AWS ARN role
- autonomousDatabase StringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- (Updatable) OKV certificate directory name
- certificateId String
- (Updatable) OKV certificate id
- directoryName String
- (Updatable) OKV wallet directory name
- externalId String
- (Updatable) AWS external ID
- keyArn String
- (Updatable) AWS key ARN
- keyName String
- (Updatable) Azure key name
- kmsKey StringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- (Updatable) UUID of OKV KMS Key
- okvUri String
- (Updatable) URI of OKV server
- serviceEndpoint StringUri 
- (Updatable) AWS key service endpoint URI
- vaultId String
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vaultUri String
- (Updatable) Azure vault URI
- arnRole string
- (Updatable) AWS ARN role
- autonomousDatabase stringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificateDirectory stringName 
- (Updatable) OKV certificate directory name
- certificateId string
- (Updatable) OKV certificate id
- directoryName string
- (Updatable) OKV wallet directory name
- externalId string
- (Updatable) AWS external ID
- keyArn string
- (Updatable) AWS key ARN
- keyName string
- (Updatable) Azure key name
- kmsKey stringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms stringKey 
- (Updatable) UUID of OKV KMS Key
- okvUri string
- (Updatable) URI of OKV server
- serviceEndpoint stringUri 
- (Updatable) AWS key service endpoint URI
- vaultId string
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vaultUri string
- (Updatable) Azure vault URI
- arn_role str
- (Updatable) AWS ARN role
- autonomous_database_ strprovider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificate_directory_ strname 
- (Updatable) OKV certificate directory name
- certificate_id str
- (Updatable) OKV certificate id
- directory_name str
- (Updatable) OKV wallet directory name
- external_id str
- (Updatable) AWS external ID
- key_arn str
- (Updatable) AWS key ARN
- key_name str
- (Updatable) Azure key name
- kms_key_ strid 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv_kms_ strkey 
- (Updatable) UUID of OKV KMS Key
- okv_uri str
- (Updatable) URI of OKV server
- service_endpoint_ struri 
- (Updatable) AWS key service endpoint URI
- vault_id str
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vault_uri str
- (Updatable) Azure vault URI
- arnRole String
- (Updatable) AWS ARN role
- autonomousDatabase StringProvider 
- (Updatable) The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- (Updatable) OKV certificate directory name
- certificateId String
- (Updatable) OKV certificate id
- directoryName String
- (Updatable) OKV wallet directory name
- externalId String
- (Updatable) AWS external ID
- keyArn String
- (Updatable) AWS key ARN
- keyName String
- (Updatable) Azure key name
- kmsKey StringId 
- (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- (Updatable) UUID of OKV KMS Key
- okvUri String
- (Updatable) URI of OKV server
- serviceEndpoint StringUri 
- (Updatable) AWS key service endpoint URI
- vaultId String
- (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and secretIdare required for Customer Managed Keys.
- vaultUri String
- (Updatable) Azure vault URI
AutonomousDatabaseKeyHistoryEntry, AutonomousDatabaseKeyHistoryEntryArgs          
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- TimeActivated string
- The date and time the kms key activated.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- TimeActivated string
- The date and time the kms key activated.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- timeActivated String
- The date and time the kms key activated.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- id string
- The id of the Autonomous Database Vault service key management history entry.
- kmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- timeActivated string
- The date and time the kms key activated.
- vaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- id str
- The id of the Autonomous Database Vault service key management history entry.
- kms_key_ strversion_ id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- 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 id of the Autonomous Database Vault service key management history entry.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- timeActivated String
- The date and time the kms key activated.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
AutonomousDatabaseLocalStandbyDb, AutonomousDatabaseLocalStandbyDbArgs          
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lagTime IntegerIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- availabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lagTime numberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- maintenanceTarget stringComponent 
- The component chosen for maintenance.
- state string
- The current state of the Autonomous Database.
- timeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance stringBegin 
- The date and time when maintenance will begin.
- timeMaintenance stringEnd 
- The date and time when maintenance will end.
- availability_domain str
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag_time_ intin_ seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycle_details str
- Additional information about the current lifecycle state.
- maintenance_target_ strcomponent 
- The component chosen for maintenance.
- state str
- The current state of the Autonomous Database.
- time_data_ strguard_ role_ changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_disaster_ strrecovery_ role_ changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time_maintenance_ strbegin 
- The date and time when maintenance will begin.
- time_maintenance_ strend 
- The date and time when maintenance will end.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lagTime NumberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
AutonomousDatabaseLongTermBackupSchedule, AutonomousDatabaseLongTermBackupScheduleArgs            
- IsDisabled bool
- Indicates if the long-term backup schedule should be deleted. The default value is FALSE.
- RepeatCadence string
- The frequency of the long-term backup schedule
- RetentionPeriod intIn Days 
- Retention period, in days, for long-term backups
- TimeOf stringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- IsDisabled bool
- Indicates if the long-term backup schedule should be deleted. The default value is FALSE.
- RepeatCadence string
- The frequency of the long-term backup schedule
- RetentionPeriod intIn Days 
- Retention period, in days, for long-term backups
- TimeOf stringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- isDisabled Boolean
- Indicates if the long-term backup schedule should be deleted. The default value is FALSE.
- repeatCadence String
- The frequency of the long-term backup schedule
- retentionPeriod IntegerIn Days 
- Retention period, in days, for long-term backups
- timeOf StringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- isDisabled boolean
- Indicates if the long-term backup schedule should be deleted. The default value is FALSE.
- repeatCadence string
- The frequency of the long-term backup schedule
- retentionPeriod numberIn Days 
- Retention period, in days, for long-term backups
- timeOf stringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- is_disabled bool
- Indicates if the long-term backup schedule should be deleted. The default value is FALSE.
- repeat_cadence str
- The frequency of the long-term backup schedule
- retention_period_ intin_ days 
- Retention period, in days, for long-term backups
- time_of_ strbackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- isDisabled Boolean
- Indicates if the long-term backup schedule should be deleted. The default value is FALSE.
- repeatCadence String
- The frequency of the long-term backup schedule
- retentionPeriod NumberIn Days 
- Retention period, in days, for long-term backups
- timeOf StringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
AutonomousDatabasePublicConnectionUrl, AutonomousDatabasePublicConnectionUrlArgs          
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl string
- Oracle Application Express (APEX) URL.
- databaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apex_url str
- Oracle Application Express (APEX) URL.
- database_transforms_ strurl 
- The URL of the Database Transforms for the Autonomous Database.
- graph_studio_ strurl 
- The URL of the Graph Studio for the Autonomous Database.
- machine_learning_ strnotebook_ url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine_learning_ struser_ management_ url 
- Oracle Machine Learning user management URL.
- mongo_db_ strurl 
- The URL of the MongoDB API for the Autonomous Database.
- ords_url str
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql_dev_ strweb_ url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
AutonomousDatabaseRemoteDisasterRecoveryConfiguration, AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs            
- DisasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- IsReplicate boolAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- IsSnapshot boolStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- TimeSnapshot stringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- DisasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- IsReplicate boolAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- IsSnapshot boolStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- TimeSnapshot stringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- isReplicate BooleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isSnapshot BooleanStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- timeSnapshot StringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- isReplicate booleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isSnapshot booleanStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- timeSnapshot stringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disaster_recovery_ strtype 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- is_replicate_ boolautomatic_ backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- is_snapshot_ boolstandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- time_snapshot_ strstandby_ enabled_ till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the standby Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- isReplicate BooleanAutomatic Backups 
- If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
- isSnapshot BooleanStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- timeSnapshot StringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
AutonomousDatabaseResourcePoolSummary, AutonomousDatabaseResourcePoolSummaryArgs          
- IsDisabled bool
- (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- PoolSize int
- (Updatable) Resource pool size.
- IsDisabled bool
- (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- PoolSize int
- (Updatable) Resource pool size.
- isDisabled Boolean
- (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- poolSize Integer
- (Updatable) Resource pool size.
- isDisabled boolean
- (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- poolSize number
- (Updatable) Resource pool size.
- is_disabled bool
- (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- pool_size int
- (Updatable) Resource pool size.
- isDisabled Boolean
- (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- poolSize Number
- (Updatable) Resource pool size.
AutonomousDatabaseScheduledOperation, AutonomousDatabaseScheduledOperationArgs        
- DayOf AutonomousWeek Database Scheduled Operation Day Of Week 
- (Updatable) Day of the week.
- ScheduledStart stringTime 
- (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- ScheduledStop stringTime 
- (Updatable) auto stop time. value must be of ISO-8601 format "HH:mm"
- DayOf AutonomousWeek Database Scheduled Operation Day Of Week 
- (Updatable) Day of the week.
- ScheduledStart stringTime 
- (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- ScheduledStop stringTime 
- (Updatable) auto stop time. value must be of ISO-8601 format "HH:mm"
- dayOf AutonomousWeek Scheduled Operation Day Of Week 
- (Updatable) Day of the week.
- scheduledStart StringTime 
- (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- scheduledStop StringTime 
- (Updatable) auto stop time. value must be of ISO-8601 format "HH:mm"
- dayOf AutonomousWeek Database Scheduled Operation Day Of Week 
- (Updatable) Day of the week.
- scheduledStart stringTime 
- (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- scheduledStop stringTime 
- (Updatable) auto stop time. value must be of ISO-8601 format "HH:mm"
- day_of_ Autonomousweek Database Scheduled Operation Day Of Week 
- (Updatable) Day of the week.
- scheduled_start_ strtime 
- (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- scheduled_stop_ strtime 
- (Updatable) auto stop time. value must be of ISO-8601 format "HH:mm"
- dayOf Property MapWeek 
- (Updatable) Day of the week.
- scheduledStart StringTime 
- (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- scheduledStop StringTime 
- (Updatable) auto stop time. value must be of ISO-8601 format "HH:mm"
AutonomousDatabaseScheduledOperationDayOfWeek, AutonomousDatabaseScheduledOperationDayOfWeekArgs              
- Name string
- (Updatable) Name of the day of the week.
- Name string
- (Updatable) Name of the day of the week.
- name String
- (Updatable) Name of the day of the week.
- name string
- (Updatable) Name of the day of the week.
- name str
- (Updatable) Name of the day of the week.
- name String
- (Updatable) Name of the day of the week.
AutonomousDatabaseStandbyDb, AutonomousDatabaseStandbyDbArgs        
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- AvailabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lagTime IntegerIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- availabilityDomain string
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lagTime numberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- maintenanceTarget stringComponent 
- The component chosen for maintenance.
- state string
- The current state of the Autonomous Database.
- timeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance stringBegin 
- The date and time when maintenance will begin.
- timeMaintenance stringEnd 
- The date and time when maintenance will end.
- availability_domain str
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag_time_ intin_ seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycle_details str
- Additional information about the current lifecycle state.
- maintenance_target_ strcomponent 
- The component chosen for maintenance.
- state str
- The current state of the Autonomous Database.
- time_data_ strguard_ role_ changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_disaster_ strrecovery_ role_ changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time_maintenance_ strbegin 
- The date and time when maintenance will begin.
- time_maintenance_ strend 
- The date and time when maintenance will end.
- availabilityDomain String
- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lagTime NumberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
Import
AutonomousDatabases can be imported using the id, e.g.
$ pulumi import oci:Database/autonomousDatabase:AutonomousDatabase test_autonomous_database "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.