1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getAutonomousDatabase
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

oci.Database.getAutonomousDatabase

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi

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

    Gets the details of the specified Autonomous Database.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAutonomousDatabase = oci.Database.getAutonomousDatabase({
        autonomousDatabaseId: oci_database_autonomous_database.test_autonomous_database.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_autonomous_database = oci.Database.get_autonomous_database(autonomous_database_id=oci_database_autonomous_database["test_autonomous_database"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Database"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Database.GetAutonomousDatabase(ctx, &database.GetAutonomousDatabaseArgs{
    			AutonomousDatabaseId: oci_database_autonomous_database.Test_autonomous_database.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testAutonomousDatabase = Oci.Database.GetAutonomousDatabase.Invoke(new()
        {
            AutonomousDatabaseId = oci_database_autonomous_database.Test_autonomous_database.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.DatabaseFunctions;
    import com.pulumi.oci.Database.inputs.GetAutonomousDatabaseArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testAutonomousDatabase = DatabaseFunctions.getAutonomousDatabase(GetAutonomousDatabaseArgs.builder()
                .autonomousDatabaseId(oci_database_autonomous_database.test_autonomous_database().id())
                .build());
    
        }
    }
    
    variables:
      testAutonomousDatabase:
        fn::invoke:
          Function: oci:Database:getAutonomousDatabase
          Arguments:
            autonomousDatabaseId: ${oci_database_autonomous_database.test_autonomous_database.id}
    

    Using getAutonomousDatabase

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

    function getAutonomousDatabase(args: GetAutonomousDatabaseArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabaseResult>
    function getAutonomousDatabaseOutput(args: GetAutonomousDatabaseOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabaseResult>
    def get_autonomous_database(autonomous_database_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabaseResult
    def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabaseResult]
    func GetAutonomousDatabase(ctx *Context, args *GetAutonomousDatabaseArgs, opts ...InvokeOption) (*GetAutonomousDatabaseResult, error)
    func GetAutonomousDatabaseOutput(ctx *Context, args *GetAutonomousDatabaseOutputArgs, opts ...InvokeOption) GetAutonomousDatabaseResultOutput

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

    public static class GetAutonomousDatabase 
    {
        public static Task<GetAutonomousDatabaseResult> InvokeAsync(GetAutonomousDatabaseArgs args, InvokeOptions? opts = null)
        public static Output<GetAutonomousDatabaseResult> Invoke(GetAutonomousDatabaseInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutonomousDatabaseResult> getAutonomousDatabase(GetAutonomousDatabaseArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Database/getAutonomousDatabase:getAutonomousDatabase
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AutonomousDatabaseId string
    The database OCID.
    AutonomousDatabaseId string
    The database OCID.
    autonomousDatabaseId String
    The database OCID.
    autonomousDatabaseId string
    The database OCID.
    autonomous_database_id str
    The database OCID.
    autonomousDatabaseId String
    The database OCID.

    getAutonomousDatabase Result

    The following output properties are available:

    ActualUsedDataStorageSizeInTbs double
    The current amount of storage in use for user and system data, in terabytes (TB).
    AdminPassword string
    AllocatedStorageSizeInTbs double
    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 the actualUsedDataStorageSizeInTBs value to determine if a manual shrink operation is appropriate for your allocated storage.
    ApexDetails List<GetAutonomousDatabaseApexDetail>
    Information about Oracle APEX Application Development.
    ArePrimaryWhitelistedIpsUsed bool
    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 be FALSE 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.
    AutonomousContainerDatabaseId string
    The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
    AutonomousDatabaseBackupId string
    AutonomousDatabaseId string
    AutonomousMaintenanceScheduleType string
    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
    AvailableUpgradeVersions List<string>
    List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
    BackupConfigs List<GetAutonomousDatabaseBackupConfig>
    Autonomous Database configuration details for storing manual backups in the Object Storage service.
    BackupRetentionPeriodInDays int
    Retention period, in days, for backups.
    CharacterSet string
    The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
    CloneType string
    CompartmentId string
    The OCID of the compartment.
    ComputeCount double
    Compute used by database tools.
    ComputeModel string
    The compute model of the Autonomous Database. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
    ConnectionStrings List<GetAutonomousDatabaseConnectionString>
    The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
    ConnectionUrls List<GetAutonomousDatabaseConnectionUrl>
    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..."}
    CpuCoreCount int
    The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
    CustomerContacts List<GetAutonomousDatabaseCustomerContact>
    Customer Contacts.
    DataSafeStatus string
    Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
    DataStorageSizeInGb int
    The quantity of data in the database, in gigabytes.
    DataStorageSizeInTbs int
    The quantity of data in the database, in terabytes.
    DatabaseEdition string
    The Oracle Database Edition that applies to the Autonomous databases.
    DatabaseManagementStatus string
    Status of Database Management for this Autonomous Database.
    DataguardRegionType string
    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.
    DbName string
    The database name.
    DbToolsDetails List<GetAutonomousDatabaseDbToolsDetail>
    The list of database tools details.
    DbVersion string
    A valid Oracle Database version for Autonomous Database.
    DbWorkload string
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    DisasterRecoveryRegionType string
    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.
    DisplayName string
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    FailedDataRecoveryInSeconds int
    Indicates the number of seconds of data loss for a Data Guard failover.
    FreeformTags Dictionary<string, object>
    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"}
    Id string
    The id of the Autonomous Database Vault service key management history entry.
    InMemoryAreaInGbs int
    The area assigned to In-Memory tables in Autonomous Database.
    InMemoryPercentage int
    The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
    InfrastructureType string
    The infrastructure type this resource belongs to.
    IsAccessControlEnabled bool
    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 specifying whitelistedIps 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 the UpdateAutonomousDatabase 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.
    IsAutoScalingEnabled bool
    Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
    IsAutoScalingForStorageEnabled bool
    Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
    IsDataGuardEnabled bool
    Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
    IsDedicated bool
    True if the database uses dedicated Exadata infrastructure.
    IsDevTier bool
    This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
    IsFreeTier bool
    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.
    IsLocalDataGuardEnabled bool
    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.
    IsMtlsConnectionRequired bool
    Specifies if the Autonomous Database requires mTLS connections.
    IsPreview bool
    Indicates if the Autonomous Database version is a preview version.
    IsPreviewVersionWithServiceTermsAccepted bool
    IsReconnectCloneEnabled bool
    Indicates if the refreshable clone can be reconnected to its source database.
    IsRefreshableClone bool
    Indicates if the Autonomous Database is a refreshable clone.
    IsRemoteDataGuardEnabled bool
    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.
    IsReplicateAutomaticBackups bool
    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.
    IsShrinkOnly bool

    Deprecated:The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.

    KeyHistoryEntries List<GetAutonomousDatabaseKeyHistoryEntry>
    Key History Entry.
    KeyStoreId string
    The OCID of the key store.
    KeyStoreWalletName string
    The wallet name for Oracle Key Vault.
    KmsKeyId string
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    KmsKeyLifecycleDetails string
    KMS key lifecycle details.
    KmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    LicenseModel string
    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.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LocalAdgAutoFailoverMaxDataLossLimit int
    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
    LocalDisasterRecoveryType string
    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.
    LocalStandbyDbs List<GetAutonomousDatabaseLocalStandbyDb>
    Autonomous Data Guard standby database details.
    LongTermBackupSchedules List<GetAutonomousDatabaseLongTermBackupSchedule>
    Details for the long-term backup schedule.
    MaxCpuCoreCount int
    The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
    MemoryPerOracleComputeUnitInGbs int
    The amount of memory (in GBs) enabled per ECPU or OCPU.
    NcharacterSet string
    The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
    NetServicesArchitecture string
    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.
    NextLongTermBackupTimeStamp string
    The date and time when the next long-term backup would be created.
    NsgIds List<string>
    The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:

    • A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
    OcpuCount double
    The number of OCPU cores to be made available to the database.
    OpenMode string
    Indicates the Autonomous Database mode. The database can be opened in READ_ONLY or READ_WRITE mode.
    OperationsInsightsStatus string
    Status of Operations Insights for this Autonomous Database.
    PeerDbIds List<string>
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
    PermissionLevel string
    The Autonomous Database permission level. Restricted mode allows access only by admin users.
    PrivateEndpoint string
    The private endpoint for the resource.
    PrivateEndpointIp string
    The private endpoint Ip address for the resource.
    PrivateEndpointLabel string
    The private endpoint label for the resource.
    ProvisionableCpuses List<double>
    An array of CPU values that an Autonomous Database can be scaled to.
    RefreshableMode string
    The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
    RefreshableStatus string
    The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
    RemoteDisasterRecoveryConfigurations List<GetAutonomousDatabaseRemoteDisasterRecoveryConfiguration>
    Configurations of a Disaster Recovery.
    RemoteDisasterRecoveryType string
    ResourcePoolLeaderId string
    The unique identifier for leader autonomous database OCID OCID.
    ResourcePoolSummaries List<GetAutonomousDatabaseResourcePoolSummary>
    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.
    RotateKeyTrigger bool
    ScheduledOperations List<GetAutonomousDatabaseScheduledOperation>
    The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
    SecretId string
    SecretVersionNumber int
    ServiceConsoleUrl string
    The URL of the Service Console for the Autonomous Database.
    ShrinkAdbTrigger int
    Source string
    SourceId string
    The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
    StandbyDbs List<GetAutonomousDatabaseStandbyDb>
    Deprecated Autonomous Data Guard standby database details.
    StandbyWhitelistedIps List<string>
    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 called standbywhitelistedips.
    State string
    The current state of the Autonomous Database.
    SubnetId string
    The OCID of the subnet the resource is associated with.
    SupportedRegionsToCloneTos List<string>
    The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
    SwitchoverTo string
    SwitchoverToRemotePeerId string
    SystemTags Dictionary<string, object>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    TimeCreated string
    The date and time the Autonomous Database was created.
    TimeDataGuardRoleChanged string
    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.
    TimeDeletionOfFreeAutonomousDatabase string
    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.
    TimeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    TimeLocalDataGuardEnabled string
    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.
    TimeMaintenanceBegin string
    The date and time when maintenance will begin.
    TimeMaintenanceEnd string
    The date and time when maintenance will end.
    TimeOfJoiningResourcePool string
    The time the member joined the resource pool.
    TimeOfLastFailover string
    The timestamp of the last failover operation.
    TimeOfLastRefresh string
    The date and time when last refresh happened.
    TimeOfLastRefreshPoint string
    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.
    TimeOfLastSwitchover string
    The timestamp of the last switchover operation for the Autonomous Database.
    TimeOfNextRefresh string
    The date and time of next refresh.
    TimeReclamationOfFreeAutonomousDatabase string
    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.
    TimeUntilReconnectCloneEnabled string
    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
    TotalBackupStorageSizeInGbs double
    The backup storage to the database.
    UseLatestAvailableBackupTimeStamp bool
    UsedDataStorageSizeInGbs int
    The storage space consumed by Autonomous Database in GBs.
    UsedDataStorageSizeInTbs int
    The amount of storage that has been used, in terabytes.
    VaultId string
    The OCID of the Oracle Cloud Infrastructure vault.
    WhitelistedIps List<string>
    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 called standbywhitelistedips.
    ActualUsedDataStorageSizeInTbs float64
    The current amount of storage in use for user and system data, in terabytes (TB).
    AdminPassword string
    AllocatedStorageSizeInTbs float64
    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 the actualUsedDataStorageSizeInTBs value to determine if a manual shrink operation is appropriate for your allocated storage.
    ApexDetails []GetAutonomousDatabaseApexDetail
    Information about Oracle APEX Application Development.
    ArePrimaryWhitelistedIpsUsed bool
    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 be FALSE 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.
    AutonomousContainerDatabaseId string
    The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
    AutonomousDatabaseBackupId string
    AutonomousDatabaseId string
    AutonomousMaintenanceScheduleType string
    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
    AvailableUpgradeVersions []string
    List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
    BackupConfigs []GetAutonomousDatabaseBackupConfig
    Autonomous Database configuration details for storing manual backups in the Object Storage service.
    BackupRetentionPeriodInDays int
    Retention period, in days, for backups.
    CharacterSet string
    The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
    CloneType string
    CompartmentId string
    The OCID of the compartment.
    ComputeCount float64
    Compute used by database tools.
    ComputeModel string
    The compute model of the Autonomous Database. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
    ConnectionStrings []GetAutonomousDatabaseConnectionString
    The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
    ConnectionUrls []GetAutonomousDatabaseConnectionUrl
    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..."}
    CpuCoreCount int
    The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
    CustomerContacts []GetAutonomousDatabaseCustomerContact
    Customer Contacts.
    DataSafeStatus string
    Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
    DataStorageSizeInGb int
    The quantity of data in the database, in gigabytes.
    DataStorageSizeInTbs int
    The quantity of data in the database, in terabytes.
    DatabaseEdition string
    The Oracle Database Edition that applies to the Autonomous databases.
    DatabaseManagementStatus string
    Status of Database Management for this Autonomous Database.
    DataguardRegionType string
    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.
    DbName string
    The database name.
    DbToolsDetails []GetAutonomousDatabaseDbToolsDetail
    The list of database tools details.
    DbVersion string
    A valid Oracle Database version for Autonomous Database.
    DbWorkload string
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    DisasterRecoveryRegionType string
    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.
    DisplayName string
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    FailedDataRecoveryInSeconds int
    Indicates the number of seconds of data loss for a Data Guard failover.
    FreeformTags map[string]interface{}
    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"}
    Id string
    The id of the Autonomous Database Vault service key management history entry.
    InMemoryAreaInGbs int
    The area assigned to In-Memory tables in Autonomous Database.
    InMemoryPercentage int
    The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
    InfrastructureType string
    The infrastructure type this resource belongs to.
    IsAccessControlEnabled bool
    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 specifying whitelistedIps 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 the UpdateAutonomousDatabase 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.
    IsAutoScalingEnabled bool
    Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
    IsAutoScalingForStorageEnabled bool
    Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
    IsDataGuardEnabled bool
    Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
    IsDedicated bool
    True if the database uses dedicated Exadata infrastructure.
    IsDevTier bool
    This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
    IsFreeTier bool
    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.
    IsLocalDataGuardEnabled bool
    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.
    IsMtlsConnectionRequired bool
    Specifies if the Autonomous Database requires mTLS connections.
    IsPreview bool
    Indicates if the Autonomous Database version is a preview version.
    IsPreviewVersionWithServiceTermsAccepted bool
    IsReconnectCloneEnabled bool
    Indicates if the refreshable clone can be reconnected to its source database.
    IsRefreshableClone bool
    Indicates if the Autonomous Database is a refreshable clone.
    IsRemoteDataGuardEnabled bool
    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.
    IsReplicateAutomaticBackups bool
    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.
    IsShrinkOnly bool

    Deprecated:The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.

    KeyHistoryEntries []GetAutonomousDatabaseKeyHistoryEntry
    Key History Entry.
    KeyStoreId string
    The OCID of the key store.
    KeyStoreWalletName string
    The wallet name for Oracle Key Vault.
    KmsKeyId string
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    KmsKeyLifecycleDetails string
    KMS key lifecycle details.
    KmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    LicenseModel string
    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.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LocalAdgAutoFailoverMaxDataLossLimit int
    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
    LocalDisasterRecoveryType string
    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.
    LocalStandbyDbs []GetAutonomousDatabaseLocalStandbyDb
    Autonomous Data Guard standby database details.
    LongTermBackupSchedules []GetAutonomousDatabaseLongTermBackupSchedule
    Details for the long-term backup schedule.
    MaxCpuCoreCount int
    The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
    MemoryPerOracleComputeUnitInGbs int
    The amount of memory (in GBs) enabled per ECPU or OCPU.
    NcharacterSet string
    The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
    NetServicesArchitecture string
    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.
    NextLongTermBackupTimeStamp string
    The date and time when the next long-term backup would be created.
    NsgIds []string
    The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:

    • A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
    OcpuCount float64
    The number of OCPU cores to be made available to the database.
    OpenMode string
    Indicates the Autonomous Database mode. The database can be opened in READ_ONLY or READ_WRITE mode.
    OperationsInsightsStatus string
    Status of Operations Insights for this Autonomous Database.
    PeerDbIds []string
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
    PermissionLevel string
    The Autonomous Database permission level. Restricted mode allows access only by admin users.
    PrivateEndpoint string
    The private endpoint for the resource.
    PrivateEndpointIp string
    The private endpoint Ip address for the resource.
    PrivateEndpointLabel string
    The private endpoint label for the resource.
    ProvisionableCpuses []float64
    An array of CPU values that an Autonomous Database can be scaled to.
    RefreshableMode string
    The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
    RefreshableStatus string
    The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
    RemoteDisasterRecoveryConfigurations []GetAutonomousDatabaseRemoteDisasterRecoveryConfiguration
    Configurations of a Disaster Recovery.
    RemoteDisasterRecoveryType string
    ResourcePoolLeaderId string
    The unique identifier for leader autonomous database OCID OCID.
    ResourcePoolSummaries []GetAutonomousDatabaseResourcePoolSummary
    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.
    RotateKeyTrigger bool
    ScheduledOperations []GetAutonomousDatabaseScheduledOperation
    The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
    SecretId string
    SecretVersionNumber int
    ServiceConsoleUrl string
    The URL of the Service Console for the Autonomous Database.
    ShrinkAdbTrigger int
    Source string
    SourceId string
    The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
    StandbyDbs []GetAutonomousDatabaseStandbyDb
    Deprecated Autonomous Data Guard standby database details.
    StandbyWhitelistedIps []string
    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 called standbywhitelistedips.
    State string
    The current state of the Autonomous Database.
    SubnetId string
    The OCID of the subnet the resource is associated with.
    SupportedRegionsToCloneTos []string
    The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
    SwitchoverTo string
    SwitchoverToRemotePeerId string
    SystemTags map[string]interface{}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    TimeCreated string
    The date and time the Autonomous Database was created.
    TimeDataGuardRoleChanged string
    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.
    TimeDeletionOfFreeAutonomousDatabase string
    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.
    TimeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    TimeLocalDataGuardEnabled string
    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.
    TimeMaintenanceBegin string
    The date and time when maintenance will begin.
    TimeMaintenanceEnd string
    The date and time when maintenance will end.
    TimeOfJoiningResourcePool string
    The time the member joined the resource pool.
    TimeOfLastFailover string
    The timestamp of the last failover operation.
    TimeOfLastRefresh string
    The date and time when last refresh happened.
    TimeOfLastRefreshPoint string
    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.
    TimeOfLastSwitchover string
    The timestamp of the last switchover operation for the Autonomous Database.
    TimeOfNextRefresh string
    The date and time of next refresh.
    TimeReclamationOfFreeAutonomousDatabase string
    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.
    TimeUntilReconnectCloneEnabled string
    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
    TotalBackupStorageSizeInGbs float64
    The backup storage to the database.
    UseLatestAvailableBackupTimeStamp bool
    UsedDataStorageSizeInGbs int
    The storage space consumed by Autonomous Database in GBs.
    UsedDataStorageSizeInTbs int
    The amount of storage that has been used, in terabytes.
    VaultId string
    The OCID of the Oracle Cloud Infrastructure vault.
    WhitelistedIps []string
    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 called standbywhitelistedips.
    actualUsedDataStorageSizeInTbs Double
    The current amount of storage in use for user and system data, in terabytes (TB).
    adminPassword String
    allocatedStorageSizeInTbs Double
    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 the actualUsedDataStorageSizeInTBs value to determine if a manual shrink operation is appropriate for your allocated storage.
    apexDetails List<GetAutonomousApexDetail>
    Information about Oracle APEX Application Development.
    arePrimaryWhitelistedIpsUsed Boolean
    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 be FALSE 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.
    autonomousContainerDatabaseId String
    The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
    autonomousDatabaseBackupId String
    autonomousDatabaseId String
    autonomousMaintenanceScheduleType String
    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
    availableUpgradeVersions List<String>
    List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
    backupConfigs List<GetAutonomousBackupConfig>
    Autonomous Database configuration details for storing manual backups in the Object Storage service.
    backupRetentionPeriodInDays Integer
    Retention period, in days, for backups.
    characterSet String
    The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
    cloneType String
    compartmentId String
    The OCID of the compartment.
    computeCount Double
    Compute used by database tools.
    computeModel String
    The compute model of the Autonomous Database. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
    connectionStrings List<GetAutonomousConnectionString>
    The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
    connectionUrls List<GetAutonomousConnectionUrl>
    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..."}
    cpuCoreCount Integer
    The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
    customerContacts List<GetAutonomousCustomerContact>
    Customer Contacts.
    dataSafeStatus String
    Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
    dataStorageSizeInGb Integer
    The quantity of data in the database, in gigabytes.
    dataStorageSizeInTbs Integer
    The quantity of data in the database, in terabytes.
    databaseEdition String
    The Oracle Database Edition that applies to the Autonomous databases.
    databaseManagementStatus String
    Status of Database Management for this Autonomous Database.
    dataguardRegionType String
    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.
    dbName String
    The database name.
    dbToolsDetails List<GetAutonomousDbToolsDetail>
    The list of database tools details.
    dbVersion String
    A valid Oracle Database version for Autonomous Database.
    dbWorkload String
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    disasterRecoveryRegionType String
    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.
    displayName String
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    failedDataRecoveryInSeconds Integer
    Indicates the number of seconds of data loss for a Data Guard failover.
    freeformTags Map<String,Object>
    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"}
    id String
    The id of the Autonomous Database Vault service key management history entry.
    inMemoryAreaInGbs Integer
    The area assigned to In-Memory tables in Autonomous Database.
    inMemoryPercentage Integer
    The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
    infrastructureType String
    The infrastructure type this resource belongs to.
    isAccessControlEnabled Boolean
    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 specifying whitelistedIps 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 the UpdateAutonomousDatabase 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.
    isAutoScalingEnabled Boolean
    Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
    isAutoScalingForStorageEnabled Boolean
    Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
    isDataGuardEnabled Boolean
    Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
    isDedicated Boolean
    True if the database uses dedicated Exadata infrastructure.
    isDevTier Boolean
    This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
    isFreeTier Boolean
    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.
    isLocalDataGuardEnabled Boolean
    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.
    isMtlsConnectionRequired Boolean
    Specifies if the Autonomous Database requires mTLS connections.
    isPreview Boolean
    Indicates if the Autonomous Database version is a preview version.
    isPreviewVersionWithServiceTermsAccepted Boolean
    isReconnectCloneEnabled Boolean
    Indicates if the refreshable clone can be reconnected to its source database.
    isRefreshableClone Boolean
    Indicates if the Autonomous Database is a refreshable clone.
    isRemoteDataGuardEnabled Boolean
    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.
    isReplicateAutomaticBackups Boolean
    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.
    isShrinkOnly Boolean

    Deprecated:The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.

    keyHistoryEntries List<GetAutonomousKeyHistoryEntry>
    Key History Entry.
    keyStoreId String
    The OCID of the key store.
    keyStoreWalletName String
    The wallet name for Oracle Key Vault.
    kmsKeyId String
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kmsKeyLifecycleDetails String
    KMS key lifecycle details.
    kmsKeyVersionId String
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    licenseModel String
    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.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    localAdgAutoFailoverMaxDataLossLimit Integer
    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
    localDisasterRecoveryType String
    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.
    localStandbyDbs List<GetAutonomousLocalStandbyDb>
    Autonomous Data Guard standby database details.
    longTermBackupSchedules List<GetAutonomousLongTermBackupSchedule>
    Details for the long-term backup schedule.
    maxCpuCoreCount Integer
    The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
    memoryPerOracleComputeUnitInGbs Integer
    The amount of memory (in GBs) enabled per ECPU or OCPU.
    ncharacterSet String
    The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
    netServicesArchitecture String
    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.
    nextLongTermBackupTimeStamp String
    The date and time when the next long-term backup would be created.
    nsgIds List<String>
    The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:

    • A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
    ocpuCount Double
    The number of OCPU cores to be made available to the database.
    openMode String
    Indicates the Autonomous Database mode. The database can be opened in READ_ONLY or READ_WRITE mode.
    operationsInsightsStatus String
    Status of Operations Insights for this Autonomous Database.
    peerDbIds List<String>
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
    permissionLevel String
    The Autonomous Database permission level. Restricted mode allows access only by admin users.
    privateEndpoint String
    The private endpoint for the resource.
    privateEndpointIp String
    The private endpoint Ip address for the resource.
    privateEndpointLabel String
    The private endpoint label for the resource.
    provisionableCpuses List<Double>
    An array of CPU values that an Autonomous Database can be scaled to.
    refreshableMode String
    The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
    refreshableStatus String
    The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
    remoteDisasterRecoveryConfigurations List<GetAutonomousRemoteDisasterRecoveryConfiguration>
    Configurations of a Disaster Recovery.
    remoteDisasterRecoveryType String
    resourcePoolLeaderId String
    The unique identifier for leader autonomous database OCID OCID.
    resourcePoolSummaries List<GetAutonomousResourcePoolSummary>
    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.
    rotateKeyTrigger Boolean
    scheduledOperations List<GetAutonomousScheduledOperation>
    The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
    secretId String
    secretVersionNumber Integer
    serviceConsoleUrl String
    The URL of the Service Console for the Autonomous Database.
    shrinkAdbTrigger Integer
    source String
    sourceId String
    The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
    standbyDbs List<GetAutonomousStandbyDb>
    Deprecated Autonomous Data Guard standby database details.
    standbyWhitelistedIps List<String>
    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 called standbywhitelistedips.
    state String
    The current state of the Autonomous Database.
    subnetId String
    The OCID of the subnet the resource is associated with.
    supportedRegionsToCloneTos List<String>
    The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
    switchoverTo String
    switchoverToRemotePeerId String
    systemTags Map<String,Object>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    timeCreated String
    The date and time the Autonomous Database was created.
    timeDataGuardRoleChanged String
    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.
    timeDeletionOfFreeAutonomousDatabase String
    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.
    timeDisasterRecoveryRoleChanged String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    timeLocalDataGuardEnabled String
    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.
    timeMaintenanceBegin String
    The date and time when maintenance will begin.
    timeMaintenanceEnd String
    The date and time when maintenance will end.
    timeOfJoiningResourcePool String
    The time the member joined the resource pool.
    timeOfLastFailover String
    The timestamp of the last failover operation.
    timeOfLastRefresh String
    The date and time when last refresh happened.
    timeOfLastRefreshPoint String
    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.
    timeOfLastSwitchover String
    The timestamp of the last switchover operation for the Autonomous Database.
    timeOfNextRefresh String
    The date and time of next refresh.
    timeReclamationOfFreeAutonomousDatabase String
    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.
    timeUntilReconnectCloneEnabled String
    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
    totalBackupStorageSizeInGbs Double
    The backup storage to the database.
    useLatestAvailableBackupTimeStamp Boolean
    usedDataStorageSizeInGbs Integer
    The storage space consumed by Autonomous Database in GBs.
    usedDataStorageSizeInTbs Integer
    The amount of storage that has been used, in terabytes.
    vaultId String
    The OCID of the Oracle Cloud Infrastructure vault.
    whitelistedIps List<String>
    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 called standbywhitelistedips.
    actualUsedDataStorageSizeInTbs number
    The current amount of storage in use for user and system data, in terabytes (TB).
    adminPassword string
    allocatedStorageSizeInTbs number
    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 the actualUsedDataStorageSizeInTBs value to determine if a manual shrink operation is appropriate for your allocated storage.
    apexDetails GetAutonomousDatabaseApexDetail[]
    Information about Oracle APEX Application Development.
    arePrimaryWhitelistedIpsUsed boolean
    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 be FALSE 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.
    autonomousContainerDatabaseId string
    The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
    autonomousDatabaseBackupId string
    autonomousDatabaseId string
    autonomousMaintenanceScheduleType string
    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
    availableUpgradeVersions string[]
    List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
    backupConfigs GetAutonomousDatabaseBackupConfig[]
    Autonomous Database configuration details for storing manual backups in the Object Storage service.
    backupRetentionPeriodInDays number
    Retention period, in days, for backups.
    characterSet string
    The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
    cloneType string
    compartmentId string
    The OCID of the compartment.
    computeCount number
    Compute used by database tools.
    computeModel string
    The compute model of the Autonomous Database. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
    connectionStrings GetAutonomousDatabaseConnectionString[]
    The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
    connectionUrls GetAutonomousDatabaseConnectionUrl[]
    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..."}
    cpuCoreCount number
    The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
    customerContacts GetAutonomousDatabaseCustomerContact[]
    Customer Contacts.
    dataSafeStatus string
    Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
    dataStorageSizeInGb number
    The quantity of data in the database, in gigabytes.
    dataStorageSizeInTbs number
    The quantity of data in the database, in terabytes.
    databaseEdition string
    The Oracle Database Edition that applies to the Autonomous databases.
    databaseManagementStatus string
    Status of Database Management for this Autonomous Database.
    dataguardRegionType string
    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.
    dbName string
    The database name.
    dbToolsDetails GetAutonomousDatabaseDbToolsDetail[]
    The list of database tools details.
    dbVersion string
    A valid Oracle Database version for Autonomous Database.
    dbWorkload string
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    disasterRecoveryRegionType string
    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.
    displayName string
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    failedDataRecoveryInSeconds number
    Indicates the number of seconds of data loss for a Data Guard failover.
    freeformTags {[key: string]: any}
    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"}
    id string
    The id of the Autonomous Database Vault service key management history entry.
    inMemoryAreaInGbs number
    The area assigned to In-Memory tables in Autonomous Database.
    inMemoryPercentage number
    The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
    infrastructureType string
    The infrastructure type this resource belongs to.
    isAccessControlEnabled boolean
    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 specifying whitelistedIps 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 the UpdateAutonomousDatabase 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.
    isAutoScalingEnabled boolean
    Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
    isAutoScalingForStorageEnabled boolean
    Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
    isDataGuardEnabled boolean
    Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
    isDedicated boolean
    True if the database uses dedicated Exadata infrastructure.
    isDevTier boolean
    This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
    isFreeTier boolean
    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.
    isLocalDataGuardEnabled boolean
    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.
    isMtlsConnectionRequired boolean
    Specifies if the Autonomous Database requires mTLS connections.
    isPreview boolean
    Indicates if the Autonomous Database version is a preview version.
    isPreviewVersionWithServiceTermsAccepted boolean
    isReconnectCloneEnabled boolean
    Indicates if the refreshable clone can be reconnected to its source database.
    isRefreshableClone boolean
    Indicates if the Autonomous Database is a refreshable clone.
    isRemoteDataGuardEnabled boolean
    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.
    isReplicateAutomaticBackups boolean
    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.
    isShrinkOnly boolean

    Deprecated:The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.

    keyHistoryEntries GetAutonomousDatabaseKeyHistoryEntry[]
    Key History Entry.
    keyStoreId string
    The OCID of the key store.
    keyStoreWalletName string
    The wallet name for Oracle Key Vault.
    kmsKeyId string
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kmsKeyLifecycleDetails string
    KMS key lifecycle details.
    kmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    licenseModel string
    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.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    localAdgAutoFailoverMaxDataLossLimit number
    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
    localDisasterRecoveryType string
    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.
    localStandbyDbs GetAutonomousDatabaseLocalStandbyDb[]
    Autonomous Data Guard standby database details.
    longTermBackupSchedules GetAutonomousDatabaseLongTermBackupSchedule[]
    Details for the long-term backup schedule.
    maxCpuCoreCount number
    The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
    memoryPerOracleComputeUnitInGbs number
    The amount of memory (in GBs) enabled per ECPU or OCPU.
    ncharacterSet string
    The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
    netServicesArchitecture string
    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.
    nextLongTermBackupTimeStamp string
    The date and time when the next long-term backup would be created.
    nsgIds string[]
    The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:

    • A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
    ocpuCount number
    The number of OCPU cores to be made available to the database.
    openMode string
    Indicates the Autonomous Database mode. The database can be opened in READ_ONLY or READ_WRITE mode.
    operationsInsightsStatus string
    Status of Operations Insights for this Autonomous Database.
    peerDbIds string[]
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
    permissionLevel string
    The Autonomous Database permission level. Restricted mode allows access only by admin users.
    privateEndpoint string
    The private endpoint for the resource.
    privateEndpointIp string
    The private endpoint Ip address for the resource.
    privateEndpointLabel string
    The private endpoint label for the resource.
    provisionableCpuses number[]
    An array of CPU values that an Autonomous Database can be scaled to.
    refreshableMode string
    The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
    refreshableStatus string
    The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
    remoteDisasterRecoveryConfigurations GetAutonomousDatabaseRemoteDisasterRecoveryConfiguration[]
    Configurations of a Disaster Recovery.
    remoteDisasterRecoveryType string
    resourcePoolLeaderId string
    The unique identifier for leader autonomous database OCID OCID.
    resourcePoolSummaries GetAutonomousDatabaseResourcePoolSummary[]
    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.
    rotateKeyTrigger boolean
    scheduledOperations GetAutonomousDatabaseScheduledOperation[]
    The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
    secretId string
    secretVersionNumber number
    serviceConsoleUrl string
    The URL of the Service Console for the Autonomous Database.
    shrinkAdbTrigger number
    source string
    sourceId string
    The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
    standbyDbs GetAutonomousDatabaseStandbyDb[]
    Deprecated Autonomous Data Guard standby database details.
    standbyWhitelistedIps string[]
    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 called standbywhitelistedips.
    state string
    The current state of the Autonomous Database.
    subnetId string
    The OCID of the subnet the resource is associated with.
    supportedRegionsToCloneTos string[]
    The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
    switchoverTo string
    switchoverToRemotePeerId string
    systemTags {[key: string]: any}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    timeCreated string
    The date and time the Autonomous Database was created.
    timeDataGuardRoleChanged string
    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.
    timeDeletionOfFreeAutonomousDatabase string
    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.
    timeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    timeLocalDataGuardEnabled string
    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.
    timeMaintenanceBegin string
    The date and time when maintenance will begin.
    timeMaintenanceEnd string
    The date and time when maintenance will end.
    timeOfJoiningResourcePool string
    The time the member joined the resource pool.
    timeOfLastFailover string
    The timestamp of the last failover operation.
    timeOfLastRefresh string
    The date and time when last refresh happened.
    timeOfLastRefreshPoint string
    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.
    timeOfLastSwitchover string
    The timestamp of the last switchover operation for the Autonomous Database.
    timeOfNextRefresh string
    The date and time of next refresh.
    timeReclamationOfFreeAutonomousDatabase string
    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.
    timeUntilReconnectCloneEnabled string
    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
    totalBackupStorageSizeInGbs number
    The backup storage to the database.
    useLatestAvailableBackupTimeStamp boolean
    usedDataStorageSizeInGbs number
    The storage space consumed by Autonomous Database in GBs.
    usedDataStorageSizeInTbs number
    The amount of storage that has been used, in terabytes.
    vaultId string
    The OCID of the Oracle Cloud Infrastructure vault.
    whitelistedIps string[]
    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 called standbywhitelistedips.
    actual_used_data_storage_size_in_tbs float
    The current amount of storage in use for user and system data, in terabytes (TB).
    admin_password str
    allocated_storage_size_in_tbs float
    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 the actualUsedDataStorageSizeInTBs value to determine if a manual shrink operation is appropriate for your allocated storage.
    apex_details GetAutonomousDatabaseApexDetail]
    Information about Oracle APEX Application Development.
    are_primary_whitelisted_ips_used bool
    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 be FALSE 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.
    autonomous_container_database_id str
    The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
    autonomous_database_backup_id str
    autonomous_database_id str
    autonomous_maintenance_schedule_type str
    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
    available_upgrade_versions Sequence[str]
    List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
    backup_configs GetAutonomousDatabaseBackupConfig]
    Autonomous Database configuration details for storing manual backups in the Object Storage service.
    backup_retention_period_in_days int
    Retention period, in days, for backups.
    character_set str
    The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
    clone_type str
    compartment_id str
    The OCID of the compartment.
    compute_count float
    Compute used by database tools.
    compute_model str
    The compute model of the Autonomous Database. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
    connection_strings GetAutonomousDatabaseConnectionString]
    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 GetAutonomousDatabaseConnectionUrl]
    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_count int
    The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
    customer_contacts GetAutonomousDatabaseCustomerContact]
    Customer Contacts.
    data_safe_status str
    Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
    data_storage_size_in_gb int
    The quantity of data in the database, in gigabytes.
    data_storage_size_in_tbs int
    The quantity of data in the database, in terabytes.
    database_edition str
    The Oracle Database Edition that applies to the Autonomous databases.
    database_management_status str
    Status of Database Management for this Autonomous Database.
    dataguard_region_type str
    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.
    db_tools_details GetAutonomousDatabaseDbToolsDetail]
    The list of database tools details.
    db_version str
    A valid Oracle Database version for Autonomous Database.
    db_workload str
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    disaster_recovery_region_type str
    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.
    display_name str
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    failed_data_recovery_in_seconds int
    Indicates the number of seconds of data loss for a Data Guard failover.
    freeform_tags Mapping[str, Any]
    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"}
    id str
    The id of the Autonomous Database Vault service key management history entry.
    in_memory_area_in_gbs int
    The area assigned to In-Memory tables in Autonomous Database.
    in_memory_percentage int
    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_control_enabled bool
    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 specifying whitelistedIps 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 the UpdateAutonomousDatabase 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.
    is_auto_scaling_enabled bool
    Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
    is_auto_scaling_for_storage_enabled bool
    Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
    is_data_guard_enabled bool
    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 uses dedicated Exadata infrastructure.
    is_dev_tier bool
    This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
    is_free_tier bool
    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.
    is_local_data_guard_enabled bool
    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_connection_required bool
    Specifies if the Autonomous Database requires mTLS connections.
    is_preview bool
    Indicates if the Autonomous Database version is a preview version.
    is_preview_version_with_service_terms_accepted bool
    is_reconnect_clone_enabled bool
    Indicates if the refreshable clone can be reconnected to its source database.
    is_refreshable_clone bool
    Indicates if the Autonomous Database is a refreshable clone.
    is_remote_data_guard_enabled bool
    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_automatic_backups bool
    If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.
    is_shrink_only bool

    Deprecated:The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.

    key_history_entries GetAutonomousDatabaseKeyHistoryEntry]
    Key History Entry.
    key_store_id str
    The OCID of the key store.
    key_store_wallet_name str
    The wallet name for Oracle Key Vault.
    kms_key_id str
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kms_key_lifecycle_details str
    KMS key lifecycle details.
    kms_key_version_id str
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    license_model str
    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.
    lifecycle_details str
    Additional information about the current lifecycle state.
    local_adg_auto_failover_max_data_loss_limit int
    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_recovery_type str
    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_dbs GetAutonomousDatabaseLocalStandbyDb]
    Autonomous Data Guard standby database details.
    long_term_backup_schedules GetAutonomousDatabaseLongTermBackupSchedule]
    Details for the long-term backup schedule.
    max_cpu_core_count int
    The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
    memory_per_oracle_compute_unit_in_gbs int
    The amount of memory (in GBs) enabled per ECPU or OCPU.
    ncharacter_set str
    The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
    net_services_architecture str
    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_term_backup_time_stamp str
    The date and time when the next long-term backup would be created.
    nsg_ids Sequence[str]
    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
    The number of OCPU cores to be made available to the database.
    open_mode str
    Indicates the Autonomous Database mode. The database can be opened in READ_ONLY or READ_WRITE mode.
    operations_insights_status str
    Status of Operations Insights for this Autonomous Database.
    peer_db_ids Sequence[str]
    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_ip str
    The private endpoint Ip address for the resource.
    private_endpoint_label str
    The private endpoint label for the resource.
    provisionable_cpuses Sequence[float]
    An array of CPU values that an Autonomous Database can be scaled to.
    refreshable_mode str
    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_recovery_configurations GetAutonomousDatabaseRemoteDisasterRecoveryConfiguration]
    Configurations of a Disaster Recovery.
    remote_disaster_recovery_type str
    resource_pool_leader_id str
    The unique identifier for leader autonomous database OCID OCID.
    resource_pool_summaries GetAutonomousDatabaseResourcePoolSummary]
    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_trigger bool
    scheduled_operations GetAutonomousDatabaseScheduledOperation]
    The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
    secret_id str
    secret_version_number int
    service_console_url str
    The URL of the Service Console for the Autonomous Database.
    shrink_adb_trigger int
    source str
    source_id str
    The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
    standby_dbs GetAutonomousDatabaseStandbyDb]
    Deprecated Autonomous Data Guard standby database details.
    standby_whitelisted_ips Sequence[str]
    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 called standbywhitelistedips.
    state str
    The current state of the Autonomous Database.
    subnet_id str
    The OCID of the subnet the resource is associated with.
    supported_regions_to_clone_tos Sequence[str]
    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_remote_peer_id str
    system_tags Mapping[str, Any]
    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_guard_role_changed str
    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_of_free_autonomous_database str
    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_recovery_role_changed str
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    time_local_data_guard_enabled str
    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_begin str
    The date and time when maintenance will begin.
    time_maintenance_end str
    The date and time when maintenance will end.
    time_of_joining_resource_pool str
    The time the member joined the resource pool.
    time_of_last_failover str
    The timestamp of the last failover operation.
    time_of_last_refresh str
    The date and time when last refresh happened.
    time_of_last_refresh_point str
    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_last_switchover str
    The timestamp of the last switchover operation for the Autonomous Database.
    time_of_next_refresh str
    The date and time of next refresh.
    time_reclamation_of_free_autonomous_database str
    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_until_reconnect_clone_enabled str
    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
    total_backup_storage_size_in_gbs float
    The backup storage to the database.
    use_latest_available_backup_time_stamp bool
    used_data_storage_size_in_gbs int
    The storage space consumed by Autonomous Database in GBs.
    used_data_storage_size_in_tbs int
    The amount of storage that has been used, in terabytes.
    vault_id str
    The OCID of the Oracle Cloud Infrastructure vault.
    whitelisted_ips Sequence[str]
    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 called standbywhitelistedips.
    actualUsedDataStorageSizeInTbs Number
    The current amount of storage in use for user and system data, in terabytes (TB).
    adminPassword String
    allocatedStorageSizeInTbs Number
    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 the actualUsedDataStorageSizeInTBs value to determine if a manual shrink operation is appropriate for your allocated storage.
    apexDetails List<Property Map>
    Information about Oracle APEX Application Development.
    arePrimaryWhitelistedIpsUsed Boolean
    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 be FALSE 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.
    autonomousContainerDatabaseId String
    The Autonomous Container Database OCID. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
    autonomousDatabaseBackupId String
    autonomousDatabaseId String
    autonomousMaintenanceScheduleType String
    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
    availableUpgradeVersions List<String>
    List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
    backupConfigs List<Property Map>
    Autonomous Database configuration details for storing manual backups in the Object Storage service.
    backupRetentionPeriodInDays Number
    Retention period, in days, for backups.
    characterSet String
    The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
    cloneType String
    compartmentId String
    The OCID of the compartment.
    computeCount Number
    Compute used by database tools.
    computeModel String
    The compute model of the Autonomous Database. This is required if using the computeCount parameter. If using cpuCoreCount then it is an error to specify computeModel to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
    connectionStrings List<Property Map>
    The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
    connectionUrls List<Property Map>
    The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
    cpuCoreCount Number
    The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See Characteristics of Infrastructure Shapes for shape details.
    customerContacts List<Property Map>
    Customer Contacts.
    dataSafeStatus String
    Status of the Data Safe registration for this Autonomous Database. Could be REGISTERED or NOT_REGISTERED.
    dataStorageSizeInGb Number
    The quantity of data in the database, in gigabytes.
    dataStorageSizeInTbs Number
    The quantity of data in the database, in terabytes.
    databaseEdition String
    The Oracle Database Edition that applies to the Autonomous databases.
    databaseManagementStatus String
    Status of Database Management for this Autonomous Database.
    dataguardRegionType String
    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.
    dbName String
    The database name.
    dbToolsDetails List<Property Map>
    The list of database tools details.
    dbVersion String
    A valid Oracle Database version for Autonomous Database.
    dbWorkload String
    The Autonomous Database workload type. The following values are valid:

    • OLTP - indicates an Autonomous Transaction Processing database
    • DW - indicates an Autonomous Data Warehouse database
    • AJD - indicates an Autonomous JSON Database
    • APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    disasterRecoveryRegionType String
    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.
    displayName String
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    failedDataRecoveryInSeconds Number
    Indicates the number of seconds of data loss for a Data Guard failover.
    freeformTags Map<Any>
    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"}
    id String
    The id of the Autonomous Database Vault service key management history entry.
    inMemoryAreaInGbs Number
    The area assigned to In-Memory tables in Autonomous Database.
    inMemoryPercentage Number
    The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
    infrastructureType String
    The infrastructure type this resource belongs to.
    isAccessControlEnabled Boolean
    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 specifying whitelistedIps 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 the UpdateAutonomousDatabase 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.
    isAutoScalingEnabled Boolean
    Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
    isAutoScalingForStorageEnabled Boolean
    Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
    isDataGuardEnabled Boolean
    Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
    isDedicated Boolean
    True if the database uses dedicated Exadata infrastructure.
    isDevTier Boolean
    This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
    isFreeTier Boolean
    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.
    isLocalDataGuardEnabled Boolean
    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.
    isMtlsConnectionRequired Boolean
    Specifies if the Autonomous Database requires mTLS connections.
    isPreview Boolean
    Indicates if the Autonomous Database version is a preview version.
    isPreviewVersionWithServiceTermsAccepted Boolean
    isReconnectCloneEnabled Boolean
    Indicates if the refreshable clone can be reconnected to its source database.
    isRefreshableClone Boolean
    Indicates if the Autonomous Database is a refreshable clone.
    isRemoteDataGuardEnabled Boolean
    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.
    isReplicateAutomaticBackups Boolean
    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.
    isShrinkOnly Boolean

    Deprecated:The 'is_shrink_only' field has been deprecated. Please use 'shrink_adb_trigger' instead.

    keyHistoryEntries List<Property Map>
    Key History Entry.
    keyStoreId String
    The OCID of the key store.
    keyStoreWalletName String
    The wallet name for Oracle Key Vault.
    kmsKeyId String
    The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
    kmsKeyLifecycleDetails String
    KMS key lifecycle details.
    kmsKeyVersionId String
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    licenseModel String
    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.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    localAdgAutoFailoverMaxDataLossLimit Number
    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
    localDisasterRecoveryType String
    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.
    localStandbyDbs List<Property Map>
    Autonomous Data Guard standby database details.
    longTermBackupSchedules List<Property Map>
    Details for the long-term backup schedule.
    maxCpuCoreCount Number
    The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
    memoryPerOracleComputeUnitInGbs Number
    The amount of memory (in GBs) enabled per ECPU or OCPU.
    ncharacterSet String
    The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
    netServicesArchitecture String
    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.
    nextLongTermBackupTimeStamp String
    The date and time when the next long-term backup would be created.
    nsgIds List<String>
    The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:

    • A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
    ocpuCount Number
    The number of OCPU cores to be made available to the database.
    openMode String
    Indicates the Autonomous Database mode. The database can be opened in READ_ONLY or READ_WRITE mode.
    operationsInsightsStatus String
    Status of Operations Insights for this Autonomous Database.
    peerDbIds List<String>
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
    permissionLevel String
    The Autonomous Database permission level. Restricted mode allows access only by admin users.
    privateEndpoint String
    The private endpoint for the resource.
    privateEndpointIp String
    The private endpoint Ip address for the resource.
    privateEndpointLabel String
    The private endpoint label for the resource.
    provisionableCpuses List<Number>
    An array of CPU values that an Autonomous Database can be scaled to.
    refreshableMode String
    The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
    refreshableStatus String
    The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
    remoteDisasterRecoveryConfigurations List<Property Map>
    Configurations of a Disaster Recovery.
    remoteDisasterRecoveryType String
    resourcePoolLeaderId String
    The unique identifier for leader autonomous database OCID OCID.
    resourcePoolSummaries List<Property Map>
    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.
    rotateKeyTrigger Boolean
    scheduledOperations List<Property Map>
    The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
    secretId String
    secretVersionNumber Number
    serviceConsoleUrl String
    The URL of the Service Console for the Autonomous Database.
    shrinkAdbTrigger Number
    source String
    sourceId String
    The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
    standbyDbs List<Property Map>
    Deprecated Autonomous Data Guard standby database details.
    standbyWhitelistedIps List<String>
    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 called standbywhitelistedips.
    state String
    The current state of the Autonomous Database.
    subnetId String
    The OCID of the subnet the resource is associated with.
    supportedRegionsToCloneTos List<String>
    The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
    switchoverTo String
    switchoverToRemotePeerId String
    systemTags Map<Any>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    timeCreated String
    The date and time the Autonomous Database was created.
    timeDataGuardRoleChanged String
    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.
    timeDeletionOfFreeAutonomousDatabase String
    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.
    timeDisasterRecoveryRoleChanged String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    timeLocalDataGuardEnabled String
    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.
    timeMaintenanceBegin String
    The date and time when maintenance will begin.
    timeMaintenanceEnd String
    The date and time when maintenance will end.
    timeOfJoiningResourcePool String
    The time the member joined the resource pool.
    timeOfLastFailover String
    The timestamp of the last failover operation.
    timeOfLastRefresh String
    The date and time when last refresh happened.
    timeOfLastRefreshPoint String
    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.
    timeOfLastSwitchover String
    The timestamp of the last switchover operation for the Autonomous Database.
    timeOfNextRefresh String
    The date and time of next refresh.
    timeReclamationOfFreeAutonomousDatabase String
    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.
    timeUntilReconnectCloneEnabled String
    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
    totalBackupStorageSizeInGbs Number
    The backup storage to the database.
    useLatestAvailableBackupTimeStamp Boolean
    usedDataStorageSizeInGbs Number
    The storage space consumed by Autonomous Database in GBs.
    usedDataStorageSizeInTbs Number
    The amount of storage that has been used, in terabytes.
    vaultId String
    The OCID of the Oracle Cloud Infrastructure vault.
    whitelistedIps List<String>
    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 called standbywhitelistedips.

    Supporting Types

    GetAutonomousDatabaseApexDetail

    ApexVersion string
    The Oracle APEX Application Development version.
    OrdsVersion string
    The Oracle REST Data Services (ORDS) version.
    ApexVersion string
    The Oracle APEX Application Development version.
    OrdsVersion string
    The Oracle REST Data Services (ORDS) version.
    apexVersion String
    The Oracle APEX Application Development version.
    ordsVersion String
    The Oracle REST Data Services (ORDS) version.
    apexVersion string
    The Oracle APEX Application Development version.
    ordsVersion string
    The Oracle REST Data Services (ORDS) version.
    apex_version str
    The Oracle APEX Application Development version.
    ords_version str
    The Oracle REST Data Services (ORDS) version.
    apexVersion String
    The Oracle APEX Application Development version.
    ordsVersion String
    The Oracle REST Data Services (ORDS) version.

    GetAutonomousDatabaseBackupConfig

    ManualBackupBucketName string
    Name of Object Storage bucket to use for storing manual backups.
    ManualBackupType string
    The manual backup destination type.
    ManualBackupBucketName string
    Name of Object Storage bucket to use for storing manual backups.
    ManualBackupType string
    The manual backup destination type.
    manualBackupBucketName String
    Name of Object Storage bucket to use for storing manual backups.
    manualBackupType String
    The manual backup destination type.
    manualBackupBucketName string
    Name of Object Storage bucket to use for storing manual backups.
    manualBackupType string
    The manual backup destination type.
    manual_backup_bucket_name str
    Name of Object Storage bucket to use for storing manual backups.
    manual_backup_type str
    The manual backup destination type.
    manualBackupBucketName String
    Name of Object Storage bucket to use for storing manual backups.
    manualBackupType String
    The manual backup destination type.

    GetAutonomousDatabaseConnectionString

    AllConnectionStrings Dictionary<string, object>
    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<GetAutonomousDatabaseConnectionStringProfile>
    A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
    AllConnectionStrings map[string]interface{}
    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 []GetAutonomousDatabaseConnectionStringProfile
    A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
    allConnectionStrings Map<String,Object>
    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<GetAutonomousConnectionStringProfile>
    A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
    allConnectionStrings {[key: string]: any}
    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 GetAutonomousDatabaseConnectionStringProfile[]
    A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
    all_connection_strings Mapping[str, Any]
    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 GetAutonomousDatabaseConnectionStringProfile]
    A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
    allConnectionStrings Map<Any>
    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.

    GetAutonomousDatabaseConnectionStringProfile

    ConsumerGroup string
    Consumer group used by the connection.
    DisplayName string
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    HostFormat string
    Host format used in connection string.
    IsRegional bool
    Protocol string
    Protocol used by the connection.
    SessionMode string
    Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECT for direct hand-offs. Use REDIRECT to redirect the session.
    SyntaxFormat string
    Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Databases on shared Exadata infrastructure always use the long format.
    TlsAuthentication string
    Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
    Value string
    Connection string value.
    ConsumerGroup string
    Consumer group used by the connection.
    DisplayName string
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    HostFormat string
    Host format used in connection string.
    IsRegional bool
    Protocol string
    Protocol used by the connection.
    SessionMode string
    Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECT for direct hand-offs. Use REDIRECT to redirect the session.
    SyntaxFormat string
    Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Databases on shared Exadata infrastructure always use the long format.
    TlsAuthentication string
    Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
    Value string
    Connection string value.
    consumerGroup String
    Consumer group used by the connection.
    displayName String
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    hostFormat String
    Host format used in connection string.
    isRegional Boolean
    protocol String
    Protocol used by the connection.
    sessionMode String
    Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECT for direct hand-offs. Use REDIRECT to redirect the session.
    syntaxFormat String
    Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Databases on shared Exadata infrastructure always use the long format.
    tlsAuthentication String
    Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
    value String
    Connection string value.
    consumerGroup string
    Consumer group used by the connection.
    displayName string
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    hostFormat string
    Host format used in connection string.
    isRegional boolean
    protocol string
    Protocol used by the connection.
    sessionMode string
    Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECT for direct hand-offs. Use REDIRECT to redirect the session.
    syntaxFormat string
    Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Databases on shared Exadata infrastructure always use the long format.
    tlsAuthentication string
    Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
    value string
    Connection string value.
    consumer_group str
    Consumer group used by the connection.
    display_name str
    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
    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. Use REDIRECT 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 Databases on shared Exadata infrastructure always use the long format.
    tls_authentication str
    Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
    value str
    Connection string value.
    consumerGroup String
    Consumer group used by the connection.
    displayName String
    The user-friendly name for the Autonomous Database. The name does not have to be unique.
    hostFormat String
    Host format used in connection string.
    isRegional Boolean
    protocol String
    Protocol used by the connection.
    sessionMode String
    Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECT for direct hand-offs. Use REDIRECT to redirect the session.
    syntaxFormat String
    Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Databases on shared Exadata infrastructure always use the long format.
    tlsAuthentication String
    Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
    value String
    Connection string value.

    GetAutonomousDatabaseConnectionUrl

    ApexUrl string
    Oracle Application Express (APEX) URL.
    DatabaseTransformsUrl string
    The URL of the Database Transforms for the Autonomous Database.
    GraphStudioUrl string
    The URL of the Graph Studio for the Autonomous Database.
    MachineLearningNotebookUrl string
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    MachineLearningUserManagementUrl string
    Oracle Machine Learning user management URL.
    MongoDbUrl string
    The URL of the MongoDB API for the Autonomous Database.
    OrdsUrl string
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    SqlDevWebUrl string
    Oracle SQL Developer Web URL.
    ApexUrl string
    Oracle Application Express (APEX) URL.
    DatabaseTransformsUrl string
    The URL of the Database Transforms for the Autonomous Database.
    GraphStudioUrl string
    The URL of the Graph Studio for the Autonomous Database.
    MachineLearningNotebookUrl string
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    MachineLearningUserManagementUrl string
    Oracle Machine Learning user management URL.
    MongoDbUrl string
    The URL of the MongoDB API for the Autonomous Database.
    OrdsUrl string
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    SqlDevWebUrl string
    Oracle SQL Developer Web URL.
    apexUrl String
    Oracle Application Express (APEX) URL.
    databaseTransformsUrl String
    The URL of the Database Transforms for the Autonomous Database.
    graphStudioUrl String
    The URL of the Graph Studio for the Autonomous Database.
    machineLearningNotebookUrl String
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machineLearningUserManagementUrl String
    Oracle Machine Learning user management URL.
    mongoDbUrl String
    The URL of the MongoDB API for the Autonomous Database.
    ordsUrl String
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    sqlDevWebUrl String
    Oracle SQL Developer Web URL.
    apexUrl string
    Oracle Application Express (APEX) URL.
    databaseTransformsUrl string
    The URL of the Database Transforms for the Autonomous Database.
    graphStudioUrl string
    The URL of the Graph Studio for the Autonomous Database.
    machineLearningNotebookUrl string
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machineLearningUserManagementUrl string
    Oracle Machine Learning user management URL.
    mongoDbUrl string
    The URL of the MongoDB API for the Autonomous Database.
    ordsUrl string
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    sqlDevWebUrl string
    Oracle SQL Developer Web URL.
    apex_url str
    Oracle Application Express (APEX) URL.
    database_transforms_url str
    The URL of the Database Transforms for the Autonomous Database.
    graph_studio_url str
    The URL of the Graph Studio for the Autonomous Database.
    machine_learning_notebook_url str
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machine_learning_user_management_url str
    Oracle Machine Learning user management URL.
    mongo_db_url str
    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_web_url str
    Oracle SQL Developer Web URL.
    apexUrl String
    Oracle Application Express (APEX) URL.
    databaseTransformsUrl String
    The URL of the Database Transforms for the Autonomous Database.
    graphStudioUrl String
    The URL of the Graph Studio for the Autonomous Database.
    machineLearningNotebookUrl String
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machineLearningUserManagementUrl String
    Oracle Machine Learning user management URL.
    mongoDbUrl String
    The URL of the MongoDB API for the Autonomous Database.
    ordsUrl String
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    sqlDevWebUrl String
    Oracle SQL Developer Web URL.

    GetAutonomousDatabaseCustomerContact

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

    GetAutonomousDatabaseDbToolsDetail

    ComputeCount double
    Compute used by database tools.
    IsEnabled bool
    Indicates whether tool is enabled.
    MaxIdleTimeInMinutes int
    The max idle time, in minutes, after which the VM used by database tools will be terminated.
    Name string
    Name of the day of the week.
    ComputeCount float64
    Compute used by database tools.
    IsEnabled bool
    Indicates whether tool is enabled.
    MaxIdleTimeInMinutes int
    The max idle time, in minutes, after which the VM used by database tools will be terminated.
    Name string
    Name of the day of the week.
    computeCount Double
    Compute used by database tools.
    isEnabled Boolean
    Indicates whether tool is enabled.
    maxIdleTimeInMinutes Integer
    The max idle time, in minutes, after which the VM used by database tools will be terminated.
    name String
    Name of the day of the week.
    computeCount number
    Compute used by database tools.
    isEnabled boolean
    Indicates whether tool is enabled.
    maxIdleTimeInMinutes number
    The max idle time, in minutes, after which the VM used by database tools will be terminated.
    name string
    Name of the day of the week.
    compute_count float
    Compute used by database tools.
    is_enabled bool
    Indicates whether tool is enabled.
    max_idle_time_in_minutes int
    The max idle time, in minutes, after which the VM used by database tools will be terminated.
    name str
    Name of the day of the week.
    computeCount Number
    Compute used by database tools.
    isEnabled Boolean
    Indicates whether tool is enabled.
    maxIdleTimeInMinutes Number
    The max idle time, in minutes, after which the VM used by database tools will be terminated.
    name String
    Name of the day of the week.

    GetAutonomousDatabaseKeyHistoryEntry

    Id string
    The id of the Autonomous Database Vault service key management history entry.
    KmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    TimeActivated string
    The date and time the kms key activated.
    VaultId string
    The OCID of the Oracle Cloud Infrastructure vault.
    Id string
    The id of the Autonomous Database Vault service key management history entry.
    KmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    TimeActivated string
    The date and time the kms key activated.
    VaultId string
    The OCID of the Oracle Cloud Infrastructure vault.
    id String
    The id of the Autonomous Database Vault service key management history entry.
    kmsKeyVersionId String
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    timeActivated String
    The date and time the kms key activated.
    vaultId String
    The OCID of the Oracle Cloud Infrastructure vault.
    id string
    The id of the Autonomous Database Vault service key management history entry.
    kmsKeyVersionId string
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    timeActivated string
    The date and time the kms key activated.
    vaultId string
    The OCID of the Oracle Cloud Infrastructure vault.
    id str
    The id of the Autonomous Database Vault service key management history entry.
    kms_key_version_id str
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    time_activated str
    The date and time the kms key activated.
    vault_id str
    The OCID of the Oracle Cloud Infrastructure vault.
    id String
    The id of the Autonomous Database Vault service key management history entry.
    kmsKeyVersionId String
    The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
    timeActivated String
    The date and time the kms key activated.
    vaultId String
    The OCID of the Oracle Cloud Infrastructure vault.

    GetAutonomousDatabaseLocalStandbyDb

    LagTimeInSeconds int
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    State string
    The current state of the Autonomous Database.
    TimeDataGuardRoleChanged string
    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.
    TimeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    LagTimeInSeconds int
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    State string
    The current state of the Autonomous Database.
    TimeDataGuardRoleChanged string
    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.
    TimeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeInSeconds Integer
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    state String
    The current state of the Autonomous Database.
    timeDataGuardRoleChanged String
    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.
    timeDisasterRecoveryRoleChanged String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeInSeconds number
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    state string
    The current state of the Autonomous Database.
    timeDataGuardRoleChanged string
    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.
    timeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lag_time_in_seconds int
    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.
    state str
    The current state of the Autonomous Database.
    time_data_guard_role_changed str
    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_recovery_role_changed str
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeInSeconds Number
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    state String
    The current state of the Autonomous Database.
    timeDataGuardRoleChanged String
    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.
    timeDisasterRecoveryRoleChanged String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.

    GetAutonomousDatabaseLongTermBackupSchedule

    IsDisabled bool
    Indicates if the resource pool should be deleted for the Autonomous Database.
    RepeatCadence string
    The frequency of the long-term backup schedule
    RetentionPeriodInDays int
    Retention period, in days, for long-term backups
    TimeOfBackup string
    The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
    IsDisabled bool
    Indicates if the resource pool should be deleted for the Autonomous Database.
    RepeatCadence string
    The frequency of the long-term backup schedule
    RetentionPeriodInDays int
    Retention period, in days, for long-term backups
    TimeOfBackup string
    The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
    isDisabled Boolean
    Indicates if the resource pool should be deleted for the Autonomous Database.
    repeatCadence String
    The frequency of the long-term backup schedule
    retentionPeriodInDays Integer
    Retention period, in days, for long-term backups
    timeOfBackup String
    The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
    isDisabled boolean
    Indicates if the resource pool should be deleted for the Autonomous Database.
    repeatCadence string
    The frequency of the long-term backup schedule
    retentionPeriodInDays number
    Retention period, in days, for long-term backups
    timeOfBackup string
    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_in_days int
    Retention period, in days, for long-term backups
    time_of_backup str
    The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
    isDisabled Boolean
    Indicates if the resource pool should be deleted for the Autonomous Database.
    repeatCadence String
    The frequency of the long-term backup schedule
    retentionPeriodInDays Number
    Retention period, in days, for long-term backups
    timeOfBackup String
    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.

    GetAutonomousDatabaseRemoteDisasterRecoveryConfiguration

    DisasterRecoveryType string
    Indicates the disaster recovery (DR) type of the Shared Autonomous Database. 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.
    IsReplicateAutomaticBackups bool
    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.
    IsSnapshotStandby bool
    TimeSnapshotStandbyEnabledTill string
    DisasterRecoveryType string
    Indicates the disaster recovery (DR) type of the Shared Autonomous Database. 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.
    IsReplicateAutomaticBackups bool
    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.
    IsSnapshotStandby bool
    TimeSnapshotStandbyEnabledTill string
    disasterRecoveryType String
    Indicates the disaster recovery (DR) type of the Shared Autonomous Database. 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.
    isReplicateAutomaticBackups Boolean
    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.
    isSnapshotStandby Boolean
    timeSnapshotStandbyEnabledTill String
    disasterRecoveryType string
    Indicates the disaster recovery (DR) type of the Shared Autonomous Database. 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.
    isReplicateAutomaticBackups boolean
    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.
    isSnapshotStandby boolean
    timeSnapshotStandbyEnabledTill string
    disaster_recovery_type str
    Indicates the disaster recovery (DR) type of the Shared Autonomous Database. 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_automatic_backups bool
    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_standby bool
    time_snapshot_standby_enabled_till str
    disasterRecoveryType String
    Indicates the disaster recovery (DR) type of the Shared Autonomous Database. 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.
    isReplicateAutomaticBackups Boolean
    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.
    isSnapshotStandby Boolean
    timeSnapshotStandbyEnabledTill String

    GetAutonomousDatabaseResourcePoolSummary

    IsDisabled bool
    Indicates if the resource pool should be deleted for the Autonomous Database.
    PoolSize int
    Resource pool size.
    IsDisabled bool
    Indicates if the resource pool should be deleted for the Autonomous Database.
    PoolSize int
    Resource pool size.
    isDisabled Boolean
    Indicates if the resource pool should be deleted for the Autonomous Database.
    poolSize Integer
    Resource pool size.
    isDisabled boolean
    Indicates if the resource pool should be deleted for the Autonomous Database.
    poolSize number
    Resource pool size.
    is_disabled bool
    Indicates if the resource pool should be deleted for the Autonomous Database.
    pool_size int
    Resource pool size.
    isDisabled Boolean
    Indicates if the resource pool should be deleted for the Autonomous Database.
    poolSize Number
    Resource pool size.

    GetAutonomousDatabaseScheduledOperation

    DayOfWeeks List<GetAutonomousDatabaseScheduledOperationDayOfWeek>
    Day of the week.
    ScheduledStartTime string
    auto start time. value must be of ISO-8601 format "HH:mm"
    ScheduledStopTime string
    auto stop time. value must be of ISO-8601 format "HH:mm"
    DayOfWeeks []GetAutonomousDatabaseScheduledOperationDayOfWeek
    Day of the week.
    ScheduledStartTime string
    auto start time. value must be of ISO-8601 format "HH:mm"
    ScheduledStopTime string
    auto stop time. value must be of ISO-8601 format "HH:mm"
    dayOfWeeks List<GetAutonomousScheduledOperationDayOfWeek>
    Day of the week.
    scheduledStartTime String
    auto start time. value must be of ISO-8601 format "HH:mm"
    scheduledStopTime String
    auto stop time. value must be of ISO-8601 format "HH:mm"
    dayOfWeeks GetAutonomousDatabaseScheduledOperationDayOfWeek[]
    Day of the week.
    scheduledStartTime string
    auto start time. value must be of ISO-8601 format "HH:mm"
    scheduledStopTime string
    auto stop time. value must be of ISO-8601 format "HH:mm"
    day_of_weeks GetAutonomousDatabaseScheduledOperationDayOfWeek]
    Day of the week.
    scheduled_start_time str
    auto start time. value must be of ISO-8601 format "HH:mm"
    scheduled_stop_time str
    auto stop time. value must be of ISO-8601 format "HH:mm"
    dayOfWeeks List<Property Map>
    Day of the week.
    scheduledStartTime String
    auto start time. value must be of ISO-8601 format "HH:mm"
    scheduledStopTime String
    auto stop time. value must be of ISO-8601 format "HH:mm"

    GetAutonomousDatabaseScheduledOperationDayOfWeek

    Name string
    Name of the day of the week.
    Name string
    Name of the day of the week.
    name String
    Name of the day of the week.
    name string
    Name of the day of the week.
    name str
    Name of the day of the week.
    name String
    Name of the day of the week.

    GetAutonomousDatabaseStandbyDb

    LagTimeInSeconds int
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    State string
    The current state of the Autonomous Database.
    TimeDataGuardRoleChanged string
    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.
    TimeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    LagTimeInSeconds int
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    State string
    The current state of the Autonomous Database.
    TimeDataGuardRoleChanged string
    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.
    TimeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeInSeconds Integer
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    state String
    The current state of the Autonomous Database.
    timeDataGuardRoleChanged String
    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.
    timeDisasterRecoveryRoleChanged String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeInSeconds number
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    state string
    The current state of the Autonomous Database.
    timeDataGuardRoleChanged string
    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.
    timeDisasterRecoveryRoleChanged string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lag_time_in_seconds int
    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.
    state str
    The current state of the Autonomous Database.
    time_data_guard_role_changed str
    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_recovery_role_changed str
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeInSeconds Number
    The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    state String
    The current state of the Autonomous Database.
    timeDataGuardRoleChanged String
    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.
    timeDisasterRecoveryRoleChanged String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.27.0 published on Friday, Mar 15, 2024 by Pulumi