Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Database.getAutonomousDatabasesClones
Explore with Pulumi AI
This data source provides the list of Autonomous Databases Clones in Oracle Cloud Infrastructure Database service.
Lists the Autonomous Database clones for the specified Autonomous Database.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAutonomousDatabasesClones = oci.Database.getAutonomousDatabasesClones({
    autonomousDatabaseId: testAutonomousDatabase.id,
    compartmentId: compartmentId,
    cloneType: autonomousDatabasesCloneCloneType,
    displayName: autonomousDatabasesCloneDisplayName,
    state: autonomousDatabasesCloneState,
});
import pulumi
import pulumi_oci as oci
test_autonomous_databases_clones = oci.Database.get_autonomous_databases_clones(autonomous_database_id=test_autonomous_database["id"],
    compartment_id=compartment_id,
    clone_type=autonomous_databases_clone_clone_type,
    display_name=autonomous_databases_clone_display_name,
    state=autonomous_databases_clone_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetAutonomousDatabasesClones(ctx, &database.GetAutonomousDatabasesClonesArgs{
			AutonomousDatabaseId: testAutonomousDatabase.Id,
			CompartmentId:        compartmentId,
			CloneType:            pulumi.StringRef(autonomousDatabasesCloneCloneType),
			DisplayName:          pulumi.StringRef(autonomousDatabasesCloneDisplayName),
			State:                pulumi.StringRef(autonomousDatabasesCloneState),
		}, 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 testAutonomousDatabasesClones = Oci.Database.GetAutonomousDatabasesClones.Invoke(new()
    {
        AutonomousDatabaseId = testAutonomousDatabase.Id,
        CompartmentId = compartmentId,
        CloneType = autonomousDatabasesCloneCloneType,
        DisplayName = autonomousDatabasesCloneDisplayName,
        State = autonomousDatabasesCloneState,
    });
});
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.GetAutonomousDatabasesClonesArgs;
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 testAutonomousDatabasesClones = DatabaseFunctions.getAutonomousDatabasesClones(GetAutonomousDatabasesClonesArgs.builder()
            .autonomousDatabaseId(testAutonomousDatabase.id())
            .compartmentId(compartmentId)
            .cloneType(autonomousDatabasesCloneCloneType)
            .displayName(autonomousDatabasesCloneDisplayName)
            .state(autonomousDatabasesCloneState)
            .build());
    }
}
variables:
  testAutonomousDatabasesClones:
    fn::invoke:
      function: oci:Database:getAutonomousDatabasesClones
      arguments:
        autonomousDatabaseId: ${testAutonomousDatabase.id}
        compartmentId: ${compartmentId}
        cloneType: ${autonomousDatabasesCloneCloneType}
        displayName: ${autonomousDatabasesCloneDisplayName}
        state: ${autonomousDatabasesCloneState}
Using getAutonomousDatabasesClones
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 getAutonomousDatabasesClones(args: GetAutonomousDatabasesClonesArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabasesClonesResult>
function getAutonomousDatabasesClonesOutput(args: GetAutonomousDatabasesClonesOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabasesClonesResult>def get_autonomous_databases_clones(autonomous_database_id: Optional[str] = None,
                                    clone_type: Optional[str] = None,
                                    compartment_id: Optional[str] = None,
                                    display_name: Optional[str] = None,
                                    filters: Optional[Sequence[GetAutonomousDatabasesClonesFilter]] = None,
                                    state: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabasesClonesResult
def get_autonomous_databases_clones_output(autonomous_database_id: Optional[pulumi.Input[str]] = None,
                                    clone_type: Optional[pulumi.Input[str]] = None,
                                    compartment_id: Optional[pulumi.Input[str]] = None,
                                    display_name: Optional[pulumi.Input[str]] = None,
                                    filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAutonomousDatabasesClonesFilterArgs]]]] = None,
                                    state: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabasesClonesResult]func GetAutonomousDatabasesClones(ctx *Context, args *GetAutonomousDatabasesClonesArgs, opts ...InvokeOption) (*GetAutonomousDatabasesClonesResult, error)
