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.
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,
is_local_data_guard_enabled: Optional[bool] = None,
permission_level: Optional[str] = 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,
auto_refresh_frequency_in_seconds: Optional[int] = 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,
are_primary_whitelisted_ips_used: Optional[bool] = None,
db_tools_details: Optional[Sequence[AutonomousDatabaseDbToolsDetailArgs]] = None,
db_version: Optional[str] = None,
admin_password: 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_disable_db_version_upgrade_schedule: Optional[bool] = None,
is_disconnect_peer: Optional[bool] = None,
is_free_tier: Optional[bool] = None,
db_workload: Optional[str] = None,
auto_refresh_point_lag_in_seconds: Optional[int] = None,
switchover_to: Optional[str] = None,
is_refreshable_clone: Optional[bool] = None,
is_replicate_automatic_backups: Optional[bool] = None,
is_schedule_db_version_upgrade_to_earliest: 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,
is_mtls_connection_required: Optional[bool] = 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,
is_preview_version_with_service_terms_accepted: Optional[bool] = None,
switchover_to_remote_peer_id: Optional[str] = None,
time_of_auto_refresh_start: Optional[str] = None,
time_scheduled_db_version_upgrade: 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",
IsLocalDataGuardEnabled = false,
PermissionLevel = "string",
AutonomousContainerDatabaseId = "string",
AutonomousDatabaseBackupId = "string",
AutonomousDatabaseId = "string",
AutonomousMaintenanceScheduleType = "string",
BackupRetentionPeriodInDays = 0,
ByolComputeCountLimit = 0,
CharacterSet = "string",
CloneTableSpaceLists = new[]
{
0,
},
CloneType = "string",
AutoRefreshFrequencyInSeconds = 0,
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",
ArePrimaryWhitelistedIpsUsed = false,
DbToolsDetails = new[]
{
new Oci.Database.Inputs.AutonomousDatabaseDbToolsDetailArgs
{
Name = "string",
ComputeCount = 0,
IsEnabled = false,
MaxIdleTimeInMinutes = 0,
},
},
DbVersion = "string",
AdminPassword = "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,
IsDisableDbVersionUpgradeSchedule = false,
IsDisconnectPeer = false,
IsFreeTier = false,
DbWorkload = "string",
AutoRefreshPointLagInSeconds = 0,
SwitchoverTo = "string",
IsRefreshableClone = false,
IsReplicateAutomaticBackups = false,
IsScheduleDbVersionUpgradeToEarliest = 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",
IsMtlsConnectionRequired = false,
PrivateEndpointIp = "string",
PrivateEndpointLabel = "string",
RefreshableMode = "string",
RemoteDisasterRecoveryType = "string",
ResourcePoolLeaderId = "string",
ResourcePoolSummary = new Oci.Database.Inputs.AutonomousDatabaseResourcePoolSummaryArgs
{
AvailableComputeCapacity = 0,
IsDisabled = false,
PoolSize = 0,
TotalComputeCapacity = 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",
IsPreviewVersionWithServiceTermsAccepted = false,
SwitchoverToRemotePeerId = "string",
TimeOfAutoRefreshStart = "string",
TimeScheduledDbVersionUpgrade = "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"),
IsLocalDataGuardEnabled: pulumi.Bool(false),
PermissionLevel: pulumi.String("string"),
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"),
AutoRefreshFrequencyInSeconds: pulumi.Int(0),
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"),
ArePrimaryWhitelistedIpsUsed: pulumi.Bool(false),
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"),
AdminPassword: 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),
IsDisableDbVersionUpgradeSchedule: pulumi.Bool(false),
IsDisconnectPeer: pulumi.Bool(false),
IsFreeTier: pulumi.Bool(false),
DbWorkload: pulumi.String("string"),
AutoRefreshPointLagInSeconds: pulumi.Int(0),
SwitchoverTo: pulumi.String("string"),
IsRefreshableClone: pulumi.Bool(false),
IsReplicateAutomaticBackups: pulumi.Bool(false),
IsScheduleDbVersionUpgradeToEarliest: 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"),
IsMtlsConnectionRequired: pulumi.Bool(false),
PrivateEndpointIp: pulumi.String("string"),
PrivateEndpointLabel: pulumi.String("string"),
RefreshableMode: pulumi.String("string"),
RemoteDisasterRecoveryType: pulumi.String("string"),
ResourcePoolLeaderId: pulumi.String("string"),
ResourcePoolSummary: &database.AutonomousDatabaseResourcePoolSummaryArgs{
AvailableComputeCapacity: pulumi.Int(0),
IsDisabled: pulumi.Bool(false),
PoolSize: pulumi.Int(0),
TotalComputeCapacity: 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"),
IsPreviewVersionWithServiceTermsAccepted: pulumi.Bool(false),
SwitchoverToRemotePeerId: pulumi.String("string"),
TimeOfAutoRefreshStart: pulumi.String("string"),
TimeScheduledDbVersionUpgrade: 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")
.isLocalDataGuardEnabled(false)
.permissionLevel("string")
.autonomousContainerDatabaseId("string")
.autonomousDatabaseBackupId("string")
.autonomousDatabaseId("string")
.autonomousMaintenanceScheduleType("string")
.backupRetentionPeriodInDays(0)
.byolComputeCountLimit(0.0)
.characterSet("string")
.cloneTableSpaceLists(0)
.cloneType("string")
.autoRefreshFrequencyInSeconds(0)
.computeCount(0.0)
.computeModel("string")
.cpuCoreCount(0)
.customerContacts(AutonomousDatabaseCustomerContactArgs.builder()
.email("string")
.build())
.dataSafeStatus("string")
.dataStorageSizeInGb(0)
.dataStorageSizeInTbs(0)
.databaseEdition("string")
.databaseManagementStatus("string")
.arePrimaryWhitelistedIpsUsed(false)
.dbToolsDetails(AutonomousDatabaseDbToolsDetailArgs.builder()
.name("string")
.computeCount(0.0)
.isEnabled(false)
.maxIdleTimeInMinutes(0)
.build())
.dbVersion("string")
.adminPassword("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)
.isDisableDbVersionUpgradeSchedule(false)
.isDisconnectPeer(false)
.isFreeTier(false)
.dbWorkload("string")
.autoRefreshPointLagInSeconds(0)
.switchoverTo("string")
.isRefreshableClone(false)
.isReplicateAutomaticBackups(false)
.isScheduleDbVersionUpgradeToEarliest(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")
.isMtlsConnectionRequired(false)
.privateEndpointIp("string")
.privateEndpointLabel("string")
.refreshableMode("string")
.remoteDisasterRecoveryType("string")
.resourcePoolLeaderId("string")
.resourcePoolSummary(AutonomousDatabaseResourcePoolSummaryArgs.builder()
.availableComputeCapacity(0)
.isDisabled(false)
.poolSize(0)
.totalComputeCapacity(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")
.isPreviewVersionWithServiceTermsAccepted(false)
.switchoverToRemotePeerId("string")
.timeOfAutoRefreshStart("string")
.timeScheduledDbVersionUpgrade("string")
.timestamp("string")
.useLatestAvailableBackupTimeStamp(false)
.vaultId("string")
.whitelistedIps("string")
.build());
autonomous_database_resource = oci.database.AutonomousDatabase("autonomousDatabaseResource",
compartment_id="string",
db_name="string",
is_local_data_guard_enabled=False,
permission_level="string",
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",
auto_refresh_frequency_in_seconds=0,
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",
are_primary_whitelisted_ips_used=False,
db_tools_details=[{
"name": "string",
"compute_count": 0,
"is_enabled": False,
"max_idle_time_in_minutes": 0,
}],
db_version="string",
admin_password="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_disable_db_version_upgrade_schedule=False,
is_disconnect_peer=False,
is_free_tier=False,
db_workload="string",
auto_refresh_point_lag_in_seconds=0,
switchover_to="string",
is_refreshable_clone=False,
is_replicate_automatic_backups=False,
is_schedule_db_version_upgrade_to_earliest=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",
is_mtls_connection_required=False,
private_endpoint_ip="string",
private_endpoint_label="string",
refreshable_mode="string",
remote_disaster_recovery_type="string",
resource_pool_leader_id="string",
resource_pool_summary={
"available_compute_capacity": 0,
"is_disabled": False,
"pool_size": 0,
"total_compute_capacity": 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",
is_preview_version_with_service_terms_accepted=False,
switchover_to_remote_peer_id="string",
time_of_auto_refresh_start="string",
time_scheduled_db_version_upgrade="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",
isLocalDataGuardEnabled: false,
permissionLevel: "string",
autonomousContainerDatabaseId: "string",
autonomousDatabaseBackupId: "string",
autonomousDatabaseId: "string",
autonomousMaintenanceScheduleType: "string",
backupRetentionPeriodInDays: 0,
byolComputeCountLimit: 0,
characterSet: "string",
cloneTableSpaceLists: [0],
cloneType: "string",
autoRefreshFrequencyInSeconds: 0,
computeCount: 0,
computeModel: "string",
cpuCoreCount: 0,
customerContacts: [{
email: "string",
}],
dataSafeStatus: "string",
dataStorageSizeInGb: 0,
dataStorageSizeInTbs: 0,
databaseEdition: "string",
databaseManagementStatus: "string",
arePrimaryWhitelistedIpsUsed: false,
dbToolsDetails: [{
name: "string",
computeCount: 0,
isEnabled: false,
maxIdleTimeInMinutes: 0,
}],
dbVersion: "string",
adminPassword: "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,
isDisableDbVersionUpgradeSchedule: false,
isDisconnectPeer: false,
isFreeTier: false,
dbWorkload: "string",
autoRefreshPointLagInSeconds: 0,
switchoverTo: "string",
isRefreshableClone: false,
isReplicateAutomaticBackups: false,
isScheduleDbVersionUpgradeToEarliest: 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",
isMtlsConnectionRequired: false,
privateEndpointIp: "string",
privateEndpointLabel: "string",
refreshableMode: "string",
remoteDisasterRecoveryType: "string",
resourcePoolLeaderId: "string",
resourcePoolSummary: {
availableComputeCapacity: 0,
isDisabled: false,
poolSize: 0,
totalComputeCapacity: 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",
isPreviewVersionWithServiceTermsAccepted: false,
switchoverToRemotePeerId: "string",
timeOfAutoRefreshStart: "string",
timeScheduledDbVersionUpgrade: "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
isDisableDbVersionUpgradeSchedule: false
isDisconnectPeer: false
isFreeTier: false
isLocalDataGuardEnabled: false
isMtlsConnectionRequired: false
isPreviewVersionWithServiceTermsAccepted: false
isRefreshableClone: false
isReplicateAutomaticBackups: false
isScheduleDbVersionUpgradeToEarliest: 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:
availableComputeCapacity: 0
isDisabled: false
poolSize: 0
totalComputeCapacity: 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
timeScheduledDbVersionUpgrade: 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:
- Compartment
Id string - (Updatable) The OCID of the compartment of the Autonomous Database.
- Db
Name string - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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".
- 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
TRUE
if 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 beFALSE
if 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
timeOfAutoRefreshStart
parameter. - 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 stringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- Autonomous
Database stringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- Autonomous
Database stringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- Autonomous
Maintenance stringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- Backup
Retention intPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- Byol
Compute doubleCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- Character
Set string The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 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.
- Clone
Type string - The Autonomous Database clone type.
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 double - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - Compute
Model string - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to 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
ocpuCount
parameter. This input is ignored for Always Free resources.- Customer
Contacts List<AutonomousDatabase Customer Contact> - (Updatable) Customer Contacts.
- Data
Safe stringStatus - (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
dataStorageSizeInTBs
parameter.
- 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- Database
Edition string - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - Database
Management stringStatus - Status of Database Management for this Autonomous Database.
- Db
Tools 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.
- Db
Version string - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - Db
Workload 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_workload
can 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.
- Disaster
Recovery 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.
- Display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Enable
Delete boolScheduled Operations - Encryption
Key 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"}
- 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is 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 fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- Is
Disable boolDb Version Upgrade Schedule - Is
Disconnect boolPeer - 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- Is
Local boolData Guard Enabled - (Updatable) 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
Mtls boolConnection Required - 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - Is
Refreshable boolClone - Indicates if the Autonomous Database is a refreshable clone.
- 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
Schedule boolDb Version Upgrade To Earliest - Is
Shrink boolOnly - Key
Version stringId - Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- License
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_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 List<AutonomousBackup Schedules Database Long Term Backup Schedule> - Details for the long-term backup schedule.
- Max
Cpu intCore Count - Ncharacter
Set string - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- Nsg
Ids 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.
- Ocpu
Count double (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- Open
Mode string (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- Operations
Insights stringStatus - Status of Operations Insights for this Autonomous Database.
- Peer
Db stringId - Permission
Level string - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- Private
Endpoint stringIp - (Updatable) The private endpoint Ip address for the resource.
- Private
Endpoint stringLabel - (Updatable) The private endpoint label for the resource.
- Refreshable
Mode string - (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 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.
- Resource
Pool stringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- Resource
Pool AutonomousSummary Database Resource Pool Summary - (Updatable) The configuration details for resource pool
- Rotate
Key boolTrigger - Scheduled
Operations 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.
- Secret
Id string (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 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"}}}
- Shrink
Adb intTrigger - Source string
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- Source
Id string - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- Standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- State string
- The current state of the Autonomous Database.
- Subnet
Id string (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- Subscription
Id string - The OCID of the subscription with which resource needs to be associated with.
- Switchover
To string - Switchover
To stringRemote Peer Id - Time
Of stringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - Time
Scheduled stringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- Timestamp string
- 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 string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Whitelisted
Ips List<string> (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- Compartment
Id string - (Updatable) The OCID of the compartment of the Autonomous Database.
- Db
Name string - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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".
- 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
TRUE
if 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 beFALSE
if 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
timeOfAutoRefreshStart
parameter. - 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 stringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- Autonomous
Database stringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- Autonomous
Database stringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- Autonomous
Maintenance stringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- Backup
Retention intPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- Byol
Compute float64Count Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- Character
Set string The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 []intSpace Lists - A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- Clone
Type string - The Autonomous Database clone type.
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 float64 - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - Compute
Model string - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to 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
ocpuCount
parameter. This input is ignored for Always Free resources.- Customer
Contacts []AutonomousDatabase Customer Contact Args - (Updatable) Customer Contacts.
- Data
Safe stringStatus - (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
dataStorageSizeInTBs
parameter.
- 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- Database
Edition string - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - Database
Management stringStatus - Status of Database Management for this Autonomous Database.
- Db
Tools []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 string - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - Db
Workload 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_workload
can 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.
- Disaster
Recovery 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.
- Display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Enable
Delete boolScheduled Operations - Encryption
Key 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"}
- 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is 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 fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- Is
Disable boolDb Version Upgrade Schedule - Is
Disconnect boolPeer - 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- Is
Local boolData Guard Enabled - (Updatable) 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
Mtls boolConnection Required - 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - Is
Refreshable boolClone - Indicates if the Autonomous Database is a refreshable clone.
- 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
Schedule boolDb Version Upgrade To Earliest - Is
Shrink boolOnly - Key
Version stringId - Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- License
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_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 []AutonomousBackup Schedules Database Long Term Backup Schedule Args - Details for the long-term backup schedule.
- Max
Cpu intCore Count - Ncharacter
Set string - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- Nsg
Ids []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.
- Ocpu
Count float64 (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- Open
Mode string (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- Operations
Insights stringStatus - Status of Operations Insights for this Autonomous Database.
- Peer
Db stringId - Permission
Level string - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- Private
Endpoint stringIp - (Updatable) The private endpoint Ip address for the resource.
- Private
Endpoint stringLabel - (Updatable) The private endpoint label for the resource.
- Refreshable
Mode string - (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 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.
- Resource
Pool stringLeader 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 - Scheduled
Operations []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 string (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 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"}}}
- Shrink
Adb intTrigger - Source string
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- Source
Id string - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- Standby
Whitelisted []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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- State string
- The current state of the Autonomous Database.
- Subnet
Id string (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- Subscription
Id string - The OCID of the subscription with which resource needs to be associated with.
- Switchover
To string - Switchover
To stringRemote Peer Id - Time
Of stringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - Time
Scheduled stringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- Timestamp string
- 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 string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Whitelisted
Ips []string (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- compartment
Id String - (Updatable) The OCID of the compartment of the Autonomous Database.
- db
Name String - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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".
- are
Primary 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
TRUE
if 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 beFALSE
if 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 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
timeOfAutoRefreshStart
parameter. - auto
Refresh 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.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Database StringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous
Database StringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous
Maintenance StringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- backup
Retention IntegerPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- byol
Compute DoubleCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character
Set String The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 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.
- clone
Type String - The Autonomous Database clone type.
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 Double - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - compute
Model String - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - cpu
Core 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
ocpuCount
parameter. This input is ignored for Always Free resources.- customer
Contacts List<AutonomousCustomer Contact> - (Updatable) Customer Contacts.
- data
Safe StringStatus - (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data
Storage 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
dataStorageSizeInTBs
parameter.
- data
Storage 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database
Edition String - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - database
Management StringStatus - Status of Database Management for this Autonomous Database.
- db
Tools 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.
- db
Version String - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - db
Workload 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_workload
can 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.
- disaster
Recovery 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.
- display
Name String - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable
Delete BooleanScheduled Operations - encryption
Key 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"}
- in
Memory 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.
- is
Access 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is used.- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is
TRUE
. - is
Auto BooleanScaling For Storage Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is
FALSE
. - is
Backup BooleanRetention Locked - (Updatable) True if the Autonomous Database is backup retention locked.
- is
Data 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.
- is
Dedicated Boolean - True if the database is on dedicated Exadata infrastructure.
- is
Dev BooleanTier - (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is
Disable BooleanDb Version Upgrade Schedule - is
Disconnect BooleanPeer - is
Free 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is
Local BooleanData Guard Enabled - (Updatable) 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
Mtls BooleanConnection Required - is
Preview 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is
Refreshable BooleanClone - Indicates if the Autonomous Database is a refreshable clone.
- is
Replicate 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.
- is
Schedule BooleanDb Version Upgrade To Earliest - is
Shrink BooleanOnly - key
Version StringId - kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- license
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- local
Adg 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
- long
Term List<AutonomousBackup Schedules Long Term Backup Schedule> - Details for the long-term backup schedule.
- max
Cpu IntegerCore Count - ncharacter
Set String - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- nsg
Ids 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.
- ocpu
Count Double (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open
Mode String (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations
Insights StringStatus - Status of Operations Insights for this Autonomous Database.
- peer
Db StringId - permission
Level String - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private
Endpoint StringIp - (Updatable) The private endpoint Ip address for the resource.
- private
Endpoint StringLabel - (Updatable) The private endpoint label for the resource.
- refreshable
Mode String - (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 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.
- resource
Pool StringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource
Pool AutonomousSummary Resource Pool Summary - (Updatable) The configuration details for resource pool
- rotate
Key BooleanTrigger - scheduled
Operations 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.
- secret
Id String (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID.
This cannot be used in conjunction with adminPassword.
- secret
Version IntegerNumber - (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security
Attributes 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"}}}
- shrink
Adb IntegerTrigger - source String
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source
Id String - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state String
- The current state of the Autonomous Database.
- subnet
Id String (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription
Id String - The OCID of the subscription with which resource needs to be associated with.
- switchover
To String - switchover
To StringRemote Peer Id - time
Of StringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time
Scheduled StringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- timestamp String
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- use
Latest BooleanAvailable Backup Time Stamp - Clone from latest available backup timestamp.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted
Ips List<String> (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- compartment
Id string - (Updatable) The OCID of the compartment of the Autonomous Database.
- db
Name string - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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".
- are
Primary 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
TRUE
if 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 beFALSE
if 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 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
timeOfAutoRefreshStart
parameter. - auto
Refresh 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.
- autonomous
Container stringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Database stringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous
Database stringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous
Maintenance stringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- backup
Retention numberPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- byol
Compute numberCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character
Set string The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 number[]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 string - The Autonomous Database clone type.
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 number - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - compute
Model string - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - cpu
Core 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
ocpuCount
parameter. This input is ignored for Always Free resources.- customer
Contacts AutonomousDatabase Customer Contact[] - (Updatable) Customer Contacts.
- data
Safe stringStatus - (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data
Storage 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
dataStorageSizeInTBs
parameter.
- data
Storage 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database
Edition string - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - database
Management stringStatus - Status of Database Management for this Autonomous Database.
- db
Tools 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.
- db
Version string - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - db
Workload 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_workload
can 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.
- disaster
Recovery 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.
- display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable
Delete booleanScheduled Operations - encryption
Key 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"}
- in
Memory 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.
- is
Access 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is used.- is
Auto booleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is
TRUE
. - is
Auto booleanScaling For Storage Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is
FALSE
. - is
Backup booleanRetention Locked - (Updatable) True if the Autonomous Database is backup retention locked.
- is
Data 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.
- is
Dedicated boolean - True if the database is on dedicated Exadata infrastructure.
- is
Dev booleanTier - (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is
Disable booleanDb Version Upgrade Schedule - is
Disconnect booleanPeer - is
Free 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is
Local booleanData Guard Enabled - (Updatable) 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
Mtls booleanConnection Required - is
Preview 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is
Refreshable booleanClone - Indicates if the Autonomous Database is a refreshable clone.
- is
Replicate 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.
- is
Schedule booleanDb Version Upgrade To Earliest - is
Shrink booleanOnly - key
Version stringId - kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- license
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- local
Adg 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
- long
Term AutonomousBackup Schedules Database Long Term Backup Schedule[] - Details for the long-term backup schedule.
- max
Cpu numberCore Count - ncharacter
Set string - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- nsg
Ids 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.
- ocpu
Count number (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open
Mode string (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations
Insights stringStatus - Status of Operations Insights for this Autonomous Database.
- peer
Db stringId - permission
Level string - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private
Endpoint stringIp - (Updatable) The private endpoint Ip address for the resource.
- private
Endpoint stringLabel - (Updatable) The private endpoint label for the resource.
- refreshable
Mode string - (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 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.
- resource
Pool stringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource
Pool AutonomousSummary Database Resource Pool Summary - (Updatable) The configuration details for resource pool
- rotate
Key booleanTrigger - scheduled
Operations 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.
- secret
Id string (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID.
This cannot be used in conjunction with adminPassword.
- secret
Version numberNumber - (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security
Attributes {[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"}}}
- shrink
Adb numberTrigger - source string
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source
Id string - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state string
- The current state of the Autonomous Database.
- subnet
Id string (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription
Id string - The OCID of the subscription with which resource needs to be associated with.
- switchover
To string - switchover
To stringRemote Peer Id - time
Of stringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time
Scheduled stringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- timestamp string
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- use
Latest booleanAvailable Backup Time Stamp - Clone from latest available backup timestamp.
- vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted
Ips string[] (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- 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 30 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
TRUE
if 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 beFALSE
if 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
timeOfAutoRefreshStart
parameter. - 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. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- 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 - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- backup_
retention_ intperiod_ in_ days - (Updatable) Retention period, in days, for long-term backups
- byol_
compute_ floatcount_ limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character_
set str The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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.
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 (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is 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
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to 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
ocpuCount
parameter. This input is ignored for Always Free resources.- 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
dataStorageSizeInTBs
parameter.
- 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database_
edition str - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_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_workload
AJD is only supported fordb_version
19c
and 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_workload
can 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 - 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is 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 fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is_
disable_ booldb_ version_ upgrade_ schedule - is_
disconnect_ boolpeer - 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is_
local_ booldata_ guard_ enabled - (Updatable) 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_
mtls_ boolconnection_ required - 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is_
refreshable_ boolclone - Indicates if the Autonomous Database is a refreshable clone.
- 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_
schedule_ booldb_ version_ upgrade_ to_ earliest - is_
shrink_ boolonly - key_
version_ strid - 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_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 - ncharacter_
set str - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the 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.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open_
mode str (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations_
insights_ strstatus - Status of Operations Insights for this Autonomous Database.
- peer_
db_ strid - permission_
level str - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private_
endpoint_ strip - (Updatable) The private endpoint Ip address for the resource.
- private_
endpoint_ strlabel - (Updatable) The private endpoint label for the 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.
- 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 - 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
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source_
id str - The OCID of the source Autonomous Database that will be used to create a new peer 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state str
- The current state of the Autonomous Database.
- subnet_
id str (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription_
id str - The OCID of the subscription with which resource needs to be associated with.
- switchover_
to str - switchover_
to_ strremote_ peer_ id - time_
of_ strauto_ refresh_ start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time_
scheduled_ strdb_ version_ upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- 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. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted_
ips Sequence[str] (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- compartment
Id String - (Updatable) The OCID of the compartment of the Autonomous Database.
- db
Name String - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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".
- are
Primary 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
TRUE
if 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 beFALSE
if 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 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
timeOfAutoRefreshStart
parameter. - auto
Refresh 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.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Database StringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous
Database StringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous
Maintenance StringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- backup
Retention NumberPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- byol
Compute NumberCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character
Set String The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 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.
- clone
Type String - The Autonomous Database clone type.
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 Number - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - compute
Model String - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - cpu
Core 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
ocpuCount
parameter. This input is ignored for Always Free resources.- customer
Contacts List<Property Map> - (Updatable) Customer Contacts.
- data
Safe StringStatus - (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data
Storage 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
dataStorageSizeInTBs
parameter.
- data
Storage 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database
Edition String - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - database
Management StringStatus - Status of Database Management for this Autonomous Database.
- db
Tools 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.
- db
Version String - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - db
Workload 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_workload
can 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.
- disaster
Recovery 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.
- display
Name String - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable
Delete BooleanScheduled Operations - encryption
Key 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"}
- in
Memory 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.
- is
Access 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is used.- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is
TRUE
. - is
Auto BooleanScaling For Storage Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is
FALSE
. - is
Backup BooleanRetention Locked - (Updatable) True if the Autonomous Database is backup retention locked.
- is
Data 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.
- is
Dedicated Boolean - True if the database is on dedicated Exadata infrastructure.
- is
Dev BooleanTier - (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is
Disable BooleanDb Version Upgrade Schedule - is
Disconnect BooleanPeer - is
Free 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is
Local BooleanData Guard Enabled - (Updatable) 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
Mtls BooleanConnection Required - is
Preview 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is
Refreshable BooleanClone - Indicates if the Autonomous Database is a refreshable clone.
- is
Replicate 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.
- is
Schedule BooleanDb Version Upgrade To Earliest - is
Shrink BooleanOnly - key
Version StringId - kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- license
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- local
Adg 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
- long
Term List<Property Map>Backup Schedules - Details for the long-term backup schedule.
- max
Cpu NumberCore Count - ncharacter
Set String - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- nsg
Ids 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.
- ocpu
Count Number (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open
Mode String (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations
Insights StringStatus - Status of Operations Insights for this Autonomous Database.
- peer
Db StringId - permission
Level String - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private
Endpoint StringIp - (Updatable) The private endpoint Ip address for the resource.
- private
Endpoint StringLabel - (Updatable) The private endpoint label for the resource.
- refreshable
Mode String - (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 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.
- resource
Pool StringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource
Pool Property MapSummary - (Updatable) The configuration details for resource pool
- rotate
Key BooleanTrigger - scheduled
Operations 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.
- secret
Id String (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID.
This cannot be used in conjunction with adminPassword.
- secret
Version NumberNumber - (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security
Attributes 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"}}}
- shrink
Adb NumberTrigger - source String
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source
Id String - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state String
- The current state of the Autonomous Database.
- subnet
Id String (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription
Id String - The OCID of the subscription with which resource needs to be associated with.
- switchover
To String - switchover
To StringRemote Peer Id - time
Of StringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time
Scheduled StringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- timestamp String
- The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.
- use
Latest BooleanAvailable Backup Time Stamp - Clone from latest available backup timestamp.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted
Ips List<String> (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
Outputs
All input properties are implicitly available as output properties. Additionally, the AutonomousDatabase resource produces the following output properties:
- Actual
Used doubleData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- Allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - Apex
Details List<AutonomousDatabase Apex Detail> - Information about Oracle APEX Application Development.
- Availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- Available
Upgrade List<string>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- Backup
Configs List<AutonomousDatabase Backup Config> - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- Connection
Strings 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.
- Connection
Urls 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..."}
- Dataguard
Region stringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- Disaster
Recovery stringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 List<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 string
- 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 string - 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. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Key
History List<AutonomousEntries Database Key History Entry> - Key History Entry.
- Key
Store stringId - The OCID of the key store of Oracle Vault.
- Key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- Kms
Key stringLifecycle Details - KMS key lifecycle details.
- Kms
Key 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.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Local
Disaster 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.
- Local
Standby List<AutonomousDbs Database Local Standby Db> - Autonomous Data Guard standby database details.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- Net
Services 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.
- Next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- Peer
Db 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.
- Private
Endpoint string - The private endpoint for the resource.
- Provisionable
Cpuses List<double> - An array of CPU values that an Autonomous Database can be scaled to.
- Public
Connection 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.
- Public
Endpoint string - The public endpoint for the private endpoint enabled resource.
- Refreshable
Status string - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- Remote
Disaster 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.
- Service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- Standby
Dbs List<AutonomousDatabase Standby Db> - Deprecated Autonomous Data Guard standby database details.
- Supported
Regions 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.
- Time
Created string - The date and time the Autonomous Database was created.
- Time
Data 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.
- Time
Deletion 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Earliest stringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Latest stringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Local 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.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Time
Of stringJoining Resource Pool - The time the member joined the resource pool.
- Time
Of stringLast Failover - The timestamp of the last failover operation.
- Time
Of stringLast Refresh - The date and time when last refresh happened.
- Time
Of 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.
- Time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- Time
Of stringNext Refresh - The date and time of next refresh.
- Time
Reclamation 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.
- Time
Undeleted string - The date and time the Autonomous Database was most recently undeleted.
- Time
Until 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.
- Total
Backup doubleStorage 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.
- Actual
Used float64Data Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- Allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - Apex
Details []AutonomousDatabase Apex Detail - Information about Oracle APEX Application Development.
- Availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- Available
Upgrade []stringVersions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- Backup
Configs []AutonomousDatabase Backup Config - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- Cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- Connection
Strings []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 []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 stringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- Disaster
Recovery stringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 []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 string
- 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 string - 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. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Key
History []AutonomousEntries Database Key History Entry - Key History Entry.
- Key
Store stringId - The OCID of the key store of Oracle Vault.
- Key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- Kms
Key stringLifecycle Details - KMS key lifecycle details.
- Kms
Key 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.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Local
Disaster 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.
- Local
Standby []AutonomousDbs Database Local Standby Db - Autonomous Data Guard standby database details.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- Net
Services 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.
- Next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- Peer
Db []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.
- Private
Endpoint string - The private endpoint for the resource.
- Provisionable
Cpuses []float64 - An array of CPU values that an Autonomous Database can be scaled to.
- Public
Connection []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 string - The public endpoint for the private endpoint enabled resource.
- Refreshable
Status string - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- Remote
Disaster []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.
- Service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- Standby
Dbs []AutonomousDatabase Standby Db - Deprecated Autonomous Data Guard standby database details.
- Supported
Regions []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.
- Time
Created string - The date and time the Autonomous Database was created.
- Time
Data 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.
- Time
Deletion 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Earliest stringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Latest stringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Local 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.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Time
Of stringJoining Resource Pool - The time the member joined the resource pool.
- Time
Of stringLast Failover - The timestamp of the last failover operation.
- Time
Of stringLast Refresh - The date and time when last refresh happened.
- Time
Of 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.
- Time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- Time
Of stringNext Refresh - The date and time of next refresh.
- Time
Reclamation 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.
- Time
Undeleted string - The date and time the Autonomous Database was most recently undeleted.
- Time
Until 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.
- Total
Backup float64Storage 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.
- actual
Used DoubleData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - apex
Details List<AutonomousApex Detail> - Information about Oracle APEX Application Development.
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available
Upgrade List<String>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Configs List<AutonomousBackup Config> - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- connection
Strings 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.
- connection
Urls 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..."}
- dataguard
Region StringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- disaster
Recovery StringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 List<AutonomousHistory Entries Encryption Key History Entry> - Key History Entry.
- failed
Data 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.
- in
Memory IntegerArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- infrastructure
Type String - The infrastructure type this resource belongs to.
- is
Preview Boolean - Indicates if the Autonomous Database version is a preview version.
- is
Reconnect BooleanClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- is
Remote BooleanData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- key
History List<AutonomousEntries Key History Entry> - Key History Entry.
- key
Store StringId - The OCID of the key store of Oracle Vault.
- key
Store StringWallet Name - The wallet name for Oracle Key Vault.
- kms
Key StringLifecycle Details - KMS key lifecycle details.
- kms
Key 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- local
Disaster 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.
- local
Standby List<AutonomousDbs Local Standby Db> - Autonomous Data Guard standby database details.
- maintenance
Target StringComponent - The component chosen for maintenance.
- memory
Per IntegerOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- net
Services 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.
- next
Long StringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- peer
Db 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.
- private
Endpoint String - The private endpoint for the resource.
- provisionable
Cpuses List<Double> - An array of CPU values that an Autonomous Database can be scaled to.
- public
Connection 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.
- public
Endpoint String - The public endpoint for the private endpoint enabled resource.
- refreshable
Status String - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote
Disaster 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.
- service
Console StringUrl - The URL of the Service Console for the Autonomous Database.
- standby
Dbs List<AutonomousStandby Db> - Deprecated Autonomous Data Guard standby database details.
- supported
Regions 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.
- time
Created String - The date and time the Autonomous Database was created.
- time
Data 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.
- time
Deletion 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Earliest StringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Latest StringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Local 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.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- time
Of StringJoining Resource Pool - The time the member joined the resource pool.
- time
Of StringLast Failover - The timestamp of the last failover operation.
- time
Of StringLast Refresh - The date and time when last refresh happened.
- time
Of 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.
- time
Of StringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Of StringNext Refresh - The date and time of next refresh.
- time
Reclamation 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.
- time
Undeleted String - The date and time the Autonomous Database was most recently undeleted.
- time
Until 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.
- total
Backup DoubleStorage Size In Gbs - The backup storage to the database.
- used
Data IntegerStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data IntegerStorage Size In Tbs - The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- actual
Used numberData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - apex
Details AutonomousDatabase Apex Detail[] - Information about Oracle APEX Application Development.
- availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available
Upgrade string[]Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Configs AutonomousDatabase Backup Config[] - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- cluster
Placement stringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- connection
Strings 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 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 stringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- disaster
Recovery stringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 AutonomousHistory Entries Database Encryption Key History Entry[] - Key History Entry.
- failed
Data 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.
- in
Memory numberArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- infrastructure
Type string - The infrastructure type this resource belongs to.
- is
Preview boolean - Indicates if the Autonomous Database version is a preview version.
- is
Reconnect booleanClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- is
Remote booleanData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- key
History AutonomousEntries Database Key History Entry[] - Key History Entry.
- key
Store stringId - The OCID of the key store of Oracle Vault.
- key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- kms
Key stringLifecycle Details - KMS key lifecycle details.
- kms
Key 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.
- lifecycle
Details string - Additional information about the current lifecycle state.
- local
Disaster 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.
- local
Standby AutonomousDbs Database Local Standby Db[] - Autonomous Data Guard standby database details.
- maintenance
Target stringComponent - The component chosen for maintenance.
- memory
Per numberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- net
Services 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.
- next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- peer
Db 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.
- private
Endpoint string - The private endpoint for the resource.
- provisionable
Cpuses number[] - An array of CPU values that an Autonomous Database can be scaled to.
- public
Connection 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 string - The public endpoint for the private endpoint enabled resource.
- refreshable
Status string - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote
Disaster 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.
- service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- standby
Dbs AutonomousDatabase Standby Db[] - Deprecated Autonomous Data Guard standby database details.
- supported
Regions 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.
- time
Created string - The date and time the Autonomous Database was created.
- time
Data 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.
- time
Deletion 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.
- time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Earliest stringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Latest stringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Local 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.
- time
Maintenance stringBegin - The date and time when maintenance will begin.
- time
Maintenance stringEnd - The date and time when maintenance will end.
- time
Of stringJoining Resource Pool - The time the member joined the resource pool.
- time
Of stringLast Failover - The timestamp of the last failover operation.
- time
Of stringLast Refresh - The date and time when last refresh happened.
- time
Of 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.
- time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Of stringNext Refresh - The date and time of next refresh.
- time
Reclamation 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.
- time
Undeleted string - The date and time the Autonomous Database was most recently undeleted.
- time
Until 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.
- total
Backup numberStorage Size In Gbs - The backup storage to the database.
- used
Data numberStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value 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. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- disaster_
recovery_ strregion_ type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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. 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.
- 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 ECPU or OCPU.
- 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.
- 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_
earliest_ stravailable_ db_ version_ upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time_
latest_ stravailable_ db_ version_ upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- 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 - The time the member joined the 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 - The date and time the Autonomous Database was most recently undeleted.
- 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.
- actual
Used NumberData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - apex
Details List<Property Map> - Information about Oracle APEX Application Development.
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available
Upgrade List<String>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Configs List<Property Map> - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- cluster
Placement StringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- connection
Strings 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.
- connection
Urls 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..."}
- dataguard
Region StringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- disaster
Recovery StringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 List<Property Map>History Entries - Key History Entry.
- failed
Data 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.
- in
Memory NumberArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- infrastructure
Type String - The infrastructure type this resource belongs to.
- is
Preview Boolean - Indicates if the Autonomous Database version is a preview version.
- is
Reconnect BooleanClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- is
Remote BooleanData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- key
History List<Property Map>Entries - Key History Entry.
- key
Store StringId - The OCID of the key store of Oracle Vault.
- key
Store StringWallet Name - The wallet name for Oracle Key Vault.
- kms
Key StringLifecycle Details - KMS key lifecycle details.
- kms
Key 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- local
Disaster 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.
- local
Standby List<Property Map>Dbs - Autonomous Data Guard standby database details.
- maintenance
Target StringComponent - The component chosen for maintenance.
- memory
Per NumberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- net
Services 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.
- next
Long StringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- peer
Db 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.
- private
Endpoint String - The private endpoint for the resource.
- provisionable
Cpuses List<Number> - An array of CPU values that an Autonomous Database can be scaled to.
- public
Connection 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.
- public
Endpoint String - The public endpoint for the private endpoint enabled resource.
- refreshable
Status String - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote
Disaster 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.
- service
Console StringUrl - The URL of the Service Console for the Autonomous Database.
- standby
Dbs List<Property Map> - Deprecated Autonomous Data Guard standby database details.
- supported
Regions 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.
- time
Created String - The date and time the Autonomous Database was created.
- time
Data 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.
- time
Deletion 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Earliest StringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Latest StringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Local 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.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- time
Of StringJoining Resource Pool - The time the member joined the resource pool.
- time
Of StringLast Failover - The timestamp of the last failover operation.
- time
Of StringLast Refresh - The date and time when last refresh happened.
- time
Of 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.
- time
Of StringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Of StringNext Refresh - The date and time of next refresh.
- time
Reclamation 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.
- time
Undeleted String - The date and time the Autonomous Database was most recently undeleted.
- time
Until 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.
- total
Backup NumberStorage Size In Gbs - The backup storage to the database.
- used
Data NumberStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data 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_disable_db_version_upgrade_schedule: 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_schedule_db_version_upgrade_to_earliest: 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_earliest_available_db_version_upgrade: Optional[str] = None,
time_latest_available_db_version_upgrade: 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_scheduled_db_version_upgrade: 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) -> AutonomousDatabase
func 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.
- Actual
Used doubleData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- Admin
Password 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".
- Allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - Apex
Details List<AutonomousDatabase Apex Detail> - 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
TRUE
if 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 beFALSE
if 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
timeOfAutoRefreshStart
parameter. - 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 stringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- Autonomous
Database stringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- Autonomous
Database stringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- Autonomous
Maintenance stringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- Availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- Available
Upgrade List<string>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- Backup
Configs List<AutonomousDatabase Backup Config> - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- Backup
Retention intPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- Byol
Compute doubleCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- Character
Set string The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 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.
- Clone
Type string - The Autonomous Database clone type.
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 stringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- Compartment
Id string - (Updatable) The OCID of the compartment of the Autonomous Database.
- Compute
Count double - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - Compute
Model string - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - Connection
Strings 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.
- Connection
Urls 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..."}
- 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
ocpuCount
parameter. This input is ignored for Always Free resources.- Customer
Contacts List<AutonomousDatabase Customer Contact> - (Updatable) Customer Contacts.
- Data
Safe stringStatus - (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
dataStorageSizeInTBs
parameter.
- 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- Database
Edition string - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - Database
Management stringStatus - Status of Database Management for this Autonomous Database.
- Dataguard
Region stringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- Db
Name string - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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.
- Db
Version string - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - Db
Workload 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_workload
can 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.
- Disaster
Recovery stringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 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.
- Display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Enable
Delete boolScheduled Operations - Encryption
Key AutonomousDatabase Encryption Key - (Updatable) Details of the Autonomous Database encryption key.
- Encryption
Key List<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.
- 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"}
- 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 string - 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is 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 fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- Is
Disable boolDb Version Upgrade Schedule - Is
Disconnect boolPeer - 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- Is
Local boolData Guard Enabled - (Updatable) 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
Mtls boolConnection Required - 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - Is
Reconnect boolClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- Is
Refreshable boolClone - Indicates if the Autonomous Database is a refreshable clone.
- Is
Remote boolData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. 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
Schedule boolDb Version Upgrade To Earliest - Is
Shrink boolOnly - Key
History List<AutonomousEntries Database Key History Entry> - Key History Entry.
- Key
Store stringId - The OCID of the key store of Oracle Vault.
- Key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- Key
Version stringId - Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key stringLifecycle Details - KMS key lifecycle details.
- Kms
Key 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.
- License
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- Lifecycle
Details string - 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 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.
- Local
Standby List<AutonomousDbs Database Local Standby Db> - Autonomous Data Guard standby database details.
- Long
Term List<AutonomousBackup Schedules Database Long Term Backup Schedule> - Details for the long-term backup schedule.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- Max
Cpu intCore Count - Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- Ncharacter
Set string - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- Net
Services 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.
- Next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- Nsg
Ids 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.
- Ocpu
Count double (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- Open
Mode string (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- Operations
Insights stringStatus - Status of Operations Insights for this Autonomous Database.
- Peer
Db stringId - Peer
Db 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.
- Permission
Level string - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- Private
Endpoint string - The private endpoint for the resource.
- Private
Endpoint stringIp - (Updatable) The private endpoint Ip address for the resource.
- Private
Endpoint stringLabel - (Updatable) The private endpoint label for the resource.
- Provisionable
Cpuses List<double> - An array of CPU values that an Autonomous Database can be scaled to.
- Public
Connection 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.
- Public
Endpoint string - The public endpoint for the private endpoint enabled resource.
- Refreshable
Mode string - (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 string - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- Remote
Disaster List<AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration> - Configurations of a Disaster Recovery.
- Remote
Disaster 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.
- Resource
Pool stringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- Resource
Pool 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.
- Rotate
Key boolTrigger - Scheduled
Operations 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.
- Secret
Id string (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 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"}}}
- Service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- Shrink
Adb intTrigger - Source string
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- Source
Id string - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- Standby
Dbs List<AutonomousDatabase Standby Db> - Deprecated Autonomous Data Guard standby database details.
- Standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- State string
- The current state of the Autonomous Database.
- Subnet
Id string (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- Subscription
Id string - The OCID of the subscription with which resource needs to be associated with.
- Supported
Regions 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.
- Switchover
To string - Switchover
To stringRemote Peer Id - Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time the Autonomous Database was created.
- Time
Data 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.
- Time
Deletion 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Earliest stringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Latest stringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Local 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.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Time
Of stringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - Time
Of stringJoining Resource Pool - The time the member joined the resource pool.
- Time
Of stringLast Failover - The timestamp of the last failover operation.
- Time
Of stringLast Refresh - The date and time when last refresh happened.
- Time
Of 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.
- Time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- Time
Of stringNext Refresh - The date and time of next refresh.
- Time
Reclamation 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.
- Time
Scheduled stringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- Time
Undeleted string - The date and time the Autonomous Database was most recently undeleted.
- Time
Until 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.
- Total
Backup doubleStorage 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 string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Whitelisted
Ips List<string> (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- Actual
Used float64Data Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- Admin
Password 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".
- Allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - Apex
Details []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
TRUE
if 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 beFALSE
if 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
timeOfAutoRefreshStart
parameter. - 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 stringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- Autonomous
Database stringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- Autonomous
Database stringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- Autonomous
Maintenance stringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- Availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- Available
Upgrade []stringVersions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- Backup
Configs []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 long-term backups
- Byol
Compute float64Count Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- Character
Set string The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 []intSpace Lists - A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- Clone
Type string - The Autonomous Database clone type.
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 stringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- Compartment
Id string - (Updatable) The OCID of the compartment of the Autonomous Database.
- Compute
Count float64 - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - Compute
Model string - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - Connection
Strings []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 []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
ocpuCount
parameter. This input is ignored for Always Free resources.- Customer
Contacts []AutonomousDatabase Customer Contact Args - (Updatable) Customer Contacts.
- Data
Safe stringStatus - (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
dataStorageSizeInTBs
parameter.
- 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- Database
Edition string - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - Database
Management stringStatus - Status of Database Management for this Autonomous Database.
- Dataguard
Region stringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- Db
Name string - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 []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 string - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - Db
Workload 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_workload
can 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.
- Disaster
Recovery stringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 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.
- Display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Enable
Delete boolScheduled Operations - Encryption
Key AutonomousDatabase Encryption Key Args - (Updatable) Details of the Autonomous Database encryption key.
- Encryption
Key []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.
- 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"}
- 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 string - 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is 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 fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- Is
Disable boolDb Version Upgrade Schedule - Is
Disconnect boolPeer - 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- Is
Local boolData Guard Enabled - (Updatable) 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
Mtls boolConnection Required - 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - Is
Reconnect boolClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- Is
Refreshable boolClone - Indicates if the Autonomous Database is a refreshable clone.
- Is
Remote boolData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. 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
Schedule boolDb Version Upgrade To Earliest - Is
Shrink boolOnly - Key
History []AutonomousEntries Database Key History Entry Args - Key History Entry.
- Key
Store stringId - The OCID of the key store of Oracle Vault.
- Key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- Key
Version stringId - Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key stringLifecycle Details - KMS key lifecycle details.
- Kms
Key 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.
- License
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- Lifecycle
Details string - 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 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.
- Local
Standby []AutonomousDbs Database Local Standby Db Args - Autonomous Data Guard standby database details.
- Long
Term []AutonomousBackup Schedules Database Long Term Backup Schedule Args - Details for the long-term backup schedule.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- Max
Cpu intCore Count - Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- Ncharacter
Set string - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- Net
Services 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.
- Next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- Nsg
Ids []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.
- Ocpu
Count float64 (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- Open
Mode string (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- Operations
Insights stringStatus - Status of Operations Insights for this Autonomous Database.
- Peer
Db stringId - Peer
Db []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.
- Permission
Level string - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- Private
Endpoint string - The private endpoint for the resource.
- Private
Endpoint stringIp - (Updatable) The private endpoint Ip address for the resource.
- Private
Endpoint stringLabel - (Updatable) The private endpoint label for the resource.
- Provisionable
Cpuses []float64 - An array of CPU values that an Autonomous Database can be scaled to.
- Public
Connection []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 string - The public endpoint for the private endpoint enabled resource.
- Refreshable
Mode string - (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 string - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- Remote
Disaster []AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration Args - Configurations of a Disaster Recovery.
- Remote
Disaster 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.
- Resource
Pool stringLeader 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 string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- Rotate
Key boolTrigger - Scheduled
Operations []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 string (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 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"}}}
- Service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- Shrink
Adb intTrigger - Source string
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- Source
Id string - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- Standby
Dbs []AutonomousDatabase Standby Db Args - Deprecated Autonomous Data Guard standby database details.
- Standby
Whitelisted []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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- State string
- The current state of the Autonomous Database.
- Subnet
Id string (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- Subscription
Id string - The OCID of the subscription with which resource needs to be associated with.
- Supported
Regions []stringTo Clone Tos - The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Switchover
To string - Switchover
To stringRemote Peer Id - map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Time
Created string - The date and time the Autonomous Database was created.
- Time
Data 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.
- Time
Deletion 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Earliest stringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Latest stringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- Time
Local 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.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Time
Of stringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - Time
Of stringJoining Resource Pool - The time the member joined the resource pool.
- Time
Of stringLast Failover - The timestamp of the last failover operation.
- Time
Of stringLast Refresh - The date and time when last refresh happened.
- Time
Of 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.
- Time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- Time
Of stringNext Refresh - The date and time of next refresh.
- Time
Reclamation 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.
- Time
Scheduled stringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- Time
Undeleted string - The date and time the Autonomous Database was most recently undeleted.
- Time
Until 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.
- Total
Backup float64Storage 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 string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Whitelisted
Ips []string (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- actual
Used DoubleData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- admin
Password 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".
- allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - apex
Details List<AutonomousApex Detail> - Information about Oracle APEX Application Development.
- are
Primary 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
TRUE
if 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 beFALSE
if 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 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
timeOfAutoRefreshStart
parameter. - auto
Refresh 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.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Database StringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous
Database StringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous
Maintenance StringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available
Upgrade List<String>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Configs List<AutonomousBackup Config> - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backup
Retention IntegerPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- byol
Compute DoubleCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character
Set String The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 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.
- clone
Type String - The Autonomous Database clone type.
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 StringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartment
Id String - (Updatable) The OCID of the compartment of the Autonomous Database.
- compute
Count Double - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - compute
Model String - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - connection
Strings 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.
- connection
Urls 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..."}
- cpu
Core 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
ocpuCount
parameter. This input is ignored for Always Free resources.- customer
Contacts List<AutonomousCustomer Contact> - (Updatable) Customer Contacts.
- data
Safe StringStatus - (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data
Storage 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
dataStorageSizeInTBs
parameter.
- data
Storage 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database
Edition String - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - database
Management StringStatus - Status of Database Management for this Autonomous Database.
- dataguard
Region StringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- db
Name String - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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.
- db
Version String - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - db
Workload 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_workload
can 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.
- disaster
Recovery StringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 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.
- display
Name String - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable
Delete BooleanScheduled Operations - encryption
Key AutonomousEncryption Key - (Updatable) Details of the Autonomous Database encryption key.
- encryption
Key List<AutonomousHistory Entries Encryption Key History Entry> - Key History Entry.
- failed
Data 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"}
- in
Memory IntegerArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- in
Memory 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.
- infrastructure
Type String - The infrastructure type this resource belongs to.
- is
Access 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is used.- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is
TRUE
. - is
Auto BooleanScaling For Storage Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is
FALSE
. - is
Backup BooleanRetention Locked - (Updatable) True if the Autonomous Database is backup retention locked.
- is
Data 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.
- is
Dedicated Boolean - True if the database is on dedicated Exadata infrastructure.
- is
Dev BooleanTier - (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is
Disable BooleanDb Version Upgrade Schedule - is
Disconnect BooleanPeer - is
Free 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is
Local BooleanData Guard Enabled - (Updatable) 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
Mtls BooleanConnection Required - is
Preview Boolean - Indicates if the Autonomous Database version is a preview version.
- is
Preview 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is
Reconnect BooleanClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- is
Refreshable BooleanClone - Indicates if the Autonomous Database is a refreshable clone.
- is
Remote BooleanData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is
Replicate 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.
- is
Schedule BooleanDb Version Upgrade To Earliest - is
Shrink BooleanOnly - key
History List<AutonomousEntries Key History Entry> - Key History Entry.
- key
Store StringId - The OCID of the key store of Oracle Vault.
- key
Store StringWallet Name - The wallet name for Oracle Key Vault.
- key
Version StringId - kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key StringLifecycle Details - KMS key lifecycle details.
- kms
Key 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.
- license
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- lifecycle
Details String - Additional information about the current lifecycle state.
- local
Adg 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
- local
Disaster 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.
- local
Standby List<AutonomousDbs Local Standby Db> - Autonomous Data Guard standby database details.
- long
Term List<AutonomousBackup Schedules Long Term Backup Schedule> - Details for the long-term backup schedule.
- maintenance
Target StringComponent - The component chosen for maintenance.
- max
Cpu IntegerCore Count - memory
Per IntegerOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- ncharacter
Set String - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- net
Services 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.
- next
Long StringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- nsg
Ids 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.
- ocpu
Count Double (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open
Mode String (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations
Insights StringStatus - Status of Operations Insights for this Autonomous Database.
- peer
Db StringId - peer
Db 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.
- permission
Level String - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private
Endpoint String - The private endpoint for the resource.
- private
Endpoint StringIp - (Updatable) The private endpoint Ip address for the resource.
- private
Endpoint StringLabel - (Updatable) The private endpoint label for the resource.
- provisionable
Cpuses List<Double> - An array of CPU values that an Autonomous Database can be scaled to.
- public
Connection 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.
- public
Endpoint String - The public endpoint for the private endpoint enabled resource.
- refreshable
Mode String - (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 String - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote
Disaster List<AutonomousRecovery Configurations Remote Disaster Recovery Configuration> - Configurations of a Disaster Recovery.
- remote
Disaster 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.
- resource
Pool StringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource
Pool 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.
- rotate
Key BooleanTrigger - scheduled
Operations 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.
- secret
Id String (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID.
This cannot be used in conjunction with adminPassword.
- secret
Version IntegerNumber - (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security
Attributes 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"}}}
- service
Console StringUrl - The URL of the Service Console for the Autonomous Database.
- shrink
Adb IntegerTrigger - source String
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source
Id String - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- standby
Dbs List<AutonomousStandby Db> - Deprecated Autonomous Data Guard standby database details.
- standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state String
- The current state of the Autonomous Database.
- subnet
Id String (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription
Id String - The OCID of the subscription with which resource needs to be associated with.
- supported
Regions 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.
- switchover
To String - switchover
To StringRemote Peer Id - Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time the Autonomous Database was created.
- time
Data 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.
- time
Deletion 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Earliest StringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Latest StringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Local 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.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- time
Of StringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time
Of StringJoining Resource Pool - The time the member joined the resource pool.
- time
Of StringLast Failover - The timestamp of the last failover operation.
- time
Of StringLast Refresh - The date and time when last refresh happened.
- time
Of 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.
- time
Of StringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Of StringNext Refresh - The date and time of next refresh.
- time
Reclamation 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.
- time
Scheduled StringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- time
Undeleted String - The date and time the Autonomous Database was most recently undeleted.
- time
Until 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.
- total
Backup DoubleStorage Size In Gbs - The backup storage to the database.
- use
Latest BooleanAvailable Backup Time Stamp - Clone from latest available backup timestamp.
- used
Data IntegerStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data IntegerStorage Size In Tbs - The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted
Ips List<String> (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- actual
Used numberData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- admin
Password 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".
- allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - apex
Details AutonomousDatabase Apex Detail[] - Information about Oracle APEX Application Development.
- are
Primary 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
TRUE
if 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 beFALSE
if 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 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
timeOfAutoRefreshStart
parameter. - auto
Refresh 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.
- autonomous
Container stringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Database stringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous
Database stringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous
Maintenance stringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available
Upgrade string[]Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Configs AutonomousDatabase Backup Config[] - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backup
Retention numberPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- byol
Compute numberCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character
Set string The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 number[]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 string - The Autonomous Database clone type.
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 stringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartment
Id string - (Updatable) The OCID of the compartment of the Autonomous Database.
- compute
Count number - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - compute
Model string - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - connection
Strings 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 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..."}
- cpu
Core 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
ocpuCount
parameter. This input is ignored for Always Free resources.- customer
Contacts AutonomousDatabase Customer Contact[] - (Updatable) Customer Contacts.
- data
Safe stringStatus - (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data
Storage 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
dataStorageSizeInTBs
parameter.
- data
Storage 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database
Edition string - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - database
Management stringStatus - Status of Database Management for this Autonomous Database.
- dataguard
Region stringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- db
Name string - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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.
- db
Version string - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - db
Workload 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_workload
can 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.
- disaster
Recovery stringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 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.
- display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable
Delete booleanScheduled Operations - encryption
Key AutonomousDatabase Encryption Key - (Updatable) Details of the Autonomous Database encryption key.
- encryption
Key AutonomousHistory Entries Database Encryption Key History Entry[] - Key History Entry.
- failed
Data 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"}
- in
Memory numberArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- in
Memory 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.
- infrastructure
Type string - The infrastructure type this resource belongs to.
- is
Access 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is used.- is
Auto booleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is
TRUE
. - is
Auto booleanScaling For Storage Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is
FALSE
. - is
Backup booleanRetention Locked - (Updatable) True if the Autonomous Database is backup retention locked.
- is
Data 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.
- is
Dedicated boolean - True if the database is on dedicated Exadata infrastructure.
- is
Dev booleanTier - (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is
Disable booleanDb Version Upgrade Schedule - is
Disconnect booleanPeer - is
Free 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is
Local booleanData Guard Enabled - (Updatable) 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
Mtls booleanConnection Required - is
Preview boolean - Indicates if the Autonomous Database version is a preview version.
- is
Preview 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is
Reconnect booleanClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- is
Refreshable booleanClone - Indicates if the Autonomous Database is a refreshable clone.
- is
Remote booleanData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is
Replicate 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.
- is
Schedule booleanDb Version Upgrade To Earliest - is
Shrink booleanOnly - key
History AutonomousEntries Database Key History Entry[] - Key History Entry.
- key
Store stringId - The OCID of the key store of Oracle Vault.
- key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- key
Version stringId - kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key stringLifecycle Details - KMS key lifecycle details.
- kms
Key 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.
- license
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- lifecycle
Details string - Additional information about the current lifecycle state.
- local
Adg 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
- local
Disaster 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.
- local
Standby AutonomousDbs Database Local Standby Db[] - Autonomous Data Guard standby database details.
- long
Term AutonomousBackup Schedules Database Long Term Backup Schedule[] - Details for the long-term backup schedule.
- maintenance
Target stringComponent - The component chosen for maintenance.
- max
Cpu numberCore Count - memory
Per numberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- ncharacter
Set string - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- net
Services 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.
- next
Long stringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- nsg
Ids 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.
- ocpu
Count number (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open
Mode string (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations
Insights stringStatus - Status of Operations Insights for this Autonomous Database.
- peer
Db stringId - peer
Db 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.
- permission
Level string - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private
Endpoint string - The private endpoint for the resource.
- private
Endpoint stringIp - (Updatable) The private endpoint Ip address for the resource.
- private
Endpoint stringLabel - (Updatable) The private endpoint label for the resource.
- provisionable
Cpuses number[] - An array of CPU values that an Autonomous Database can be scaled to.
- public
Connection 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 string - The public endpoint for the private endpoint enabled resource.
- refreshable
Mode string - (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 string - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote
Disaster AutonomousRecovery Configurations Database Remote Disaster Recovery Configuration[] - Configurations of a Disaster Recovery.
- remote
Disaster 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.
- resource
Pool stringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource
Pool 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.
- rotate
Key booleanTrigger - scheduled
Operations 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.
- secret
Id string (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID.
This cannot be used in conjunction with adminPassword.
- secret
Version numberNumber - (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security
Attributes {[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"}}}
- service
Console stringUrl - The URL of the Service Console for the Autonomous Database.
- shrink
Adb numberTrigger - source string
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source
Id string - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- standby
Dbs AutonomousDatabase Standby Db[] - Deprecated Autonomous Data Guard standby database details.
- standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state string
- The current state of the Autonomous Database.
- subnet
Id string (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription
Id string - The OCID of the subscription with which resource needs to be associated with.
- supported
Regions string[]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 string - switchover
To stringRemote Peer Id - {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created string - The date and time the Autonomous Database was created.
- time
Data 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.
- time
Deletion 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.
- time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Earliest stringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Latest stringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Local 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.
- time
Maintenance stringBegin - The date and time when maintenance will begin.
- time
Maintenance stringEnd - The date and time when maintenance will end.
- time
Of stringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time
Of stringJoining Resource Pool - The time the member joined the resource pool.
- time
Of stringLast Failover - The timestamp of the last failover operation.
- time
Of stringLast Refresh - The date and time when last refresh happened.
- time
Of 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.
- time
Of stringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Of stringNext Refresh - The date and time of next refresh.
- time
Reclamation 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.
- time
Scheduled stringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- time
Undeleted string - The date and time the Autonomous Database was most recently undeleted.
- time
Until 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.
- total
Backup numberStorage Size In Gbs - The backup storage to the database.
- use
Latest booleanAvailable Backup Time Stamp - Clone from latest available backup timestamp.
- used
Data numberStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data numberStorage Size In Tbs - The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted
Ips string[] (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value 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
TRUE
if 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 beFALSE
if 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
timeOfAutoRefreshStart
parameter. - 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. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- 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 - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule 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 long-term backups
- byol_
compute_ floatcount_ limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character_
set str The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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.
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 (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is 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
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to 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
ocpuCount
parameter. This input is ignored for Always Free resources.- 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
dataStorageSizeInTBs
parameter.
- 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database_
edition str - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - database_
management_ strstatus - Status of Database Management for this Autonomous Database.
- dataguard_
region_ strtype - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- db_
name str - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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_workload
AJD is only supported fordb_version
19c
and 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_workload
can 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 Autonomous Database Serverless instances, DR associations have designated primary and standby 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 - 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is 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 fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is_
disable_ booldb_ version_ upgrade_ schedule - is_
disconnect_ boolpeer - 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is_
local_ booldata_ guard_ enabled - (Updatable) 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_
mtls_ boolconnection_ required - 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is_
reconnect_ boolclone_ enabled - Indicates if the refreshable clone can be reconnected to its source database.
- is_
refreshable_ boolclone - Indicates if the Autonomous Database is a refreshable clone.
- is_
remote_ booldata_ guard_ enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. 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_
schedule_ booldb_ version_ upgrade_ to_ earliest - is_
shrink_ boolonly - key_
history_ Sequence[Autonomousentries Database Key History Entry Args] - Key History Entry.
- key_
store_ strid - The OCID of the key store of Oracle Vault.
- key_
store_ strwallet_ name - The wallet name for Oracle Key Vault.
- key_
version_ strid - 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_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 - memory_
per_ intoracle_ compute_ unit_ in_ gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- ncharacter_
set str - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the 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.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open_
mode str (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations_
insights_ strstatus - Status of Operations Insights for this Autonomous Database.
- peer_
db_ strid - 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.
- private_
endpoint_ strip - (Updatable) The private endpoint Ip address for the resource.
- private_
endpoint_ strlabel - (Updatable) The private endpoint label for the resource.
- 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 - 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
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source_
id str - The OCID of the source Autonomous Database that will be used to create a new peer 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state str
- The current state of the Autonomous Database.
- subnet_
id str (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription_
id str - The OCID of the subscription with which resource needs to be associated with.
- 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 - switchover_
to_ strremote_ peer_ id - 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_
earliest_ stravailable_ db_ version_ upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time_
latest_ stravailable_ db_ version_ upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- 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 - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time_
of_ strjoining_ resource_ pool - The time the member joined the 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_
scheduled_ strdb_ version_ upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- time_
undeleted str - The date and time the Autonomous Database was most recently undeleted.
- 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. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted_
ips Sequence[str] (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
- actual
Used NumberData Storage Size In Tbs - The current amount of storage in use for user and system data, in terabytes (TB).
- admin
Password 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".
- allocated
Storage 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
dataStorageSizeInTBs
value. You can compare this value to theactualUsedDataStorageSizeInTBs
value to determine if a manual shrink operation is appropriate for your allocated storage. - apex
Details List<Property Map> - Information about Oracle APEX Application Development.
- are
Primary 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
TRUE
if 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 beFALSE
if 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 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
timeOfAutoRefreshStart
parameter. - auto
Refresh 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.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Database StringBackup Id - The OCID of the source Autonomous Database Backup that you will clone to create a new Autonomous Database.
- autonomous
Database StringId - The OCID of the source Autonomous Database that you will clone to create a new Autonomous Database.
- autonomous
Maintenance StringSchedule Type - (Updatable) The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- available
Upgrade List<String>Versions - List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup
Configs List<Property Map> - Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backup
Retention NumberPeriod In Days - (Updatable) Retention period, in days, for long-term backups
- byol
Compute NumberCount Limit - (Updatable) The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
- character
Set String The character set for the autonomous database. The default is AL32UTF8. Allowed values for an Autonomous Database Serverless instance as 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 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.
- clone
Type String - The Autonomous Database clone type.
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 StringGroup Id - The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartment
Id String - (Updatable) The OCID of the compartment of the Autonomous Database.
- compute
Count Number - (Updatable) The compute amount (CPUs) 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. 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
computeModel
parameter. When usingcpuCoreCount
parameter, it is an error to specify computeCount to a non-null value. ProvidingcomputeModel
andcomputeCount
is the preferred method for both OCPU and ECPU. - compute
Model String - (Updatable) The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - connection
Strings 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.
- connection
Urls 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..."}
- cpu
Core 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
ocpuCount
parameter. This input is ignored for Always Free resources.- customer
Contacts List<Property Map> - (Updatable) Customer Contacts.
- data
Safe StringStatus - (Updatable) Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
- data
Storage 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
dataStorageSizeInTBs
parameter.
- data
Storage 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
dataStorageSizeInGBs
parameter. This input is ignored for Always Free resources.- database
Edition String - (Updatable) The Oracle Database Edition that applies to the Autonomous databases. This parameter accepts options
STANDARD_EDITION
andENTERPRISE_EDITION
. - database
Management StringStatus - Status of Database Management for this Autonomous Database.
- dataguard
Region StringType - Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous 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 Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- db
Name String - The database name. The name must begin with an alphabetic character and can contain a maximum of 30 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 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.
- db
Version String - (Updatable) A valid Oracle Database version for Autonomous Database.
db_workload
AJD is only supported fordb_version
19c
and above. - db
Workload 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_workload
can 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.
- disaster
Recovery StringRegion Type - Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby 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 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.
- display
Name String - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- enable
Delete BooleanScheduled Operations - encryption
Key Property Map - (Updatable) Details of the Autonomous Database encryption key.
- encryption
Key List<Property Map>History Entries - Key History Entry.
- failed
Data 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"}
- in
Memory NumberArea In Gbs - The area assigned to In-Memory tables in Autonomous Database.
- in
Memory 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.
- infrastructure
Type String - The infrastructure type this resource belongs to.
- is
Access 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
whitelistedIps
property. While specifyingwhitelistedIps
rules 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 theUpdateAutonomousDatabase
API 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,
whitelistedIps
is used.- is
Auto BooleanScaling Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is
TRUE
. - is
Auto BooleanScaling For Storage Enabled - (Updatable) Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is
FALSE
. - is
Backup BooleanRetention Locked - (Updatable) True if the Autonomous Database is backup retention locked.
- is
Data 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.
- is
Dedicated Boolean - True if the database is on dedicated Exadata infrastructure.
- is
Dev BooleanTier - (Updatable) Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
- is
Disable BooleanDb Version Upgrade Schedule - is
Disconnect BooleanPeer - is
Free 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.
This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled When
db_workload
isAJD
it cannot betrue
.- is
Local BooleanData Guard Enabled - (Updatable) 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
Mtls BooleanConnection Required - is
Preview Boolean - Indicates if the Autonomous Database version is a preview version.
- is
Preview 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 Autonomous Database Serverless instances (https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/). - is
Reconnect BooleanClone Enabled - Indicates if the refreshable clone can be reconnected to its source database.
- is
Refreshable BooleanClone - Indicates if the Autonomous Database is a refreshable clone.
- is
Remote BooleanData Guard Enabled - Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is
Replicate 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.
- is
Schedule BooleanDb Version Upgrade To Earliest - is
Shrink BooleanOnly - key
History List<Property Map>Entries - Key History Entry.
- key
Store StringId - The OCID of the key store of Oracle Vault.
- key
Store StringWallet Name - The wallet name for Oracle Key Vault.
- key
Version StringId - kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key StringLifecycle Details - KMS key lifecycle details.
- kms
Key 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.
- license
Model 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 services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null. It is already set at the Autonomous Exadata Infrastructure level. When provisioning an [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) database, if a value is not specified, the system defaults the value to
BRING_YOUR_OWN_LICENSE
. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. It is a required field when
db_workload
is AJD and needs to be set toLICENSE_INCLUDED
as AJD does not support defaultlicense_model
valueBRING_YOUR_OWN_LICENSE
.- lifecycle
Details String - Additional information about the current lifecycle state.
- local
Adg 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
- local
Disaster 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.
- local
Standby List<Property Map>Dbs - Autonomous Data Guard standby database details.
- long
Term List<Property Map>Backup Schedules - Details for the long-term backup schedule.
- maintenance
Target StringComponent - The component chosen for maintenance.
- max
Cpu NumberCore Count - memory
Per NumberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU.
- ncharacter
Set String - The character set for the Autonomous Database. The default is AL32UTF8. Use List Autonomous Database Character Sets to list the allowed values for an Autonomous Database Serverless instance. For an Autonomous Database on dedicated Exadata infrastructure, the allowed values are: AL16UTF16 or UTF8.
- net
Services 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.
- next
Long StringTerm Backup Time Stamp - The date and time when the next long-term backup would be created.
- nsg
Ids 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.
- ocpu
Count Number (Updatable) The number of OCPU cores to be made available to the database.
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 Database Serverless instances.)
- 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 an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
- For Autonomous Database Serverless instances, this parameter is not used.
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
cpuCoreCount
parameter.- open
Mode String (Updatable) Indicates the Autonomous Database mode. The database can be opened in
READ_ONLY
orREAD_WRITE
mode.This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
- operations
Insights StringStatus - Status of Operations Insights for this Autonomous Database.
- peer
Db StringId - peer
Db 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.
- permission
Level String - The Autonomous Database permission level. Restricted mode allows access only by admin users.
- private
Endpoint String - The private endpoint for the resource.
- private
Endpoint StringIp - (Updatable) The private endpoint Ip address for the resource.
- private
Endpoint StringLabel - (Updatable) The private endpoint label for the resource.
- provisionable
Cpuses List<Number> - An array of CPU values that an Autonomous Database can be scaled to.
- public
Connection 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.
- public
Endpoint String - The public endpoint for the private endpoint enabled resource.
- refreshable
Mode String - (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 String - The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remote
Disaster List<Property Map>Recovery Configurations - Configurations of a Disaster Recovery.
- remote
Disaster 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.
- resource
Pool StringLeader Id - (Updatable) The unique identifier for leader autonomous database OCID OCID.
- resource
Pool 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.
- rotate
Key BooleanTrigger - scheduled
Operations 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.
- secret
Id String (Updatable) The Oracle Cloud Infrastructure vault secret [/Content/General/Concepts/identifiers.htm]OCID.
This cannot be used in conjunction with adminPassword.
- secret
Version NumberNumber - (Updatable) The version of the vault secret. If no version is specified, the latest version will be used.
- security
Attributes 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"}}}
- service
Console StringUrl - The URL of the Service Console for the Autonomous Database.
- shrink
Adb NumberTrigger - source String
The source of the database: Use
NONE
for creating a new Autonomous Database. UseDATABASE
for creating a new Autonomous Database by cloning an existing Autonomous Database. UseCROSS_REGION_DATAGUARD
to create a standby Data Guard database in another region.For Autonomous Database Serverless instances, the following cloning options are available: Use
BACKUP_FROM_ID
for creating a new Autonomous Database from a specified backup. UseBACKUP_FROM_TIMESTAMP
for creating a point-in-time Autonomous Database clone using backups. For more information, see Cloning and Moving an Autonomous Database.- source
Id String - The OCID of the source Autonomous Database that will be used to create a new peer database for the Data Guard association.
- standby
Dbs List<Property Map> - Deprecated Autonomous Data Guard standby database details.
- standby
Whitelisted 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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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.
- state String
- The current state of the Autonomous Database.
- subnet
Id String (Updatable) The OCID of the subnet the resource is associated with.
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.
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.
- subscription
Id String - The OCID of the subscription with which resource needs to be associated with.
- supported
Regions 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.
- switchover
To String - switchover
To StringRemote Peer Id - Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time
Created String - The date and time the Autonomous Database was created.
- time
Data 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.
- time
Deletion 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Earliest StringAvailable Db Version Upgrade - The earliest(min) date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Latest StringAvailable Db Version Upgrade - The max date and time the Autonomous Database can be scheduled to upgrade to 23ai.
- time
Local 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.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- time
Of StringAuto Refresh Start - (Updatable) 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
autoRefreshFrequencyInSeconds
parameter. - time
Of StringJoining Resource Pool - The time the member joined the resource pool.
- time
Of StringLast Failover - The timestamp of the last failover operation.
- time
Of StringLast Refresh - The date and time when last refresh happened.
- time
Of 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.
- time
Of StringLast Switchover - The timestamp of the last switchover operation for the Autonomous Database.
- time
Of StringNext Refresh - The date and time of next refresh.
- time
Reclamation 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.
- time
Scheduled StringDb Version Upgrade - The date and time the Autonomous Database scheduled to upgrade to 23ai. Send this value along with the target db_version value to schedule the database version upgrade. After the upgrade is scheduled and before the scheduled upgrade time arrives, please keep the db_version value the same as the backend's current db_version.
- time
Undeleted String - The date and time the Autonomous Database was most recently undeleted.
- time
Until 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.
- total
Backup NumberStorage Size In Gbs - The backup storage to the database.
- use
Latest BooleanAvailable Backup Time Stamp - Clone from latest available backup timestamp.
- used
Data NumberStorage Size In Gbs - The storage space consumed by Autonomous Database in GBs.
- used
Data NumberStorage Size In Tbs - The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - whitelisted
Ips List<String> (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
arePrimaryWhitelistedIpsUsed
is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips
.For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID). Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it’s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter. 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 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
[""]
.** 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
Supporting Types
AutonomousDatabaseApexDetail, AutonomousDatabaseApexDetailArgs
- Apex
Version string - The Oracle APEX Application Development version.
- Ords
Version string - The Oracle REST Data Services (ORDS) version.
- Apex
Version string - The Oracle APEX Application Development version.
- Ords
Version string - The Oracle REST Data Services (ORDS) version.
- apex
Version String - The Oracle APEX Application Development version.
- ords
Version String - The Oracle REST Data Services (ORDS) version.
- apex
Version string - The Oracle APEX Application Development version.
- ords
Version 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.
- apex
Version String - The Oracle APEX Application Development version.
- ords
Version String - The Oracle REST Data Services (ORDS) version.
AutonomousDatabaseBackupConfig, AutonomousDatabaseBackupConfigArgs
- Manual
Backup stringBucket Name - Name of Object Storage bucket to use for storing manual backups.
- Manual
Backup stringType - The manual backup destination type.
- Manual
Backup stringBucket Name - Name of Object Storage bucket to use for storing manual backups.
- Manual
Backup stringType - The manual backup destination type.
- manual
Backup StringBucket Name - Name of Object Storage bucket to use for storing manual backups.
- manual
Backup StringType - The manual backup destination type.
- manual
Backup stringBucket Name - Name of Object Storage bucket to use for storing manual backups.
- manual
Backup 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.
- manual
Backup StringBucket Name - Name of Object Storage bucket to use for storing manual backups.
- manual
Backup StringType - The manual backup destination type.
AutonomousDatabaseConnectionString, AutonomousDatabaseConnectionStringArgs
- All
Connection 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<Autonomous
Database 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 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
[]Autonomous
Database 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 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<Autonomous
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 {[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
Autonomous
Database 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[Autonomous
Database 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 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
- Consumer
Group string - Consumer group used by the connection.
- Display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Host
Format string - Host format used in connection string.
- Is
Regional bool - True for a regional connection string, applicable to cross-region DG only.
- Protocol string
- Protocol used by the connection.
- Session
Mode 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
DIRECT
for direct hand-offs. UseREDIRECT
to redirect the session. - Syntax
Format 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. - Tls
Authentication string - Specifies whether the TLS handshake is using one-way (
SERVER
) or mutual (MUTUAL
) authentication. - Value string
- Connection string value.
- Consumer
Group string - Consumer group used by the connection.
- Display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Host
Format string - Host format used in connection string.
- Is
Regional bool - True for a regional connection string, applicable to cross-region DG only.
- Protocol string
- Protocol used by the connection.
- Session
Mode 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
DIRECT
for direct hand-offs. UseREDIRECT
to redirect the session. - Syntax
Format 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. - Tls
Authentication string - Specifies whether the TLS handshake is using one-way (
SERVER
) or mutual (MUTUAL
) authentication. - Value string
- Connection string value.
- consumer
Group String - Consumer group used by the connection.
- display
Name String - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- host
Format String - Host format used in connection string.
- is
Regional Boolean - True for a regional connection string, applicable to cross-region DG only.
- protocol String
- Protocol used by the connection.
- session
Mode 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
DIRECT
for direct hand-offs. UseREDIRECT
to redirect the session. - syntax
Format 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. - tls
Authentication String - Specifies whether the TLS handshake is using one-way (
SERVER
) or mutual (MUTUAL
) authentication. - value String
- Connection string value.
- consumer
Group string - Consumer group used by the connection.
- display
Name string - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- host
Format string - Host format used in connection string.
- is
Regional boolean - True for a regional connection string, applicable to cross-region DG only.
- protocol string
- Protocol used by the connection.
- session
Mode 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
DIRECT
for direct hand-offs. UseREDIRECT
to redirect the session. - syntax
Format 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. - tls
Authentication 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
DIRECT
for direct hand-offs. UseREDIRECT
to 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.
- consumer
Group String - Consumer group used by the connection.
- display
Name String - (Updatable) The user-friendly name for the Autonomous Database. The name does not have to be unique.
- host
Format String - Host format used in connection string.
- is
Regional Boolean - True for a regional connection string, applicable to cross-region DG only.
- protocol String
- Protocol used by the connection.
- session
Mode 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
DIRECT
for direct hand-offs. UseREDIRECT
to redirect the session. - syntax
Format 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. - tls
Authentication String - Specifies whether the TLS handshake is using one-way (
SERVER
) or mutual (MUTUAL
) authentication. - value String
- Connection string value.
AutonomousDatabaseConnectionUrl, AutonomousDatabaseConnectionUrlArgs
- Apex
Url string - Oracle Application Express (APEX) URL.
- Database
Transforms stringUrl - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio stringUrl - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning stringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning stringUser Management Url - Oracle Machine Learning user management URL.
- Mongo
Db stringUrl - The URL of the MongoDB API for the Autonomous Database.
- Ords
Url string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev stringWeb Url - Oracle SQL Developer Web URL.
- Apex
Url string - Oracle Application Express (APEX) URL.
- Database
Transforms stringUrl - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio stringUrl - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning stringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning stringUser Management Url - Oracle Machine Learning user management URL.
- Mongo
Db stringUrl - The URL of the MongoDB API for the Autonomous Database.
- Ords
Url string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev stringWeb Url - Oracle SQL Developer Web URL.
- apex
Url String - Oracle Application Express (APEX) URL.
- database
Transforms StringUrl - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio StringUrl - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning StringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning StringUser Management Url - Oracle Machine Learning user management URL.
- mongo
Db StringUrl - The URL of the MongoDB API for the Autonomous Database.
- ords
Url String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev StringWeb Url - Oracle SQL Developer Web URL.
- apex
Url string - Oracle Application Express (APEX) URL.
- database
Transforms stringUrl - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio stringUrl - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning stringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning stringUser Management Url - Oracle Machine Learning user management URL.
- mongo
Db stringUrl - The URL of the MongoDB API for the Autonomous Database.
- ords
Url string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev 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.
- apex
Url String - Oracle Application Express (APEX) URL.
- database
Transforms StringUrl - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio StringUrl - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning StringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning StringUser Management Url - Oracle Machine Learning user management URL.
- mongo
Db StringUrl - The URL of the MongoDB API for the Autonomous Database.
- ords
Url String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev 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.
- Compute
Count double - (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.
- Compute
Count float64 - (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.
- compute
Count Double - (Updatable) Compute used by database tools.
- is
Enabled Boolean - (Updatable) Indicates whether tool is enabled.
- max
Idle 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.
- compute
Count number - (Updatable) Compute used by database tools.
- is
Enabled boolean - (Updatable) Indicates whether tool is enabled.
- max
Idle 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.
- compute
Count Number - (Updatable) Compute used by database tools.
- is
Enabled Boolean - (Updatable) Indicates whether tool is enabled.
- max
Idle NumberTime In Minutes - (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
AutonomousDatabaseEncryptionKey, AutonomousDatabaseEncryptionKeyArgs
- Arn
Role string - (Updatable) AWS ARN role
- Autonomous
Database stringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- Certificate
Directory stringName - (Updatable) OKV certificate directory name
- Certificate
Id string - (Updatable) OKV certificate id
- Directory
Name string - (Updatable) OKV wallet directory name
- External
Id string - (Updatable) AWS external ID
- Key
Arn string - (Updatable) AWS key ARN
- Key
Name string - (Updatable) Azure key name
- Kms
Key stringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Okv
Kms stringKey - (Updatable) UUID of OKV KMS Key
- Okv
Uri string - (Updatable) URI of OKV server
- Service
Endpoint stringUri - (Updatable) AWS key service endpoint URI
- Vault
Id string - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Vault
Uri string - (Updatable) Azure vault URI
- Arn
Role string - (Updatable) AWS ARN role
- Autonomous
Database stringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- Certificate
Directory stringName - (Updatable) OKV certificate directory name
- Certificate
Id string - (Updatable) OKV certificate id
- Directory
Name string - (Updatable) OKV wallet directory name
- External
Id string - (Updatable) AWS external ID
- Key
Arn string - (Updatable) AWS key ARN
- Key
Name string - (Updatable) Azure key name
- Kms
Key stringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Okv
Kms stringKey - (Updatable) UUID of OKV KMS Key
- Okv
Uri string - (Updatable) URI of OKV server
- Service
Endpoint stringUri - (Updatable) AWS key service endpoint URI
- Vault
Id string - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Vault
Uri string - (Updatable) Azure vault URI
- arn
Role String - (Updatable) AWS ARN role
- autonomous
Database StringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- certificate
Directory StringName - (Updatable) OKV certificate directory name
- certificate
Id String - (Updatable) OKV certificate id
- directory
Name String - (Updatable) OKV wallet directory name
- external
Id String - (Updatable) AWS external ID
- key
Arn String - (Updatable) AWS key ARN
- key
Name String - (Updatable) Azure key name
- kms
Key StringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv
Kms StringKey - (Updatable) UUID of OKV KMS Key
- okv
Uri String - (Updatable) URI of OKV server
- service
Endpoint StringUri - (Updatable) AWS key service endpoint URI
- vault
Id String - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - vault
Uri String - (Updatable) Azure vault URI
- arn
Role string - (Updatable) AWS ARN role
- autonomous
Database stringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- certificate
Directory stringName - (Updatable) OKV certificate directory name
- certificate
Id string - (Updatable) OKV certificate id
- directory
Name string - (Updatable) OKV wallet directory name
- external
Id string - (Updatable) AWS external ID
- key
Arn string - (Updatable) AWS key ARN
- key
Name string - (Updatable) Azure key name
- kms
Key stringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv
Kms stringKey - (Updatable) UUID of OKV KMS Key
- okv
Uri string - (Updatable) URI of OKV server
- service
Endpoint stringUri - (Updatable) AWS key service endpoint URI
- vault
Id string - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - vault
Uri 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
secretId
are required for Customer Managed Keys. - vault_
uri str - (Updatable) Azure vault URI
- arn
Role String - (Updatable) AWS ARN role
- autonomous
Database StringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- certificate
Directory StringName - (Updatable) OKV certificate directory name
- certificate
Id String - (Updatable) OKV certificate id
- directory
Name String - (Updatable) OKV wallet directory name
- external
Id String - (Updatable) AWS external ID
- key
Arn String - (Updatable) AWS key ARN
- key
Name String - (Updatable) Azure key name
- kms
Key StringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv
Kms StringKey - (Updatable) UUID of OKV KMS Key
- okv
Uri String - (Updatable) URI of OKV server
- service
Endpoint StringUri - (Updatable) AWS key service endpoint URI
- vault
Id String - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - vault
Uri String - (Updatable) Azure vault URI
AutonomousDatabaseEncryptionKeyHistoryEntry, AutonomousDatabaseEncryptionKeyHistoryEntryArgs
- Encryption
Keys List<AutonomousDatabase Encryption Key History Entry Encryption Key> - (Updatable) Details of the Autonomous Database encryption key.
- Time
Activated string - The date and time the kms key activated.
- Encryption
Keys []AutonomousDatabase Encryption Key History Entry Encryption Key - (Updatable) Details of the Autonomous Database encryption key.
- Time
Activated string - The date and time the kms key activated.
- encryption
Keys List<AutonomousEncryption Key History Entry Encryption Key> - (Updatable) Details of the Autonomous Database encryption key.
- time
Activated String - The date and time the kms key activated.
- encryption
Keys AutonomousDatabase Encryption Key History Entry Encryption Key[] - (Updatable) Details of the Autonomous Database encryption key.
- time
Activated 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.
- encryption
Keys List<Property Map> - (Updatable) Details of the Autonomous Database encryption key.
- time
Activated String - The date and time the kms key activated.
AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey, AutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKeyArgs
- Arn
Role string - (Updatable) AWS ARN role
- Autonomous
Database stringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- Certificate
Directory stringName - (Updatable) OKV certificate directory name
- Certificate
Id string - (Updatable) OKV certificate id
- Directory
Name string - (Updatable) OKV wallet directory name
- External
Id string - (Updatable) AWS external ID
- Key
Arn string - (Updatable) AWS key ARN
- Key
Name string - (Updatable) Azure key name
- Kms
Key stringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Okv
Kms stringKey - (Updatable) UUID of OKV KMS Key
- Okv
Uri string - (Updatable) URI of OKV server
- Service
Endpoint stringUri - (Updatable) AWS key service endpoint URI
- Vault
Id string - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Vault
Uri string - (Updatable) Azure vault URI
- Arn
Role string - (Updatable) AWS ARN role
- Autonomous
Database stringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- Certificate
Directory stringName - (Updatable) OKV certificate directory name
- Certificate
Id string - (Updatable) OKV certificate id
- Directory
Name string - (Updatable) OKV wallet directory name
- External
Id string - (Updatable) AWS external ID
- Key
Arn string - (Updatable) AWS key ARN
- Key
Name string - (Updatable) Azure key name
- Kms
Key stringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Okv
Kms stringKey - (Updatable) UUID of OKV KMS Key
- Okv
Uri string - (Updatable) URI of OKV server
- Service
Endpoint stringUri - (Updatable) AWS key service endpoint URI
- Vault
Id string - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - Vault
Uri string - (Updatable) Azure vault URI
- arn
Role String - (Updatable) AWS ARN role
- autonomous
Database StringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- certificate
Directory StringName - (Updatable) OKV certificate directory name
- certificate
Id String - (Updatable) OKV certificate id
- directory
Name String - (Updatable) OKV wallet directory name
- external
Id String - (Updatable) AWS external ID
- key
Arn String - (Updatable) AWS key ARN
- key
Name String - (Updatable) Azure key name
- kms
Key StringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv
Kms StringKey - (Updatable) UUID of OKV KMS Key
- okv
Uri String - (Updatable) URI of OKV server
- service
Endpoint StringUri - (Updatable) AWS key service endpoint URI
- vault
Id String - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - vault
Uri String - (Updatable) Azure vault URI
- arn
Role string - (Updatable) AWS ARN role
- autonomous
Database stringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- certificate
Directory stringName - (Updatable) OKV certificate directory name
- certificate
Id string - (Updatable) OKV certificate id
- directory
Name string - (Updatable) OKV wallet directory name
- external
Id string - (Updatable) AWS external ID
- key
Arn string - (Updatable) AWS key ARN
- key
Name string - (Updatable) Azure key name
- kms
Key stringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv
Kms stringKey - (Updatable) UUID of OKV KMS Key
- okv
Uri string - (Updatable) URI of OKV server
- service
Endpoint stringUri - (Updatable) AWS key service endpoint URI
- vault
Id string - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - vault
Uri 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
secretId
are required for Customer Managed Keys. - vault_
uri str - (Updatable) Azure vault URI
- arn
Role String - (Updatable) AWS ARN role
- autonomous
Database StringProvider - (Updatable) The provider for the Autonomous Database encryption key.
- certificate
Directory StringName - (Updatable) OKV certificate directory name
- certificate
Id String - (Updatable) OKV certificate id
- directory
Name String - (Updatable) OKV wallet directory name
- external
Id String - (Updatable) AWS external ID
- key
Arn String - (Updatable) AWS key ARN
- key
Name String - (Updatable) Azure key name
- kms
Key StringId - (Updatable) The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv
Kms StringKey - (Updatable) UUID of OKV KMS Key
- okv
Uri String - (Updatable) URI of OKV server
- service
Endpoint StringUri - (Updatable) AWS key service endpoint URI
- vault
Id String - (Updatable) The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys. - vault
Uri String - (Updatable) Azure vault URI
AutonomousDatabaseKeyHistoryEntry, AutonomousDatabaseKeyHistoryEntryArgs
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Kms
Key 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.
- Time
Activated string - The date and time the kms key activated.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Kms
Key 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.
- Time
Activated string - The date and time the kms key activated.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- kms
Key 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.
- time
Activated String - The date and time the kms key activated.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- id string
- The id of the Autonomous Database Vault service key management history entry.
- kms
Key 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.
- time
Activated string - The date and time the kms key activated.
- vault
Id string - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
- 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. This parameter and
secretId
are required for Customer Managed Keys.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- kms
Key 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.
- time
Activated String - The date and time the kms key activated.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault. This parameter and
secretId
are required for Customer Managed Keys.
AutonomousDatabaseLocalStandbyDb, AutonomousDatabaseLocalStandbyDbArgs
- Availability
Domain string - 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 string - Additional information about the current lifecycle state.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- Time
Data 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Availability
Domain string - 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 string - Additional information about the current lifecycle state.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- Time
Data 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag
Time 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Target StringComponent - The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- time
Data 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag
Time 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.
- lifecycle
Details string - Additional information about the current lifecycle state.
- maintenance
Target stringComponent - The component chosen for maintenance.
- state string
- The current state of the Autonomous Database.
- time
Data 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.
- time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Maintenance stringBegin - The date and time when maintenance will begin.
- time
Maintenance 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.
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag
Time 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Target StringComponent - The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- time
Data 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
AutonomousDatabaseLongTermBackupSchedule, AutonomousDatabaseLongTermBackupScheduleArgs
- Is
Disabled bool - Indicates if the resource pool should be deleted for the Autonomous Database.
- Repeat
Cadence string - The frequency of the long-term backup schedule
- Retention
Period intIn Days - Retention period, in days, for long-term backups
- Time
Of 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 resource pool should be deleted for the Autonomous Database.
- Repeat
Cadence string - The frequency of the long-term backup schedule
- Retention
Period intIn Days - Retention period, in days, for long-term backups
- Time
Of 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 Boolean - Indicates if the resource pool should be deleted for the Autonomous Database.
- repeat
Cadence String - The frequency of the long-term backup schedule
- retention
Period IntegerIn Days - Retention period, in days, for long-term backups
- time
Of 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 boolean - Indicates if the resource pool should be deleted for the Autonomous Database.
- repeat
Cadence string - The frequency of the long-term backup schedule
- retention
Period numberIn Days - Retention period, in days, for long-term backups
- time
Of 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 resource pool should be deleted for the Autonomous Database.
- 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.
- is
Disabled Boolean - Indicates if the resource pool should be deleted for the Autonomous Database.
- repeat
Cadence String - The frequency of the long-term backup schedule
- retention
Period NumberIn Days - Retention period, in days, for long-term backups
- time
Of 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
- Apex
Url string - Oracle Application Express (APEX) URL.
- Database
Transforms stringUrl - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio stringUrl - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning stringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning stringUser Management Url - Oracle Machine Learning user management URL.
- Mongo
Db stringUrl - The URL of the MongoDB API for the Autonomous Database.
- Ords
Url string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev stringWeb Url - Oracle SQL Developer Web URL.
- Apex
Url string - Oracle Application Express (APEX) URL.
- Database
Transforms stringUrl - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio stringUrl - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning stringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning stringUser Management Url - Oracle Machine Learning user management URL.
- Mongo
Db stringUrl - The URL of the MongoDB API for the Autonomous Database.
- Ords
Url string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev stringWeb Url - Oracle SQL Developer Web URL.
- apex
Url String - Oracle Application Express (APEX) URL.
- database
Transforms StringUrl - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio StringUrl - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning StringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning StringUser Management Url - Oracle Machine Learning user management URL.
- mongo
Db StringUrl - The URL of the MongoDB API for the Autonomous Database.
- ords
Url String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev StringWeb Url - Oracle SQL Developer Web URL.
- apex
Url string - Oracle Application Express (APEX) URL.
- database
Transforms stringUrl - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio stringUrl - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning stringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning stringUser Management Url - Oracle Machine Learning user management URL.
- mongo
Db stringUrl - The URL of the MongoDB API for the Autonomous Database.
- ords
Url string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev 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.
- apex
Url String - Oracle Application Express (APEX) URL.
- database
Transforms StringUrl - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio StringUrl - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning StringNotebook Url - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning StringUser Management Url - Oracle Machine Learning user management URL.
- mongo
Db StringUrl - The URL of the MongoDB API for the Autonomous Database.
- ords
Url String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev StringWeb Url - Oracle SQL Developer Web URL.
AutonomousDatabaseRemoteDisasterRecoveryConfiguration, AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs
- Disaster
Recovery 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.
- 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 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 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.
- 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 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 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.
- is
Replicate 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.
- is
Snapshot 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.
- time
Snapshot 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 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.
- is
Replicate 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.
- is
Snapshot 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.
- time
Snapshot 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.
- disaster
Recovery 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.
- is
Replicate 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.
- is
Snapshot 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.
- time
Snapshot 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
- Available
Compute intCapacity - Available capacity left for new elastic pool members provision
- Is
Disabled bool - (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- Pool
Size int - (Updatable) Resource pool size.
- Total
Compute intCapacity - Resource Pool total capacity, it's currently 4x of pool size
- Available
Compute intCapacity - Available capacity left for new elastic pool members provision
- Is
Disabled bool - (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- Pool
Size int - (Updatable) Resource pool size.
- Total
Compute intCapacity - Resource Pool total capacity, it's currently 4x of pool size
- available
Compute IntegerCapacity - Available capacity left for new elastic pool members provision
- is
Disabled Boolean - (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- pool
Size Integer - (Updatable) Resource pool size.
- total
Compute IntegerCapacity - Resource Pool total capacity, it's currently 4x of pool size
- available
Compute numberCapacity - Available capacity left for new elastic pool members provision
- is
Disabled boolean - (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- pool
Size number - (Updatable) Resource pool size.
- total
Compute numberCapacity - Resource Pool total capacity, it's currently 4x of pool size
- available_
compute_ intcapacity - Available capacity left for new elastic pool members provision
- is_
disabled bool - (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- pool_
size int - (Updatable) Resource pool size.
- total_
compute_ intcapacity - Resource Pool total capacity, it's currently 4x of pool size
- available
Compute NumberCapacity - Available capacity left for new elastic pool members provision
- is
Disabled Boolean - (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
- pool
Size Number - (Updatable) Resource pool size.
- total
Compute NumberCapacity - Resource Pool total capacity, it's currently 4x of pool size
AutonomousDatabaseScheduledOperation, AutonomousDatabaseScheduledOperationArgs
- Day
Of AutonomousWeek Database Scheduled Operation Day Of Week - (Updatable) Day of the week.
- Scheduled
Start stringTime - (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- Scheduled
Stop 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 stringTime - (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- Scheduled
Stop stringTime - (Updatable) auto stop time. value must be of ISO-8601 format "HH:mm"
- day
Of AutonomousWeek Scheduled Operation Day Of Week - (Updatable) Day of the week.
- scheduled
Start StringTime - (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- scheduled
Stop 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 stringTime - (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- scheduled
Stop 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"
- day
Of Property MapWeek - (Updatable) Day of the week.
- scheduled
Start StringTime - (Updatable) auto start time. value must be of ISO-8601 format "HH:mm"
- scheduled
Stop 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
- Availability
Domain string - 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 string - Additional information about the current lifecycle state.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- Time
Data 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- Availability
Domain string - 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 string - Additional information about the current lifecycle state.
- Maintenance
Target stringComponent - The component chosen for maintenance.
- State string
- The current state of the Autonomous Database.
- Time
Data 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.
- Time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Time
Maintenance stringBegin - The date and time when maintenance will begin.
- Time
Maintenance stringEnd - The date and time when maintenance will end.
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag
Time 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Target StringComponent - The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- time
Data 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance StringEnd - The date and time when maintenance will end.
- availability
Domain string - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag
Time 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.
- lifecycle
Details string - Additional information about the current lifecycle state.
- maintenance
Target stringComponent - The component chosen for maintenance.
- state string
- The current state of the Autonomous Database.
- time
Data 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.
- time
Disaster stringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Maintenance stringBegin - The date and time when maintenance will begin.
- time
Maintenance 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.
- availability
Domain String - The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- lag
Time 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Target StringComponent - The component chosen for maintenance.
- state String
- The current state of the Autonomous Database.
- time
Data 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.
- time
Disaster StringRecovery Role Changed - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time
Maintenance StringBegin - The date and time when maintenance will begin.
- time
Maintenance 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
oci
Terraform Provider.