func GetAutonomousDatabasesClonesOutput(ctx *Context, args *GetAutonomousDatabasesClonesOutputArgs, opts ...InvokeOption) GetAutonomousDatabasesClonesResultOutput> Note: This function is named GetAutonomousDatabasesClones in the Go SDK.
public static class GetAutonomousDatabasesClones 
{
    public static Task<GetAutonomousDatabasesClonesResult> InvokeAsync(GetAutonomousDatabasesClonesArgs args, InvokeOptions? opts = null)
    public static Output<GetAutonomousDatabasesClonesResult> Invoke(GetAutonomousDatabasesClonesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAutonomousDatabasesClonesResult> getAutonomousDatabasesClones(GetAutonomousDatabasesClonesArgs args, InvokeOptions options)
public static Output<GetAutonomousDatabasesClonesResult> getAutonomousDatabasesClones(GetAutonomousDatabasesClonesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getAutonomousDatabasesClones:getAutonomousDatabasesClones
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AutonomousDatabase stringId 
- The database OCID.
- CompartmentId string
- The compartment OCID.
- CloneType string
- A filter to return only resources that match the given clone type exactly.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
List<GetAutonomous Databases Clones Filter> 
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- AutonomousDatabase stringId 
- The database OCID.
- CompartmentId string
- The compartment OCID.
- CloneType string
- A filter to return only resources that match the given clone type exactly.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
[]GetAutonomous Databases Clones Filter 
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- autonomousDatabase StringId 
- The database OCID.
- compartmentId String
- The compartment OCID.
- cloneType String
- A filter to return only resources that match the given clone type exactly.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
List<GetAutonomouss Clones Filter> 
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- autonomousDatabase stringId 
- The database OCID.
- compartmentId string
- The compartment OCID.
- cloneType string
- A filter to return only resources that match the given clone type exactly.
- displayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
GetAutonomous Databases Clones Filter[] 
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- autonomous_database_ strid 
- The database OCID.
- compartment_id str
- The compartment OCID.
- clone_type str
- A filter to return only resources that match the given clone type exactly.
- display_name str
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Sequence[GetAutonomous Databases Clones Filter] 
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- autonomousDatabase StringId 
- The database OCID.
- compartmentId String
- The compartment OCID.
- cloneType String
- A filter to return only resources that match the given clone type exactly.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters List<Property Map>
- state String
- A filter to return only resources that match the given lifecycle state exactly.
getAutonomousDatabasesClones Result
The following output properties are available:
- AutonomousDatabase stringId 
- AutonomousDatabases List<GetAutonomous Databases Clones Autonomous Database> 
- The list of autonomous_databases.
- CompartmentId string
- The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- CloneType string
- DisplayName string
- The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Filters
List<GetAutonomous Databases Clones Filter> 
- State string
- The current state of the Autonomous Database.
- AutonomousDatabase stringId 
- AutonomousDatabases []GetAutonomous Databases Clones Autonomous Database 
- The list of autonomous_databases.
- CompartmentId string
- The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- CloneType string
- DisplayName string
- The user-friendly name for the Autonomous Database. The name does not have to be unique.
- Filters
[]GetAutonomous Databases Clones Filter 
- State string
- The current state of the Autonomous Database.
- autonomousDatabase StringId 
- autonomousDatabases List<GetAutonomouss Clones Autonomous> 
- The list of autonomous_databases.
- compartmentId String
- The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- cloneType String
- displayName String
- The user-friendly name for the Autonomous Database. The name does not have to be unique.
- filters
List<GetAutonomouss Clones Filter> 
- state String
- The current state of the Autonomous Database.
- autonomousDatabase stringId 
- autonomousDatabases GetAutonomous Databases Clones Autonomous Database[] 
- The list of autonomous_databases.
- compartmentId string
- The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- cloneType string
- displayName string
- The user-friendly name for the Autonomous Database. The name does not have to be unique.
- filters
GetAutonomous Databases Clones Filter[] 
- state string
- The current state of the Autonomous Database.
- autonomous_database_ strid 
- autonomous_databases Sequence[GetAutonomous Databases Clones Autonomous Database] 
- The list of autonomous_databases.
- compartment_id str
- The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- clone_type str
- display_name str
- The user-friendly name for the Autonomous Database. The name does not have to be unique.
- filters
Sequence[GetAutonomous Databases Clones Filter] 
- state str
- The current state of the Autonomous Database.
- autonomousDatabase StringId 
- autonomousDatabases List<Property Map>
- The list of autonomous_databases.
- compartmentId String
- The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- cloneType String
- displayName String
- The user-friendly name for the Autonomous Database. The name does not have to be unique.
- filters List<Property Map>
- state String
- The current state of the Autonomous Database.
Supporting Types
GetAutonomousDatabasesClonesAutonomousDatabase     
- ActualUsed doubleData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- AllocatedStorage doubleSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- ApexDetails List<GetAutonomous Databases Clones Autonomous Database Apex Detail> 
- Information about Oracle APEX Application Development.
- ArePrimary boolWhitelisted Ips Used 
- This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- AutoRefresh intFrequency In Seconds 
- The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- AutoRefresh intPoint Lag In Seconds 
- The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AutonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle* availability_domain- The availability domain where the Autonomous Database Serverless instance is located.
- AvailabilityDomain string
- AvailableUpgrade List<string>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- BackupConfigs List<GetAutonomous Databases Clones Autonomous Database Backup Config> 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- BackupRetention intPeriod In Days 
- Retention period, in days, for backups.
- ByolCompute doubleCount Limit 
- CharacterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
- CloneTable List<int>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- CompartmentId string
- The compartment OCID.
- ComputeCount double
- Compute used by database tools.
- ComputeModel string
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- ConnectionStrings List<GetAutonomous Databases Clones Autonomous Database Connection String> 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- ConnectionUrls List<GetAutonomous Databases Clones Autonomous Database Connection Url> 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- CpuCore intCount 
- 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<GetAutonomous Databases Clones Autonomous Database Customer Contact> 
- Customer Contacts.
- DataSafe stringStatus 
- Status of the Data Safe registration for this Autonomous Database.
- DataStorage intSize In Gb 
- The quantity of data in the database, in gigabytes.
- DataStorage intSize In Tbs 
- The quantity of data in the database, in terabytes.
- DatabaseEdition string
- The Oracle Database Edition that applies to the Autonomous databases.
- DatabaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- DataguardRegion stringType 
- Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- DbName string
- The database name.
- DbTools List<GetDetails Autonomous Databases Clones Autonomous Database Db Tools Detail> 
- 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.
 
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisasterRecovery stringRegion Type 
- Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For 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
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- EncryptionKey List<GetHistory Entries Autonomous Databases Clones Autonomous Database Encryption Key History Entry> 
- Key History Entry.
- EncryptionKeys List<GetAutonomous Databases Clones Autonomous Database Encryption Key> 
- Details of the Autonomous Database encryption key.
- FailedData intRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Dictionary<string, string>
- 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.
- InMemory intArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- InMemory intPercentage 
- The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- InfrastructureType string
- The infrastructure type this resource belongs to.
- IsAccess boolControl Enabled 
- Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the whitelistedIpsproperty. While specifyingwhitelistedIpsrules 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 theUpdateAutonomousDatabaseAPI 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.
- IsAuto boolScaling Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- IsAuto boolScaling For Storage Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- IsBackup boolRetention Locked 
- Indicates if the Autonomous Database is backup retention locked.
- IsData boolGuard Enabled 
- 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.
- IsDev boolTier 
- Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- IsFree boolTier 
- 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.
- IsLocal boolData Guard Enabled 
- 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.
- IsMtls boolConnection Required 
- Specifies if the Autonomous Database requires mTLS connections.
- IsPreview bool
- Indicates if the Autonomous Database version is a preview version.
- IsReconnect boolClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- IsRefreshable boolClone 
- Indicates if the Autonomous Database is a refreshable clone.
- IsRemote boolData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- KeyHistory List<GetEntries Autonomous Databases Clones Autonomous Database Key History Entry> 
- Key History Entry.
- KeyStore stringId 
- The OCID of the key store of Oracle Vault.
- KeyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- KmsKey stringLifecycle Details 
- KMS key lifecycle details.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- 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.
- LocalAdg intAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- LocalDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- LocalStandby List<GetDbs Autonomous Databases Clones Autonomous Database Local Standby Db> 
- Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- LongTerm List<GetBackup Schedules Autonomous Databases Clones Autonomous Database Long Term Backup Schedule> 
- Details for the long-term backup schedule.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- MaxCpu intCore Count 
- The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- MemoryPer intOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- NcharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- NetServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- NextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- NsgIds List<string>
- 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_ONLYorREAD_WRITEmode.
- PeerDb List<string>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- PrivateEndpoint string
- The private endpoint for the resource.
- PrivateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- PrivateEndpoint stringLabel 
- The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- ProvisionableCpuses List<double>
- An array of CPU values that an Autonomous Database can be scaled to.
- PublicConnection List<GetUrls Autonomous Databases Clones Autonomous Database Public Connection Url> 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- PublicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- RefreshableMode string
- The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- RefreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- RemoteDisaster List<GetRecovery Configurations Autonomous Databases Clones Autonomous Database Remote Disaster Recovery Configuration> 
- Configurations of a Disaster Recovery.
- ResourcePool stringLeader Id 
- The unique identifier for leader autonomous database OCID OCID.
- ResourcePool List<GetSummaries Autonomous Databases Clones Autonomous Database Resource Pool Summary> 
- 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.
- ScheduledOperations List<GetAutonomous Databases Clones Autonomous Database Scheduled Operation> 
- The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
- SecurityAttributes Dictionary<string, string>
- Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- ServiceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- SourceId string
- The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
- StandbyDbs List<GetAutonomous Databases Clones Autonomous Database Standby Db> 
- Deprecated Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- StandbyWhitelisted List<string>Ips 
- The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- SubnetId string
- The OCID of the subnet the resource is associated with.
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with.
- SupportedRegions List<string>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time the Autonomous Database was created.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- TimeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- TimeOf stringJoining Resource Pool 
- TimeOf stringLast Failover 
- The timestamp of the last failover operation.
- TimeOf stringLast Refresh 
- The date and time when last refresh happened.
- TimeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- TimeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- TimeOf stringNext Refresh 
- The date and time of next refresh.
- TimeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- TimeUndeleted string
- The date and time the Autonomous Database was most recently undeleted.
- TimeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- TotalBackup doubleStorage Size In Gbs 
- The backup storage to the database.
- UsedData intStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- UsedData intStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- 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 arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- ActualUsed float64Data Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- AllocatedStorage float64Size In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- ApexDetails []GetAutonomous Databases Clones Autonomous Database Apex Detail 
- Information about Oracle APEX Application Development.
- ArePrimary boolWhitelisted Ips Used 
- This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- AutoRefresh intFrequency In Seconds 
- The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- AutoRefresh intPoint Lag In Seconds 
- The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AutonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle* availability_domain- The availability domain where the Autonomous Database Serverless instance is located.
- AvailabilityDomain string
- AvailableUpgrade []stringVersions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- BackupConfigs []GetAutonomous Databases Clones Autonomous Database Backup Config 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- BackupRetention intPeriod In Days 
- Retention period, in days, for backups.
- ByolCompute float64Count Limit 
- CharacterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
- CloneTable []intSpace Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- ClusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- CompartmentId string
- The compartment OCID.
- ComputeCount float64
- Compute used by database tools.
- ComputeModel string
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- ConnectionStrings []GetAutonomous Databases Clones Autonomous Database Connection String 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- ConnectionUrls []GetAutonomous Databases Clones Autonomous Database Connection Url 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- CpuCore intCount 
- 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 []GetAutonomous Databases Clones Autonomous Database Customer Contact 
- Customer Contacts.
- DataSafe stringStatus 
- Status of the Data Safe registration for this Autonomous Database.
- DataStorage intSize In Gb 
- The quantity of data in the database, in gigabytes.
- DataStorage intSize In Tbs 
- The quantity of data in the database, in terabytes.
- DatabaseEdition string
- The Oracle Database Edition that applies to the Autonomous databases.
- DatabaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- DataguardRegion stringType 
- Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- DbName string
- The database name.
- DbTools []GetDetails Autonomous Databases Clones Autonomous Database Db Tools Detail 
- 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.
 
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisasterRecovery stringRegion Type 
- Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For 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
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- EncryptionKey []GetHistory Entries Autonomous Databases Clones Autonomous Database Encryption Key History Entry 
- Key History Entry.
- EncryptionKeys []GetAutonomous Databases Clones Autonomous Database Encryption Key 
- Details of the Autonomous Database encryption key.
- FailedData intRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- map[string]string
- 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.
- InMemory intArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- InMemory intPercentage 
- The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- InfrastructureType string
- The infrastructure type this resource belongs to.
- IsAccess boolControl Enabled 
- Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the whitelistedIpsproperty. While specifyingwhitelistedIpsrules 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 theUpdateAutonomousDatabaseAPI 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.
- IsAuto boolScaling Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- IsAuto boolScaling For Storage Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- IsBackup boolRetention Locked 
- Indicates if the Autonomous Database is backup retention locked.
- IsData boolGuard Enabled 
- 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.
- IsDev boolTier 
- Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- IsFree boolTier 
- 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.
- IsLocal boolData Guard Enabled 
- 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.
- IsMtls boolConnection Required 
- Specifies if the Autonomous Database requires mTLS connections.
- IsPreview bool
- Indicates if the Autonomous Database version is a preview version.
- IsReconnect boolClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- IsRefreshable boolClone 
- Indicates if the Autonomous Database is a refreshable clone.
- IsRemote boolData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- KeyHistory []GetEntries Autonomous Databases Clones Autonomous Database Key History Entry 
- Key History Entry.
- KeyStore stringId 
- The OCID of the key store of Oracle Vault.
- KeyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- KmsKey stringLifecycle Details 
- KMS key lifecycle details.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- 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.
- LocalAdg intAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- LocalDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- LocalStandby []GetDbs Autonomous Databases Clones Autonomous Database Local Standby Db 
- Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- LongTerm []GetBackup Schedules Autonomous Databases Clones Autonomous Database Long Term Backup Schedule 
- Details for the long-term backup schedule.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- MaxCpu intCore Count 
- The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- MemoryPer intOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- NcharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- NetServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- NextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- NsgIds []string
- 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_ONLYorREAD_WRITEmode.
- PeerDb []stringIds 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- PrivateEndpoint string
- The private endpoint for the resource.
- PrivateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- PrivateEndpoint stringLabel 
- The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- ProvisionableCpuses []float64
- An array of CPU values that an Autonomous Database can be scaled to.
- PublicConnection []GetUrls Autonomous Databases Clones Autonomous Database Public Connection Url 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- PublicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- RefreshableMode string
- The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- RefreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- RemoteDisaster []GetRecovery Configurations Autonomous Databases Clones Autonomous Database Remote Disaster Recovery Configuration 
- Configurations of a Disaster Recovery.
- ResourcePool stringLeader Id 
- The unique identifier for leader autonomous database OCID OCID.
- ResourcePool []GetSummaries Autonomous Databases Clones Autonomous Database Resource Pool Summary 
- 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.
- ScheduledOperations []GetAutonomous Databases Clones Autonomous Database Scheduled Operation 
- The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
- SecurityAttributes map[string]string
- Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- ServiceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- SourceId string
- The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
- StandbyDbs []GetAutonomous Databases Clones Autonomous Database Standby Db 
- Deprecated Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- StandbyWhitelisted []stringIps 
- The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- SubnetId string
- The OCID of the subnet the resource is associated with.
- SubscriptionId string
- The OCID of the subscription with which resource needs to be associated with.
- SupportedRegions []stringTo Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- TimeCreated string
- The date and time the Autonomous Database was created.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- TimeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- TimeOf stringJoining Resource Pool 
- TimeOf stringLast Failover 
- The timestamp of the last failover operation.
- TimeOf stringLast Refresh 
- The date and time when last refresh happened.
- TimeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- TimeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- TimeOf stringNext Refresh 
- The date and time of next refresh.
- TimeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- TimeUndeleted string
- The date and time the Autonomous Database was most recently undeleted.
- TimeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- TotalBackup float64Storage Size In Gbs 
- The backup storage to the database.
- UsedData intStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- UsedData intStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- 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 arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- actualUsed DoubleData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocatedStorage DoubleSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails List<GetAutonomouss Clones Autonomous Apex Detail> 
- Information about Oracle APEX Application Development.
- arePrimary BooleanWhitelisted Ips Used 
- This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh IntegerFrequency In Seconds 
- The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh IntegerPoint Lag In Seconds 
- The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousMaintenance StringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle* availability_domain- The availability domain where the Autonomous Database Serverless instance is located.
- availabilityDomain String
- availableUpgrade List<String>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs List<GetAutonomouss Clones Autonomous Backup Config> 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backupRetention IntegerPeriod In Days 
- Retention period, in days, for backups.
- byolCompute DoubleCount Limit 
- characterSet String
- The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
- cloneTable List<Integer>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartmentId String
- The compartment OCID.
- computeCount Double
- Compute used by database tools.
- computeModel String
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connectionStrings List<GetAutonomouss Clones Autonomous Connection String> 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls List<GetAutonomouss Clones Autonomous Connection Url> 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpuCore IntegerCount 
- 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<GetAutonomouss Clones Autonomous Customer Contact> 
- Customer Contacts.
- dataSafe StringStatus 
- Status of the Data Safe registration for this Autonomous Database.
- dataStorage IntegerSize In Gb 
- The quantity of data in the database, in gigabytes.
- dataStorage IntegerSize In Tbs 
- The quantity of data in the database, in terabytes.
- databaseEdition String
- The Oracle Database Edition that applies to the Autonomous databases.
- databaseManagement StringStatus 
- Status of Database Management for this Autonomous Database.
- dataguardRegion StringType 
- Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- dbName String
- The database name.
- dbTools List<GetDetails Autonomouss Clones Autonomous Db Tools Detail> 
- 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.
 
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery StringRegion Type 
- Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For 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
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- encryptionKey List<GetHistory Entries Autonomouss Clones Autonomous Encryption Key History Entry> 
- Key History Entry.
- encryptionKeys List<GetAutonomouss Clones Autonomous Encryption Key> 
- Details of the Autonomous Database encryption key.
- failedData IntegerRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Map<String,String>
- 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.
- inMemory IntegerArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- inMemory IntegerPercentage 
- The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructureType String
- The infrastructure type this resource belongs to.
- isAccess BooleanControl Enabled 
- Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the whitelistedIpsproperty. While specifyingwhitelistedIpsrules 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 theUpdateAutonomousDatabaseAPI 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.
- isAuto BooleanScaling Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto BooleanScaling For Storage Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup BooleanRetention Locked 
- Indicates if the Autonomous Database is backup retention locked.
- isData BooleanGuard Enabled 
- 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.
- isDev BooleanTier 
- Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isFree BooleanTier 
- 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.
- isLocal BooleanData Guard Enabled 
- 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.
- isMtls BooleanConnection Required 
- Specifies if the Autonomous Database requires mTLS connections.
- isPreview Boolean
- Indicates if the Autonomous Database version is a preview version.
- isReconnect BooleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRefreshable BooleanClone 
- Indicates if the Autonomous Database is a refreshable clone.
- isRemote BooleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- keyHistory List<GetEntries Autonomouss Clones Autonomous Key History Entry> 
- Key History Entry.
- keyStore StringId 
- The OCID of the key store of Oracle Vault.
- keyStore StringWallet Name 
- The wallet name for Oracle Key Vault.
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kmsKey StringLifecycle Details 
- KMS key lifecycle details.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- 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.
- localAdg IntegerAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- localDisaster StringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby List<GetDbs Autonomouss Clones Autonomous Local Standby Db> 
- Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- longTerm List<GetBackup Schedules Autonomouss Clones Autonomous Long Term Backup Schedule> 
- Details for the long-term backup schedule.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- maxCpu IntegerCore Count 
- The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memoryPer IntegerOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- ncharacterSet String
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- netServices StringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong StringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- nsgIds List<String>
- 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_ONLYorREAD_WRITEmode.
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- privateEndpoint String
- The private endpoint for the resource.
- privateEndpoint StringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint StringLabel 
- The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionableCpuses List<Double>
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection List<GetUrls Autonomouss Clones Autonomous Public Connection Url> 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint String
- The public endpoint for the private endpoint enabled resource.
- refreshableMode String
- The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- refreshableStatus String
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster List<GetRecovery Configurations Autonomouss Clones Autonomous Remote Disaster Recovery Configuration> 
- Configurations of a Disaster Recovery.
- resourcePool StringLeader Id 
- The unique identifier for leader autonomous database OCID OCID.
- resourcePool List<GetSummaries Autonomouss Clones Autonomous Resource Pool Summary> 
- 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.
- scheduledOperations List<GetAutonomouss Clones Autonomous Scheduled Operation> 
- The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
- securityAttributes Map<String,String>
- Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- serviceConsole StringUrl 
- The URL of the Service Console for the Autonomous Database.
- sourceId String
- The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
- standbyDbs List<GetAutonomouss Clones Autonomous Standby Db> 
- Deprecated Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- standbyWhitelisted List<String>Ips 
- The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- subnetId String
- The OCID of the subnet the resource is associated with.
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with.
- supportedRegions List<String>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time the Autonomous Database was created.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion StringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal StringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- timeOf StringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timeOf StringJoining Resource Pool 
- timeOf StringLast Failover 
- The timestamp of the last failover operation.
- timeOf StringLast Refresh 
- The date and time when last refresh happened.
- timeOf StringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf StringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf StringNext Refresh 
- The date and time of next refresh.
- timeReclamation StringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted String
- The date and time the Autonomous Database was most recently undeleted.
- timeUntil StringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- totalBackup DoubleStorage Size In Gbs 
- The backup storage to the database.
- usedData IntegerStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData IntegerStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- 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 arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- actualUsed numberData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocatedStorage numberSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails GetAutonomous Databases Clones Autonomous Database Apex Detail[] 
- Information about Oracle APEX Application Development.
- arePrimary booleanWhitelisted Ips Used 
- This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh numberFrequency In Seconds 
- The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh numberPoint Lag In Seconds 
- The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousMaintenance stringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle* availability_domain- The availability domain where the Autonomous Database Serverless instance is located.
- availabilityDomain string
- availableUpgrade string[]Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs GetAutonomous Databases Clones Autonomous Database Backup Config[] 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backupRetention numberPeriod In Days 
- Retention period, in days, for backups.
- byolCompute numberCount Limit 
- characterSet string
- The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
- cloneTable number[]Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- clusterPlacement stringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartmentId string
- The compartment OCID.
- computeCount number
- Compute used by database tools.
- computeModel string
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connectionStrings GetAutonomous Databases Clones Autonomous Database Connection String[] 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls GetAutonomous Databases Clones Autonomous Database Connection Url[] 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpuCore numberCount 
- 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 GetAutonomous Databases Clones Autonomous Database Customer Contact[] 
- Customer Contacts.
- dataSafe stringStatus 
- Status of the Data Safe registration for this Autonomous Database.
- dataStorage numberSize In Gb 
- The quantity of data in the database, in gigabytes.
- dataStorage numberSize In Tbs 
- The quantity of data in the database, in terabytes.
- databaseEdition string
- The Oracle Database Edition that applies to the Autonomous databases.
- databaseManagement stringStatus 
- Status of Database Management for this Autonomous Database.
- dataguardRegion stringType 
- Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- dbName string
- The database name.
- dbTools GetDetails Autonomous Databases Clones Autonomous Database Db Tools Detail[] 
- 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.
 
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery stringRegion Type 
- Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For 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
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- encryptionKey GetHistory Entries Autonomous Databases Clones Autonomous Database Encryption Key History Entry[] 
- Key History Entry.
- encryptionKeys GetAutonomous Databases Clones Autonomous Database Encryption Key[] 
- Details of the Autonomous Database encryption key.
- failedData numberRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- {[key: string]: string}
- 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.
- inMemory numberArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- inMemory numberPercentage 
- The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructureType string
- The infrastructure type this resource belongs to.
- isAccess booleanControl Enabled 
- Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the whitelistedIpsproperty. While specifyingwhitelistedIpsrules 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 theUpdateAutonomousDatabaseAPI 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.
- isAuto booleanScaling Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto booleanScaling For Storage Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup booleanRetention Locked 
- Indicates if the Autonomous Database is backup retention locked.
- isData booleanGuard Enabled 
- 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.
- isDev booleanTier 
- Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isFree booleanTier 
- 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.
- isLocal booleanData Guard Enabled 
- 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.
- isMtls booleanConnection Required 
- Specifies if the Autonomous Database requires mTLS connections.
- isPreview boolean
- Indicates if the Autonomous Database version is a preview version.
- isReconnect booleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRefreshable booleanClone 
- Indicates if the Autonomous Database is a refreshable clone.
- isRemote booleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- keyHistory GetEntries Autonomous Databases Clones Autonomous Database Key History Entry[] 
- Key History Entry.
- keyStore stringId 
- The OCID of the key store of Oracle Vault.
- keyStore stringWallet Name 
- The wallet name for Oracle Key Vault.
- kmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kmsKey stringLifecycle Details 
- KMS key lifecycle details.
- kmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- 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.
- localAdg numberAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- localDisaster stringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby GetDbs Autonomous Databases Clones Autonomous Database Local Standby Db[] 
- Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- longTerm GetBackup Schedules Autonomous Databases Clones Autonomous Database Long Term Backup Schedule[] 
- Details for the long-term backup schedule.
- maintenanceTarget stringComponent 
- The component chosen for maintenance.
- maxCpu numberCore Count 
- The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memoryPer numberOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- ncharacterSet string
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- netServices stringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong stringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- nsgIds string[]
- 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_ONLYorREAD_WRITEmode.
- peerDb string[]Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- privateEndpoint string
- The private endpoint for the resource.
- privateEndpoint stringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint stringLabel 
- The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionableCpuses number[]
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection GetUrls Autonomous Databases Clones Autonomous Database Public Connection Url[] 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint string
- The public endpoint for the private endpoint enabled resource.
- refreshableMode string
- The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- refreshableStatus string
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster GetRecovery Configurations Autonomous Databases Clones Autonomous Database Remote Disaster Recovery Configuration[] 
- Configurations of a Disaster Recovery.
- resourcePool stringLeader Id 
- The unique identifier for leader autonomous database OCID OCID.
- resourcePool GetSummaries Autonomous Databases Clones Autonomous Database Resource Pool Summary[] 
- 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.
- scheduledOperations GetAutonomous Databases Clones Autonomous Database Scheduled Operation[] 
- The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
- securityAttributes {[key: string]: string}
- Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- serviceConsole stringUrl 
- The URL of the Service Console for the Autonomous Database.
- sourceId string
- The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
- standbyDbs GetAutonomous Databases Clones Autonomous Database Standby Db[] 
- Deprecated Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- standbyWhitelisted string[]Ips 
- The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- subnetId string
- The OCID of the subnet the resource is associated with.
- subscriptionId string
- The OCID of the subscription with which resource needs to be associated with.
- supportedRegions string[]To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated string
- The date and time the Autonomous Database was created.
- timeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion stringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal stringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance stringBegin 
- The date and time when maintenance will begin.
- timeMaintenance stringEnd 
- The date and time when maintenance will end.
- timeOf stringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timeOf stringJoining Resource Pool 
- timeOf stringLast Failover 
- The timestamp of the last failover operation.
- timeOf stringLast Refresh 
- The date and time when last refresh happened.
- timeOf stringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf stringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf stringNext Refresh 
- The date and time of next refresh.
- timeReclamation stringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted string
- The date and time the Autonomous Database was most recently undeleted.
- timeUntil stringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- totalBackup numberStorage Size In Gbs 
- The backup storage to the database.
- usedData numberStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData numberStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- 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 arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- actual_used_ floatdata_ storage_ size_ in_ tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocated_storage_ floatsize_ in_ tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apex_details Sequence[GetAutonomous Databases Clones Autonomous Database Apex Detail] 
- Information about Oracle APEX Application Development.
- are_primary_ boolwhitelisted_ ips_ used 
- This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- auto_refresh_ intfrequency_ in_ seconds 
- The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- auto_refresh_ intpoint_ lag_ in_ seconds 
- The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomous_container_ strdatabase_ id 
- The Autonomous Container Database OCID.
- autonomous_maintenance_ strschedule_ type 
- The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle* availability_domain- The availability domain where the Autonomous Database Serverless instance is located.
- availability_domain str
- available_upgrade_ Sequence[str]versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backup_configs Sequence[GetAutonomous Databases Clones Autonomous Database Backup Config] 
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backup_retention_ intperiod_ in_ days 
- Retention period, in days, for backups.
- byol_compute_ floatcount_ limit 
- character_set str
- The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
- clone_table_ Sequence[int]space_ lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- cluster_placement_ strgroup_ id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartment_id str
- The compartment OCID.
- compute_count float
- Compute used by database tools.
- compute_model str
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connection_strings Sequence[GetAutonomous Databases Clones Autonomous Database Connection String] 
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connection_urls Sequence[GetAutonomous Databases Clones Autonomous Database Connection Url] 
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpu_core_ intcount 
- 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 Sequence[GetAutonomous Databases Clones Autonomous Database Customer Contact] 
- Customer Contacts.
- data_safe_ strstatus 
- Status of the Data Safe registration for this Autonomous Database.
- data_storage_ intsize_ in_ gb 
- The quantity of data in the database, in gigabytes.
- data_storage_ intsize_ in_ tbs 
- The quantity of data in the database, in terabytes.
- database_edition str
- The Oracle Database Edition that applies to the Autonomous databases.
- database_management_ strstatus 
- Status of Database Management for this Autonomous Database.
- dataguard_region_ strtype 
- Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- db_name str
- The database name.
- db_tools_ Sequence[Getdetails Autonomous Databases Clones Autonomous Database Db Tools Detail] 
- 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.
 
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disaster_recovery_ strregion_ type 
- Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
- display_name str
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- encryption_key_ Sequence[Gethistory_ entries Autonomous Databases Clones Autonomous Database Encryption Key History Entry] 
- Key History Entry.
- encryption_keys Sequence[GetAutonomous Databases Clones Autonomous Database Encryption Key] 
- Details of the Autonomous Database encryption key.
- failed_data_ intrecovery_ in_ seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Mapping[str, str]
- 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_ intarea_ in_ gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- in_memory_ intpercentage 
- The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructure_type str
- The infrastructure type this resource belongs to.
- is_access_ boolcontrol_ enabled 
- Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the whitelistedIpsproperty. While specifyingwhitelistedIpsrules 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 theUpdateAutonomousDatabaseAPI 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_ boolscaling_ enabled 
- Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- is_auto_ boolscaling_ for_ storage_ enabled 
- Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- is_backup_ boolretention_ locked 
- Indicates if the Autonomous Database is backup retention locked.
- is_data_ boolguard_ enabled 
- 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_ booltier 
- Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- is_free_ booltier 
- 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_ booldata_ guard_ enabled 
- Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is_mtls_ boolconnection_ required 
- Specifies if the Autonomous Database requires mTLS connections.
- is_preview bool
- Indicates if the Autonomous Database version is a preview version.
- is_reconnect_ boolclone_ enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- is_refreshable_ boolclone 
- Indicates if the Autonomous Database is a refreshable clone.
- is_remote_ booldata_ guard_ enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- key_history_ Sequence[Getentries Autonomous Databases Clones Autonomous Database Key History Entry] 
- Key History Entry.
- key_store_ strid 
- The OCID of the key store of Oracle Vault.
- key_store_ strwallet_ name 
- The wallet name for Oracle Key Vault.
- kms_key_ strid 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms_key_ strlifecycle_ details 
- KMS key lifecycle details.
- kms_key_ strversion_ id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- 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_ intauto_ failover_ max_ data_ loss_ limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- local_disaster_ strrecovery_ type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- local_standby_ Sequence[Getdbs Autonomous Databases Clones Autonomous Database Local Standby Db] 
- Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- long_term_ Sequence[Getbackup_ schedules Autonomous Databases Clones Autonomous Database Long Term Backup Schedule] 
- Details for the long-term backup schedule.
- maintenance_target_ strcomponent 
- The component chosen for maintenance.
- max_cpu_ intcore_ count 
- The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memory_per_ intoracle_ compute_ unit_ in_ gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- ncharacter_set str
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- net_services_ strarchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- next_long_ strterm_ backup_ time_ stamp 
- The date and time when the next long-term backup would be created.
- nsg_ids Sequence[str]
- 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_ONLYorREAD_WRITEmode.
- peer_db_ Sequence[str]ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- private_endpoint str
- The private endpoint for the resource.
- private_endpoint_ strip 
- The private endpoint Ip address for the resource.
- private_endpoint_ strlabel 
- The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionable_cpuses Sequence[float]
- An array of CPU values that an Autonomous Database can be scaled to.
- public_connection_ Sequence[Geturls Autonomous Databases Clones Autonomous Database Public Connection Url] 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- public_endpoint str
- The public endpoint for the private endpoint enabled resource.
- refreshable_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_ Sequence[Getrecovery_ configurations Autonomous Databases Clones Autonomous Database Remote Disaster Recovery Configuration] 
- Configurations of a Disaster Recovery.
- resource_pool_ strleader_ id 
- The unique identifier for leader autonomous database OCID OCID.
- resource_pool_ Sequence[Getsummaries Autonomous Databases Clones Autonomous Database Resource Pool Summary] 
- 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.
- scheduled_operations Sequence[GetAutonomous Databases Clones Autonomous Database Scheduled Operation] 
- The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
- security_attributes Mapping[str, str]
- Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- service_console_ strurl 
- The URL of the Service Console for the Autonomous Database.
- source_id str
- The OCID of the source Autonomous Database that was cloned to create the current Autonomous Database.
- standby_dbs Sequence[GetAutonomous Databases Clones Autonomous Database Standby Db] 
- Deprecated Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- standby_whitelisted_ Sequence[str]ips 
- The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- subnet_id str
- The OCID of the subnet the resource is associated with.
- subscription_id str
- The OCID of the subscription with which resource needs to be associated with.
- supported_regions_ Sequence[str]to_ clone_ tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- time_created str
- The date and time the Autonomous Database was created.
- time_data_ strguard_ role_ changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_deletion_ strof_ free_ autonomous_ database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- time_disaster_ strrecovery_ role_ changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time_local_ strdata_ guard_ enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- time_maintenance_ strbegin 
- The date and time when maintenance will begin.
- time_maintenance_ strend 
- The date and time when maintenance will end.
- time_of_ strauto_ refresh_ start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- time_of_ strjoining_ resource_ pool 
- time_of_ strlast_ failover 
- The timestamp of the last failover operation.
- time_of_ strlast_ refresh 
- The date and time when last refresh happened.
- time_of_ strlast_ refresh_ point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- time_of_ strlast_ switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- time_of_ strnext_ refresh 
- The date and time of next refresh.
- time_reclamation_ strof_ free_ autonomous_ database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- time_undeleted str
- The date and time the Autonomous Database was most recently undeleted.
- time_until_ strreconnect_ clone_ enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- total_backup_ floatstorage_ size_ in_ gbs 
- The backup storage to the database.
- used_data_ intstorage_ size_ in_ gbs 
- The storage space consumed by Autonomous Database in GBs.
- used_data_ intstorage_ size_ in_ tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- 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 arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- actualUsed NumberData Storage Size In Tbs 
- The current amount of storage in use for user and system data, in terabytes (TB).
- allocatedStorage NumberSize In Tbs 
- The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the dataStorageSizeInTBsvalue. You can compare this value to theactualUsedDataStorageSizeInTBsvalue to determine if a manual shrink operation is appropriate for your allocated storage.
- apexDetails List<Property Map>
- Information about Oracle APEX Application Development.
- arePrimary BooleanWhitelisted Ips Used 
- This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled. It's value would be TRUEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby. It's value would beFALSEif Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
- autoRefresh NumberFrequency In Seconds 
- The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the timeOfAutoRefreshStartparameter.
- autoRefresh NumberPoint Lag In Seconds 
- The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- autonomousMaintenance StringSchedule Type 
- The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle* availability_domain- The availability domain where the Autonomous Database Serverless instance is located.
- availabilityDomain String
- availableUpgrade List<String>Versions 
- List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
- backupConfigs List<Property Map>
- Autonomous Database configuration details for storing manual backups in the Object Storage service.
- backupRetention NumberPeriod In Days 
- Retention period, in days, for backups.
- byolCompute NumberCount Limit 
- characterSet String
- The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
- cloneTable List<Number>Space Lists 
- A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
- clusterPlacement StringGroup Id 
- The OCID of the cluster placement group of the Autonomous Serverless Database.
- compartmentId String
- The compartment OCID.
- computeCount Number
- Compute used by database tools.
- computeModel String
- The compute model of the Autonomous Database. This is required if using the computeCountparameter. If usingcpuCoreCountthen it is an error to specifycomputeModelto a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
- connectionStrings List<Property Map>
- The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
- connectionUrls List<Property Map>
- The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure. Example: {"sqlDevWebUrl": "https://<hostname>/ords...", "apexUrl", "https://<hostname>/ords..."}
- cpuCore NumberCount 
- 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.
- dataSafe StringStatus 
- Status of the Data Safe registration for this Autonomous Database.
- dataStorage NumberSize In Gb 
- The quantity of data in the database, in gigabytes.
- dataStorage NumberSize In Tbs 
- The quantity of data in the database, in terabytes.
- databaseEdition String
- The Oracle Database Edition that applies to the Autonomous databases.
- databaseManagement StringStatus 
- Status of Database Management for this Autonomous Database.
- dataguardRegion StringType 
- Deprecated. The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
- dbName String
- The database name.
- dbTools List<Property Map>Details 
- 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.
 
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disasterRecovery StringRegion Type 
- Deprecated. The disaster recovery (DR) region type of the Autonomous Database. For 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
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- encryptionKey List<Property Map>History Entries 
- Key History Entry.
- encryptionKeys List<Property Map>
- Details of the Autonomous Database encryption key.
- failedData NumberRecovery In Seconds 
- Indicates the number of seconds of data loss for a Data Guard failover.
- Map<String>
- 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.
- inMemory NumberArea In Gbs 
- The area assigned to In-Memory tables in Autonomous Database.
- inMemory NumberPercentage 
- The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
- infrastructureType String
- The infrastructure type this resource belongs to.
- isAccess BooleanControl Enabled 
- Indicates if the database-level access control is enabled. If disabled, database access is defined by the network security rules. If enabled, database access is restricted to the IP addresses defined by the rules specified with the whitelistedIpsproperty. While specifyingwhitelistedIpsrules 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 theUpdateAutonomousDatabaseAPI 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.
- isAuto BooleanScaling Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is TRUE.
- isAuto BooleanScaling For Storage Enabled 
- Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is FALSE.
- isBackup BooleanRetention Locked 
- Indicates if the Autonomous Database is backup retention locked.
- isData BooleanGuard Enabled 
- 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.
- isDev BooleanTier 
- Autonomous Database for Developers are free Autonomous Databases that developers can use to build and test new applications.With Autonomous these database instancess instances, you can try new Autonomous Database features for free and apply them to ongoing or new development projects. Developer database comes with limited resources and is, therefore, not suitable for large-scale testing and production deployments. When you need more compute or storage resources, you can transition to a paid database licensing by cloning your developer database into a regular Autonomous Database. See Autonomous Database documentation for more details.
- isFree BooleanTier 
- 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.
- isLocal BooleanData Guard Enabled 
- 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.
- isMtls BooleanConnection Required 
- Specifies if the Autonomous Database requires mTLS connections.
- isPreview Boolean
- Indicates if the Autonomous Database version is a preview version.
- isReconnect BooleanClone Enabled 
- Indicates if the refreshable clone can be reconnected to its source database.
- isRefreshable BooleanClone 
- Indicates if the Autonomous Database is a refreshable clone.
- isRemote BooleanData Guard Enabled 
- Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- keyHistory List<Property Map>Entries 
- Key History Entry.
- keyStore StringId 
- The OCID of the key store of Oracle Vault.
- keyStore StringWallet Name 
- The wallet name for Oracle Key Vault.
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kmsKey StringLifecycle Details 
- KMS key lifecycle details.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- 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.
- localAdg NumberAuto Failover Max Data Loss Limit 
- Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
- localDisaster StringRecovery Type 
- Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- localStandby List<Property Map>Dbs 
- Autonomous Data Guard standby database details.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- longTerm List<Property Map>Backup Schedules 
- Details for the long-term backup schedule.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- maxCpu NumberCore Count 
- The number of Max OCPU cores to be made available to the autonomous database with auto scaling of cpu enabled.
- memoryPer NumberOracle Compute Unit In Gbs 
- The amount of memory (in GBs) enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- ncharacterSet String
- The national character set for the autonomous database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8.
- netServices StringArchitecture 
- Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- nextLong StringTerm Backup Time Stamp 
- The date and time when the next long-term backup would be created.
- nsgIds List<String>
- 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_ONLYorREAD_WRITEmode.
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
- privateEndpoint String
- The private endpoint for the resource.
- privateEndpoint StringIp 
- The private endpoint Ip address for the resource.
- privateEndpoint StringLabel 
- The resource's private endpoint label.- Setting the endpoint label to a non-empty string creates a private endpoint database.
- Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
- Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
 
- provisionableCpuses List<Number>
- An array of CPU values that an Autonomous Database can be scaled to.
- publicConnection List<Property Map>Urls 
- The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
- publicEndpoint String
- The public endpoint for the private endpoint enabled resource.
- refreshableMode String
- The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
- refreshableStatus String
- The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
- remoteDisaster List<Property Map>Recovery Configurations 
- Configurations of a Disaster Recovery.
- resourcePool StringLeader Id 
- The unique identifier for leader autonomous database OCID OCID.
- resourcePool List<Property Map>Summaries 
- 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.
- scheduledOperations List<Property Map>
- The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
- securityAttributes Map<String>
- Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- serviceConsole StringUrl 
- The URL of the Service Console for the Autonomous Database.
- 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.* availability_domain- The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance.
- standbyWhitelisted List<String>Ips 
- The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- subnetId String
- The OCID of the subnet the resource is associated with.
- subscriptionId String
- The OCID of the subscription with which resource needs to be associated with.
- supportedRegions List<String>To Clone Tos 
- The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- timeCreated String
- The date and time the Autonomous Database was created.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDeletion StringOf Free Autonomous Database 
- The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeLocal StringData Guard Enabled 
- The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- timeOf StringAuto Refresh Start 
- The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the autoRefreshFrequencyInSecondsparameter.
- timeOf StringJoining Resource Pool 
- timeOf StringLast Failover 
- The timestamp of the last failover operation.
- timeOf StringLast Refresh 
- The date and time when last refresh happened.
- timeOf StringLast Refresh Point 
- The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
- timeOf StringLast Switchover 
- The timestamp of the last switchover operation for the Autonomous Database.
- timeOf StringNext Refresh 
- The date and time of next refresh.
- timeReclamation StringOf Free Autonomous Database 
- The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
- timeUndeleted String
- The date and time the Autonomous Database was most recently undeleted.
- timeUntil StringReconnect Clone Enabled 
- The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
- totalBackup NumberStorage Size In Gbs 
- The backup storage to the database.
- usedData NumberStorage Size In Gbs 
- The storage space consumed by Autonomous Database in GBs.
- usedData NumberStorage Size In Tbs 
- The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
- 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 arePrimaryWhitelistedIpsUsedis 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer calledstandbywhitelistedips.
GetAutonomousDatabasesClonesAutonomousDatabaseApexDetail       
- 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.
GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfig       
- ManualBackup stringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- ManualBackup stringType 
- The manual backup destination type.
- ManualBackup stringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- ManualBackup stringType 
- The manual backup destination type.
- manualBackup StringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- manualBackup StringType 
- The manual backup destination type.
- manualBackup stringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- manualBackup stringType 
- The manual backup destination type.
- manual_backup_ strbucket_ name 
- Name of Object Storage bucket to use for storing manual backups.
- manual_backup_ strtype 
- The manual backup destination type.
- manualBackup StringBucket Name 
- Name of Object Storage bucket to use for storing manual backups.
- manualBackup StringType 
- The manual backup destination type.
GetAutonomousDatabasesClonesAutonomousDatabaseConnectionString       
- AllConnection Dictionary<string, string>Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- Dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High string
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- Low string
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- Medium string
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- Profiles
List<GetAutonomous Databases Clones Autonomous Database Connection String Profile> 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- AllConnection map[string]stringStrings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- Dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High string
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- Low string
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- Medium string
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- Profiles
[]GetAutonomous Databases Clones Autonomous Database Connection String Profile 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- allConnection Map<String,String>Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated String
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high String
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low String
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium String
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles
List<GetAutonomouss Clones Autonomous Connection String Profile> 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- allConnection {[key: string]: string}Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high string
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low string
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium string
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles
GetAutonomous Databases Clones Autonomous Database Connection String Profile[] 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- all_connection_ Mapping[str, str]strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated str
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high str
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low str
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium str
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles
Sequence[GetAutonomous Databases Clones Autonomous Database Connection String Profile] 
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
- allConnection Map<String>Strings 
- Returns all connection strings that can be used to connect to the Autonomous Database. For more information, please see Predefined Database Service Names for Autonomous Transaction Processing
- dedicated String
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high String
- The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
- low String
- The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- medium String
- The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
- profiles List<Property Map>
- A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
GetAutonomousDatabasesClonesAutonomousDatabaseConnectionStringProfile        
- ConsumerGroup string
- Consumer group used by the connection.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- HostFormat string
- Host format used in connection string.
- IsRegional bool
- True for a regional connection string, applicable to cross-region DG only.
- Protocol string
- Protocol used by the connection.
- SessionMode string
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- SyntaxFormat string
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- TlsAuthentication string
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- Value string
- Connection string value.
- ConsumerGroup string
- Consumer group used by the connection.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- HostFormat string
- Host format used in connection string.
- IsRegional bool
- True for a regional connection string, applicable to cross-region DG only.
- Protocol string
- Protocol used by the connection.
- SessionMode string
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- SyntaxFormat string
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- TlsAuthentication string
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- Value string
- Connection string value.
- consumerGroup String
- Consumer group used by the connection.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- hostFormat String
- Host format used in connection string.
- isRegional Boolean
- True for a regional connection string, applicable to cross-region DG only.
- protocol String
- Protocol used by the connection.
- sessionMode String
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntaxFormat String
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tlsAuthentication String
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value String
- Connection string value.
- consumerGroup string
- Consumer group used by the connection.
- displayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- hostFormat string
- Host format used in connection string.
- isRegional boolean
- True for a regional connection string, applicable to cross-region DG only.
- protocol string
- Protocol used by the connection.
- sessionMode string
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntaxFormat string
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tlsAuthentication string
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value string
- Connection string value.
- consumer_group str
- Consumer group used by the connection.
- display_name str
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- host_format str
- Host format used in connection string.
- is_regional bool
- True for a regional connection string, applicable to cross-region DG only.
- protocol str
- Protocol used by the connection.
- session_mode str
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntax_format str
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tls_authentication str
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value str
- Connection string value.
- consumerGroup String
- Consumer group used by the connection.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- hostFormat String
- Host format used in connection string.
- isRegional Boolean
- True for a regional connection string, applicable to cross-region DG only.
- protocol String
- Protocol used by the connection.
- sessionMode String
- Specifies whether the listener performs a direct hand-off of the session, or redirects the session. In RAC deployments where SCAN is used, sessions are redirected to a Node VIP. Use DIRECTfor direct hand-offs. UseREDIRECTto redirect the session.
- syntaxFormat String
- Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. Autonomous Database Serverless instances always use the long format.
- tlsAuthentication String
- Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication.
- value String
- Connection string value.
GetAutonomousDatabasesClonesAutonomousDatabaseConnectionUrl       
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl string
- Oracle Application Express (APEX) URL.
- databaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apex_url str
- Oracle Application Express (APEX) URL.
- database_transforms_ strurl 
- The URL of the Database Transforms for the Autonomous Database.
- graph_studio_ strurl 
- The URL of the Graph Studio for the Autonomous Database.
- machine_learning_ strnotebook_ url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine_learning_ struser_ management_ url 
- Oracle Machine Learning user management URL.
- mongo_db_ strurl 
- The URL of the MongoDB API for the Autonomous Database.
- ords_url str
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql_dev_ strweb_ url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
GetAutonomousDatabasesClonesAutonomousDatabaseCustomerContact       
- 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.
GetAutonomousDatabasesClonesAutonomousDatabaseDbToolsDetail        
- ComputeCount double
- Compute used by database tools.
- IsEnabled bool
- Indicates whether tool is enabled.
- MaxIdle intTime In Minutes 
- 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.
- MaxIdle intTime In Minutes 
- 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.
- maxIdle IntegerTime In Minutes 
- 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.
- maxIdle numberTime In Minutes 
- 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_ inttime_ in_ minutes 
- 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.
- maxIdle NumberTime In Minutes 
- 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.
GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKey       
- ArnRole string
- AWS ARN role
- AutonomousDatabases stringClone Provider 
- The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- OKV certificate directory name
- CertificateId string
- OKV certificate id
- DirectoryName string
- OKV wallet directory name
- ExternalId string
- AWS external ID
- KeyArn string
- AWS key ARN
- KeyName string
- Azure key name
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- UUID of OKV KMS Key
- OkvUri string
- URI of OKV server
- ServiceEndpoint stringUri 
- AWS key service endpoint URI
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- VaultUri string
- Azure vault URI
- ArnRole string
- AWS ARN role
- AutonomousDatabases stringClone Provider 
- The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- OKV certificate directory name
- CertificateId string
- OKV certificate id
- DirectoryName string
- OKV wallet directory name
- ExternalId string
- AWS external ID
- KeyArn string
- AWS key ARN
- KeyName string
- Azure key name
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- UUID of OKV KMS Key
- OkvUri string
- URI of OKV server
- ServiceEndpoint stringUri 
- AWS key service endpoint URI
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- VaultUri string
- Azure vault URI
- arnRole String
- AWS ARN role
- autonomousDatabases StringClone Provider 
- The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- OKV certificate directory name
- certificateId String
- OKV certificate id
- directoryName String
- OKV wallet directory name
- externalId String
- AWS external ID
- keyArn String
- AWS key ARN
- keyName String
- Azure key name
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- UUID of OKV KMS Key
- okvUri String
- URI of OKV server
- serviceEndpoint StringUri 
- AWS key service endpoint URI
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- vaultUri String
- Azure vault URI
- arnRole string
- AWS ARN role
- autonomousDatabases stringClone Provider 
- The provider for the Autonomous Database encryption key.
- certificateDirectory stringName 
- OKV certificate directory name
- certificateId string
- OKV certificate id
- directoryName string
- OKV wallet directory name
- externalId string
- AWS external ID
- keyArn string
- AWS key ARN
- keyName string
- Azure key name
- kmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms stringKey 
- UUID of OKV KMS Key
- okvUri string
- URI of OKV server
- serviceEndpoint stringUri 
- AWS key service endpoint URI
- vaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- vaultUri string
- Azure vault URI
- arn_role str
- AWS ARN role
- autonomous_databases_ strclone_ provider 
- The provider for the Autonomous Database encryption key.
- certificate_directory_ strname 
- OKV certificate directory name
- certificate_id str
- OKV certificate id
- directory_name str
- OKV wallet directory name
- external_id str
- AWS external ID
- key_arn str
- AWS key ARN
- key_name str
- Azure key name
- kms_key_ strid 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv_kms_ strkey 
- UUID of OKV KMS Key
- okv_uri str
- URI of OKV server
- service_endpoint_ struri 
- AWS key service endpoint URI
- vault_id str
- The OCID of the Oracle Cloud Infrastructure vault.
- vault_uri str
- Azure vault URI
- arnRole String
- AWS ARN role
- autonomousDatabases StringClone Provider 
- The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- OKV certificate directory name
- certificateId String
- OKV certificate id
- directoryName String
- OKV wallet directory name
- externalId String
- AWS external ID
- keyArn String
- AWS key ARN
- keyName String
- Azure key name
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- UUID of OKV KMS Key
- okvUri String
- URI of OKV server
- serviceEndpoint StringUri 
- AWS key service endpoint URI
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- vaultUri String
- Azure vault URI
GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntry         
- EncryptionKeys List<GetAutonomous Databases Clones Autonomous Database Encryption Key History Entry Encryption Key> 
- Details of the Autonomous Database encryption key.
- TimeActivated string
- The date and time the kms key activated.
- EncryptionKeys []GetAutonomous Databases Clones Autonomous Database Encryption Key History Entry Encryption Key 
- Details of the Autonomous Database encryption key.
- TimeActivated string
- The date and time the kms key activated.
- encryptionKeys List<GetAutonomouss Clones Autonomous Encryption Key History Entry Encryption Key> 
- Details of the Autonomous Database encryption key.
- timeActivated String
- The date and time the kms key activated.
- encryptionKeys GetAutonomous Databases Clones Autonomous Database Encryption Key History Entry Encryption Key[] 
- Details of the Autonomous Database encryption key.
- timeActivated string
- The date and time the kms key activated.
- encryption_keys Sequence[GetAutonomous Databases Clones Autonomous Database Encryption Key History Entry Encryption Key] 
- Details of the Autonomous Database encryption key.
- time_activated str
- The date and time the kms key activated.
- encryptionKeys List<Property Map>
- Details of the Autonomous Database encryption key.
- timeActivated String
- The date and time the kms key activated.
GetAutonomousDatabasesClonesAutonomousDatabaseEncryptionKeyHistoryEntryEncryptionKey           
- ArnRole string
- AWS ARN role
- AutonomousDatabases stringClone Provider 
- The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- OKV certificate directory name
- CertificateId string
- OKV certificate id
- DirectoryName string
- OKV wallet directory name
- ExternalId string
- AWS external ID
- KeyArn string
- AWS key ARN
- KeyName string
- Azure key name
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- UUID of OKV KMS Key
- OkvUri string
- URI of OKV server
- ServiceEndpoint stringUri 
- AWS key service endpoint URI
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- VaultUri string
- Azure vault URI
- ArnRole string
- AWS ARN role
- AutonomousDatabases stringClone Provider 
- The provider for the Autonomous Database encryption key.
- CertificateDirectory stringName 
- OKV certificate directory name
- CertificateId string
- OKV certificate id
- DirectoryName string
- OKV wallet directory name
- ExternalId string
- AWS external ID
- KeyArn string
- AWS key ARN
- KeyName string
- Azure key name
- KmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- OkvKms stringKey 
- UUID of OKV KMS Key
- OkvUri string
- URI of OKV server
- ServiceEndpoint stringUri 
- AWS key service endpoint URI
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- VaultUri string
- Azure vault URI
- arnRole String
- AWS ARN role
- autonomousDatabases StringClone Provider 
- The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- OKV certificate directory name
- certificateId String
- OKV certificate id
- directoryName String
- OKV wallet directory name
- externalId String
- AWS external ID
- keyArn String
- AWS key ARN
- keyName String
- Azure key name
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- UUID of OKV KMS Key
- okvUri String
- URI of OKV server
- serviceEndpoint StringUri 
- AWS key service endpoint URI
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- vaultUri String
- Azure vault URI
- arnRole string
- AWS ARN role
- autonomousDatabases stringClone Provider 
- The provider for the Autonomous Database encryption key.
- certificateDirectory stringName 
- OKV certificate directory name
- certificateId string
- OKV certificate id
- directoryName string
- OKV wallet directory name
- externalId string
- AWS external ID
- keyArn string
- AWS key ARN
- keyName string
- Azure key name
- kmsKey stringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms stringKey 
- UUID of OKV KMS Key
- okvUri string
- URI of OKV server
- serviceEndpoint stringUri 
- AWS key service endpoint URI
- vaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- vaultUri string
- Azure vault URI
- arn_role str
- AWS ARN role
- autonomous_databases_ strclone_ provider 
- The provider for the Autonomous Database encryption key.
- certificate_directory_ strname 
- OKV certificate directory name
- certificate_id str
- OKV certificate id
- directory_name str
- OKV wallet directory name
- external_id str
- AWS external ID
- key_arn str
- AWS key ARN
- key_name str
- Azure key name
- kms_key_ strid 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okv_kms_ strkey 
- UUID of OKV KMS Key
- okv_uri str
- URI of OKV server
- service_endpoint_ struri 
- AWS key service endpoint URI
- vault_id str
- The OCID of the Oracle Cloud Infrastructure vault.
- vault_uri str
- Azure vault URI
- arnRole String
- AWS ARN role
- autonomousDatabases StringClone Provider 
- The provider for the Autonomous Database encryption key.
- certificateDirectory StringName 
- OKV certificate directory name
- certificateId String
- OKV certificate id
- directoryName String
- OKV wallet directory name
- externalId String
- AWS external ID
- keyArn String
- AWS key ARN
- keyName String
- Azure key name
- kmsKey StringId 
- The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- okvKms StringKey 
- UUID of OKV KMS Key
- okvUri String
- URI of OKV server
- serviceEndpoint StringUri 
- AWS key service endpoint URI
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- vaultUri String
- Azure vault URI
GetAutonomousDatabasesClonesAutonomousDatabaseKeyHistoryEntry        
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- TimeActivated string
- The date and time the kms key activated.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- KmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- TimeActivated string
- The date and time the kms key activated.
- VaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- timeActivated String
- The date and time the kms key activated.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
- id string
- The id of the Autonomous Database Vault service key management history entry.
- kmsKey stringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- timeActivated string
- The date and time the kms key activated.
- vaultId string
- The OCID of the Oracle Cloud Infrastructure vault.
- id str
- The id of the Autonomous Database Vault service key management history entry.
- kms_key_ strversion_ id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- time_activated str
- The date and time the kms key activated.
- vault_id str
- The OCID of the Oracle Cloud Infrastructure vault.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- kmsKey StringVersion Id 
- The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
- timeActivated String
- The date and time the kms key activated.
- vaultId String
- The OCID of the Oracle Cloud Infrastructure vault.
GetAutonomousDatabasesClonesAutonomousDatabaseLocalStandbyDb        
- AvailabilityDomain string
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- AvailabilityDomain string
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- availabilityDomain String
- lagTime IntegerIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- availabilityDomain string
- lagTime numberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- maintenanceTarget stringComponent 
- The component chosen for maintenance.
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- timeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance stringBegin 
- The date and time when maintenance will begin.
- timeMaintenance stringEnd 
- The date and time when maintenance will end.
- availability_domain str
- lag_time_ intin_ seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycle_details str
- Additional information about the current lifecycle state.
- maintenance_target_ strcomponent 
- The component chosen for maintenance.
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- time_data_ strguard_ role_ changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_disaster_ strrecovery_ role_ changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time_maintenance_ strbegin 
- The date and time when maintenance will begin.
- time_maintenance_ strend 
- The date and time when maintenance will end.
- availabilityDomain String
- lagTime NumberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
GetAutonomousDatabasesClonesAutonomousDatabaseLongTermBackupSchedule         
- IsDisabled bool
- Indicates if the resource pool should be deleted for the Autonomous Database.
- RepeatCadence string
- The frequency of the long-term backup schedule
- RetentionPeriod intIn Days 
- Retention period, in days, for long-term backups
- TimeOf stringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- IsDisabled bool
- Indicates if the resource pool should be deleted for the Autonomous Database.
- RepeatCadence string
- The frequency of the long-term backup schedule
- RetentionPeriod intIn Days 
- Retention period, in days, for long-term backups
- TimeOf stringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- isDisabled Boolean
- Indicates if the resource pool should be deleted for the Autonomous Database.
- repeatCadence String
- The frequency of the long-term backup schedule
- retentionPeriod IntegerIn Days 
- Retention period, in days, for long-term backups
- timeOf StringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- isDisabled boolean
- Indicates if the resource pool should be deleted for the Autonomous Database.
- repeatCadence string
- The frequency of the long-term backup schedule
- retentionPeriod numberIn Days 
- Retention period, in days, for long-term backups
- timeOf stringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- is_disabled bool
- Indicates if the resource pool should be deleted for the Autonomous Database.
- repeat_cadence str
- The frequency of the long-term backup schedule
- retention_period_ intin_ days 
- Retention period, in days, for long-term backups
- time_of_ strbackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
- isDisabled Boolean
- Indicates if the resource pool should be deleted for the Autonomous Database.
- repeatCadence String
- The frequency of the long-term backup schedule
- retentionPeriod NumberIn Days 
- Retention period, in days, for long-term backups
- timeOf StringBackup 
- The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
GetAutonomousDatabasesClonesAutonomousDatabasePublicConnectionUrl        
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- ApexUrl string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- MongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
- apexUrl string
- Oracle Application Express (APEX) URL.
- databaseTransforms stringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio stringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning stringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning stringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb stringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev stringWeb Url 
- Oracle SQL Developer Web URL.
- apex_url str
- Oracle Application Express (APEX) URL.
- database_transforms_ strurl 
- The URL of the Database Transforms for the Autonomous Database.
- graph_studio_ strurl 
- The URL of the Graph Studio for the Autonomous Database.
- machine_learning_ strnotebook_ url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine_learning_ struser_ management_ url 
- Oracle Machine Learning user management URL.
- mongo_db_ strurl 
- The URL of the MongoDB API for the Autonomous Database.
- ords_url str
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql_dev_ strweb_ url 
- Oracle SQL Developer Web URL.
- apexUrl String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUrl 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUrl 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Url 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Url 
- Oracle Machine Learning user management URL.
- mongoDb StringUrl 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUrl String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Url 
- Oracle SQL Developer Web URL.
GetAutonomousDatabasesClonesAutonomousDatabaseRemoteDisasterRecoveryConfiguration         
- DisasterRecovery stringType 
- Indicates the 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.
- IsReplicate boolAutomatic Backups 
- IsSnapshot boolStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- TimeSnapshot stringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- DisasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- IsReplicate boolAutomatic Backups 
- IsSnapshot boolStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- TimeSnapshot stringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- isReplicate BooleanAutomatic Backups 
- isSnapshot BooleanStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- timeSnapshot StringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disasterRecovery stringType 
- Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- isReplicate booleanAutomatic Backups 
- isSnapshot booleanStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- timeSnapshot stringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disaster_recovery_ strtype 
- Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- is_replicate_ boolautomatic_ backups 
- is_snapshot_ boolstandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- time_snapshot_ strstandby_ enabled_ till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
- disasterRecovery StringType 
- Indicates the disaster recovery (DR) type of the Autonomous Database Serverless instance. Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover. Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
- isReplicate BooleanAutomatic Backups 
- isSnapshot BooleanStandby 
- Indicates if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
- timeSnapshot StringStandby Enabled Till 
- Time and date stored as an RFC 3339 formatted timestamp string. For example, 2022-01-01T12:00:00.000Z would set a limit for the snapshot standby to be converted back to a cross-region standby database.
GetAutonomousDatabasesClonesAutonomousDatabaseResourcePoolSummary        
- 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.
GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperation       
- DayOf List<GetWeeks Autonomous Databases Clones Autonomous Database Scheduled Operation Day Of Week> 
- Day of the week.
- ScheduledStart stringTime 
- auto start time. value must be of ISO-8601 format "HH:mm"
- ScheduledStop stringTime 
- auto stop time. value must be of ISO-8601 format "HH:mm"
- DayOf []GetWeeks Autonomous Databases Clones Autonomous Database Scheduled Operation Day Of Week 
- Day of the week.
- ScheduledStart stringTime 
- auto start time. value must be of ISO-8601 format "HH:mm"
- ScheduledStop stringTime 
- auto stop time. value must be of ISO-8601 format "HH:mm"
- dayOf List<GetWeeks Autonomouss Clones Autonomous Scheduled Operation Day Of Week> 
- Day of the week.
- scheduledStart StringTime 
- auto start time. value must be of ISO-8601 format "HH:mm"
- scheduledStop StringTime 
- auto stop time. value must be of ISO-8601 format "HH:mm"
- dayOf GetWeeks Autonomous Databases Clones Autonomous Database Scheduled Operation Day Of Week[] 
- Day of the week.
- scheduledStart stringTime 
- auto start time. value must be of ISO-8601 format "HH:mm"
- scheduledStop stringTime 
- auto stop time. value must be of ISO-8601 format "HH:mm"
- day_of_ Sequence[Getweeks Autonomous Databases Clones Autonomous Database Scheduled Operation Day Of Week] 
- Day of the week.
- scheduled_start_ strtime 
- auto start time. value must be of ISO-8601 format "HH:mm"
- scheduled_stop_ strtime 
- auto stop time. value must be of ISO-8601 format "HH:mm"
- dayOf List<Property Map>Weeks 
- Day of the week.
- scheduledStart StringTime 
- auto start time. value must be of ISO-8601 format "HH:mm"
- scheduledStop StringTime 
- auto stop time. value must be of ISO-8601 format "HH:mm"
GetAutonomousDatabasesClonesAutonomousDatabaseScheduledOperationDayOfWeek          
- 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.
GetAutonomousDatabasesClonesAutonomousDatabaseStandbyDb       
- AvailabilityDomain string
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- AvailabilityDomain string
- LagTime intIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- MaintenanceTarget stringComponent 
- The component chosen for maintenance.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- TimeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- TimeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- TimeMaintenance stringBegin 
- The date and time when maintenance will begin.
- TimeMaintenance stringEnd 
- The date and time when maintenance will end.
- availabilityDomain String
- lagTime IntegerIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
- availabilityDomain string
- lagTime numberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- maintenanceTarget stringComponent 
- The component chosen for maintenance.
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- timeData stringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster stringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance stringBegin 
- The date and time when maintenance will begin.
- timeMaintenance stringEnd 
- The date and time when maintenance will end.
- availability_domain str
- lag_time_ intin_ seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycle_details str
- Additional information about the current lifecycle state.
- maintenance_target_ strcomponent 
- The component chosen for maintenance.
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- time_data_ strguard_ role_ changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- time_disaster_ strrecovery_ role_ changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- time_maintenance_ strbegin 
- The date and time when maintenance will begin.
- time_maintenance_ strend 
- The date and time when maintenance will end.
- availabilityDomain String
- lagTime NumberIn Seconds 
- The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- maintenanceTarget StringComponent 
- The component chosen for maintenance.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- timeData StringGuard Role Changed 
- The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the "primary" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
- timeDisaster StringRecovery Role Changed 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- timeMaintenance StringBegin 
- The date and time when maintenance will begin.
- timeMaintenance StringEnd 
- The date and time when maintenance will end.
GetAutonomousDatabasesClonesFilter    
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.