1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. oracledatabase
  5. getAutonomousDatabases
Google Cloud Classic v8.9.3 published on Monday, Nov 18, 2024 by Pulumi

gcp.oracledatabase.getAutonomousDatabases

Explore with Pulumi AI

gcp logo
Google Cloud Classic v8.9.3 published on Monday, Nov 18, 2024 by Pulumi

    List all AutonomousDatabases.

    For more information see the API.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const my-adbs = gcp.oracledatabase.getAutonomousDatabases({
        location: "us-east4",
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    my_adbs = gcp.oracledatabase.get_autonomous_databases(location="us-east4")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/oracledatabase"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oracledatabase.GetAutonomousDatabases(ctx, &oracledatabase.GetAutonomousDatabasesArgs{
    			Location: "us-east4",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcp = Pulumi.Gcp;
    
    return await Deployment.RunAsync(() => 
    {
        var my_adbs = Gcp.OracleDatabase.GetAutonomousDatabases.Invoke(new()
        {
            Location = "us-east4",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
    import com.pulumi.gcp.oracledatabase.inputs.GetAutonomousDatabasesArgs;
    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 my-adbs = OracledatabaseFunctions.getAutonomousDatabases(GetAutonomousDatabasesArgs.builder()
                .location("us-east4")
                .build());
    
        }
    }
    
    variables:
      my-adbs:
        fn::invoke:
          Function: gcp:oracledatabase:getAutonomousDatabases
          Arguments:
            location: us-east4
    

    Using getAutonomousDatabases

    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 getAutonomousDatabases(args: GetAutonomousDatabasesArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabasesResult>
    function getAutonomousDatabasesOutput(args: GetAutonomousDatabasesOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabasesResult>
    def get_autonomous_databases(location: Optional[str] = None,
                                 project: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabasesResult
    def get_autonomous_databases_output(location: Optional[pulumi.Input[str]] = None,
                                 project: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabasesResult]
    func GetAutonomousDatabases(ctx *Context, args *GetAutonomousDatabasesArgs, opts ...InvokeOption) (*GetAutonomousDatabasesResult, error)
    func GetAutonomousDatabasesOutput(ctx *Context, args *GetAutonomousDatabasesOutputArgs, opts ...InvokeOption) GetAutonomousDatabasesResultOutput

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

    public static class GetAutonomousDatabases 
    {
        public static Task<GetAutonomousDatabasesResult> InvokeAsync(GetAutonomousDatabasesArgs args, InvokeOptions? opts = null)
        public static Output<GetAutonomousDatabasesResult> Invoke(GetAutonomousDatabasesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutonomousDatabasesResult> getAutonomousDatabases(GetAutonomousDatabasesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:oracledatabase/getAutonomousDatabases:getAutonomousDatabases
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location string
    The location of the resource.


    Project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    Location string
    The location of the resource.


    Project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location String
    The location of the resource.


    project String
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location string
    The location of the resource.


    project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location str
    The location of the resource.


    project str
    The project to which the resource belongs. If it is not provided, the provider project is used.
    location String
    The location of the resource.


    project String
    The project to which the resource belongs. If it is not provided, the provider project is used.

    getAutonomousDatabases Result

    The following output properties are available:

    AutonomousDatabases List<GetAutonomousDatabasesAutonomousDatabase>
    Id string
    The provider-assigned unique ID for this managed resource.
    Location string
    Project string
    AutonomousDatabases []GetAutonomousDatabasesAutonomousDatabase
    Id string
    The provider-assigned unique ID for this managed resource.
    Location string
    Project string
    autonomousDatabases List<GetAutonomousDatabasesAutonomousDatabase>
    id String
    The provider-assigned unique ID for this managed resource.
    location String
    project String
    autonomousDatabases GetAutonomousDatabasesAutonomousDatabase[]
    id string
    The provider-assigned unique ID for this managed resource.
    location string
    project string
    autonomous_databases Sequence[GetAutonomousDatabasesAutonomousDatabase]
    id str
    The provider-assigned unique ID for this managed resource.
    location str
    project str
    autonomousDatabases List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.
    location String
    project String

    Supporting Types

    GetAutonomousDatabasesAutonomousDatabase

    AdminPassword string
    The password for the default ADMIN user.
    AutonomousDatabaseId string
    The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
    Cidr string
    The subnet CIDR range for the Autonmous Database.
    CreateTime string
    The date and time that the Autonomous Database was created.
    Database string
    The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
    DisplayName string
    The display name for the Autonomous Database. The name does not have to be unique within your project.
    EffectiveLabels Dictionary<string, string>
    EntitlementId string
    The ID of the subscription entitlement associated with the Autonomous Database.
    Labels Dictionary<string, string>

    The labels or tags associated with the Autonomous Database.

    Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

    Location string
    The location of the resource.


    Name string
    Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
    Network string
    The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
    Project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    Properties List<GetAutonomousDatabasesAutonomousDatabaseProperty>
    The properties of an Autonomous Database.
    PulumiLabels Dictionary<string, string>
    The combination of labels configured directly on the resource and default labels configured on the provider.
    AdminPassword string
    The password for the default ADMIN user.
    AutonomousDatabaseId string
    The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
    Cidr string
    The subnet CIDR range for the Autonmous Database.
    CreateTime string
    The date and time that the Autonomous Database was created.
    Database string
    The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
    DisplayName string
    The display name for the Autonomous Database. The name does not have to be unique within your project.
    EffectiveLabels map[string]string
    EntitlementId string
    The ID of the subscription entitlement associated with the Autonomous Database.
    Labels map[string]string

    The labels or tags associated with the Autonomous Database.

    Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

    Location string
    The location of the resource.


    Name string
    Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
    Network string
    The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
    Project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    Properties []GetAutonomousDatabasesAutonomousDatabaseProperty
    The properties of an Autonomous Database.
    PulumiLabels map[string]string
    The combination of labels configured directly on the resource and default labels configured on the provider.
    adminPassword String
    The password for the default ADMIN user.
    autonomousDatabaseId String
    The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
    cidr String
    The subnet CIDR range for the Autonmous Database.
    createTime String
    The date and time that the Autonomous Database was created.
    database String
    The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
    displayName String
    The display name for the Autonomous Database. The name does not have to be unique within your project.
    effectiveLabels Map<String,String>
    entitlementId String
    The ID of the subscription entitlement associated with the Autonomous Database.
    labels Map<String,String>

    The labels or tags associated with the Autonomous Database.

    Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

    location String
    The location of the resource.


    name String
    Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
    network String
    The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
    project String
    The project to which the resource belongs. If it is not provided, the provider project is used.
    properties List<GetAutonomousDatabasesAutonomousDatabaseProperty>
    The properties of an Autonomous Database.
    pulumiLabels Map<String,String>
    The combination of labels configured directly on the resource and default labels configured on the provider.
    adminPassword string
    The password for the default ADMIN user.
    autonomousDatabaseId string
    The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
    cidr string
    The subnet CIDR range for the Autonmous Database.
    createTime string
    The date and time that the Autonomous Database was created.
    database string
    The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
    displayName string
    The display name for the Autonomous Database. The name does not have to be unique within your project.
    effectiveLabels {[key: string]: string}
    entitlementId string
    The ID of the subscription entitlement associated with the Autonomous Database.
    labels {[key: string]: string}

    The labels or tags associated with the Autonomous Database.

    Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

    location string
    The location of the resource.


    name string
    Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
    network string
    The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
    project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    properties GetAutonomousDatabasesAutonomousDatabaseProperty[]
    The properties of an Autonomous Database.
    pulumiLabels {[key: string]: string}
    The combination of labels configured directly on the resource and default labels configured on the provider.
    admin_password str
    The password for the default ADMIN user.
    autonomous_database_id str
    The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
    cidr str
    The subnet CIDR range for the Autonmous Database.
    create_time str
    The date and time that the Autonomous Database was created.
    database str
    The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
    display_name str
    The display name for the Autonomous Database. The name does not have to be unique within your project.
    effective_labels Mapping[str, str]
    entitlement_id str
    The ID of the subscription entitlement associated with the Autonomous Database.
    labels Mapping[str, str]

    The labels or tags associated with the Autonomous Database.

    Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

    location str
    The location of the resource.


    name str
    Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
    network str
    The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
    project str
    The project to which the resource belongs. If it is not provided, the provider project is used.
    properties Sequence[GetAutonomousDatabasesAutonomousDatabaseProperty]
    The properties of an Autonomous Database.
    pulumi_labels Mapping[str, str]
    The combination of labels configured directly on the resource and default labels configured on the provider.
    adminPassword String
    The password for the default ADMIN user.
    autonomousDatabaseId String
    The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
    cidr String
    The subnet CIDR range for the Autonmous Database.
    createTime String
    The date and time that the Autonomous Database was created.
    database String
    The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
    displayName String
    The display name for the Autonomous Database. The name does not have to be unique within your project.
    effectiveLabels Map<String>
    entitlementId String
    The ID of the subscription entitlement associated with the Autonomous Database.
    labels Map<String>

    The labels or tags associated with the Autonomous Database.

    Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

    location String
    The location of the resource.


    name String
    Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
    network String
    The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
    project String
    The project to which the resource belongs. If it is not provided, the provider project is used.
    properties List<Property Map>
    The properties of an Autonomous Database.
    pulumiLabels Map<String>
    The combination of labels configured directly on the resource and default labels configured on the provider.

    GetAutonomousDatabasesAutonomousDatabaseProperty

    ActualUsedDataStorageSizeTb double
    The amount of storage currently being used for user and system data, in terabytes.
    AllocatedStorageSizeTb double
    The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
    ApexDetails List<GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail>
    Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
    ArePrimaryAllowlistedIpsUsed bool
    This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
    AutonomousContainerDatabaseId string
    The Autonomous Container Database OCID.
    AvailableUpgradeVersions List<string>
    The list of available Oracle Database upgrade versions for an Autonomous Database.
    BackupRetentionPeriodDays int
    The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
    CharacterSet string
    The character set for the Autonomous Database. The default is AL32UTF8.
    ComputeCount double
    The number of compute servers for the Autonomous Database.
    ConnectionStrings List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString>
    The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
    ConnectionUrls List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionUrl>
    The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
    CustomerContacts List<GetAutonomousDatabasesAutonomousDatabasePropertyCustomerContact>
    The list of customer contacts.
    DataSafeState string
    The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
    DataStorageSizeGb int
    The size of the data stored in the database, in gigabytes.
    DataStorageSizeTb int
    The size of the data stored in the database, in terabytes.
    DatabaseManagementState string
    The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    DbEdition string
    The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
    DbVersion string
    The Oracle Database version for the Autonomous Database.
    DbWorkload string
    Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
    FailedDataRecoveryDuration string
    This field indicates the number of seconds of data loss during a Data Guard failover.
    IsAutoScalingEnabled bool
    This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
    IsLocalDataGuardEnabled bool
    This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
    IsStorageAutoScalingEnabled bool
    This field indicates if auto scaling is enabled for the Autonomous Database storage.
    LicenseType string
    The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
    LifecycleDetails string
    The details of the current lifestyle state of the Autonomous Database.
    LocalAdgAutoFailoverMaxDataLossLimit int
    This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
    LocalDisasterRecoveryType string
    This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
    LocalStandbyDbs List<GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb>
    Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
    MaintenanceBeginTime string
    The date and time when maintenance will begin.
    MaintenanceEndTime string
    The date and time when maintenance will end.
    MaintenanceScheduleType string
    The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
    MemoryPerOracleComputeUnitGbs int
    The amount of memory enabled per ECPU, in gigabytes.
    MemoryTableGbs int
    The memory assigned to in-memory tables in an Autonomous Database.
    MtlsConnectionRequired bool
    This field specifies if the Autonomous Database requires mTLS connections.
    NCharacterSet string
    The national character set for the Autonomous Database. The default is AL16UTF16.
    NextLongTermBackupTime string
    The long term backup schedule of the Autonomous Database.
    OciUrl string
    The Oracle Cloud Infrastructure link for the Autonomous Database.
    Ocid string
    OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    OpenMode string
    This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
    OperationsInsightsState string
    Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    PeerDbIds List<string>
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
    PermissionLevel string
    The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
    PrivateEndpoint string
    The private endpoint for the Autonomous Database.
    PrivateEndpointIp string
    The private endpoint IP address for the Autonomous Database.
    PrivateEndpointLabel string
    The private endpoint label for the Autonomous Database.
    RefreshableMode string
    The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
    RefreshableState string
    The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
    Role string
    The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
    ScheduledOperationDetails List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail>
    The list and details of the scheduled operations of the Autonomous Database.
    SqlWebDeveloperUrl string
    The SQL Web Developer URL for the Autonomous Database.
    State string
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    SupportedCloneRegions List<string>
    The list of available regions that can be used to create a clone for the Autonomous Database.
    TotalAutoBackupStorageSizeGbs double
    The storage space used by automatic backups of Autonomous Database, in gigabytes.
    UsedDataStorageSizeTbs int
    The storage space used by Autonomous Database, in gigabytes.
    ActualUsedDataStorageSizeTb float64
    The amount of storage currently being used for user and system data, in terabytes.
    AllocatedStorageSizeTb float64
    The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
    ApexDetails []GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail
    Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
    ArePrimaryAllowlistedIpsUsed bool
    This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
    AutonomousContainerDatabaseId string
    The Autonomous Container Database OCID.
    AvailableUpgradeVersions []string
    The list of available Oracle Database upgrade versions for an Autonomous Database.
    BackupRetentionPeriodDays int
    The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
    CharacterSet string
    The character set for the Autonomous Database. The default is AL32UTF8.
    ComputeCount float64
    The number of compute servers for the Autonomous Database.
    ConnectionStrings []GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString
    The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
    ConnectionUrls []GetAutonomousDatabasesAutonomousDatabasePropertyConnectionUrl
    The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
    CustomerContacts []GetAutonomousDatabasesAutonomousDatabasePropertyCustomerContact
    The list of customer contacts.
    DataSafeState string
    The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
    DataStorageSizeGb int
    The size of the data stored in the database, in gigabytes.
    DataStorageSizeTb int
    The size of the data stored in the database, in terabytes.
    DatabaseManagementState string
    The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    DbEdition string
    The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
    DbVersion string
    The Oracle Database version for the Autonomous Database.
    DbWorkload string
    Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
    FailedDataRecoveryDuration string
    This field indicates the number of seconds of data loss during a Data Guard failover.
    IsAutoScalingEnabled bool
    This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
    IsLocalDataGuardEnabled bool
    This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
    IsStorageAutoScalingEnabled bool
    This field indicates if auto scaling is enabled for the Autonomous Database storage.
    LicenseType string
    The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
    LifecycleDetails string
    The details of the current lifestyle state of the Autonomous Database.
    LocalAdgAutoFailoverMaxDataLossLimit int
    This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
    LocalDisasterRecoveryType string
    This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
    LocalStandbyDbs []GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb
    Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
    MaintenanceBeginTime string
    The date and time when maintenance will begin.
    MaintenanceEndTime string
    The date and time when maintenance will end.
    MaintenanceScheduleType string
    The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
    MemoryPerOracleComputeUnitGbs int
    The amount of memory enabled per ECPU, in gigabytes.
    MemoryTableGbs int
    The memory assigned to in-memory tables in an Autonomous Database.
    MtlsConnectionRequired bool
    This field specifies if the Autonomous Database requires mTLS connections.
    NCharacterSet string
    The national character set for the Autonomous Database. The default is AL16UTF16.
    NextLongTermBackupTime string
    The long term backup schedule of the Autonomous Database.
    OciUrl string
    The Oracle Cloud Infrastructure link for the Autonomous Database.
    Ocid string
    OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    OpenMode string
    This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
    OperationsInsightsState string
    Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    PeerDbIds []string
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
    PermissionLevel string
    The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
    PrivateEndpoint string
    The private endpoint for the Autonomous Database.
    PrivateEndpointIp string
    The private endpoint IP address for the Autonomous Database.
    PrivateEndpointLabel string
    The private endpoint label for the Autonomous Database.
    RefreshableMode string
    The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
    RefreshableState string
    The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
    Role string
    The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
    ScheduledOperationDetails []GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail
    The list and details of the scheduled operations of the Autonomous Database.
    SqlWebDeveloperUrl string
    The SQL Web Developer URL for the Autonomous Database.
    State string
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    SupportedCloneRegions []string
    The list of available regions that can be used to create a clone for the Autonomous Database.
    TotalAutoBackupStorageSizeGbs float64
    The storage space used by automatic backups of Autonomous Database, in gigabytes.
    UsedDataStorageSizeTbs int
    The storage space used by Autonomous Database, in gigabytes.
    actualUsedDataStorageSizeTb Double
    The amount of storage currently being used for user and system data, in terabytes.
    allocatedStorageSizeTb Double
    The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
    apexDetails List<GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail>
    Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
    arePrimaryAllowlistedIpsUsed Boolean
    This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
    autonomousContainerDatabaseId String
    The Autonomous Container Database OCID.
    availableUpgradeVersions List<String>
    The list of available Oracle Database upgrade versions for an Autonomous Database.
    backupRetentionPeriodDays Integer
    The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
    characterSet String
    The character set for the Autonomous Database. The default is AL32UTF8.
    computeCount Double
    The number of compute servers for the Autonomous Database.
    connectionStrings List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString>
    The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
    connectionUrls List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionUrl>
    The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
    customerContacts List<GetAutonomousDatabasesAutonomousDatabasePropertyCustomerContact>
    The list of customer contacts.
    dataSafeState String
    The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
    dataStorageSizeGb Integer
    The size of the data stored in the database, in gigabytes.
    dataStorageSizeTb Integer
    The size of the data stored in the database, in terabytes.
    databaseManagementState String
    The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    dbEdition String
    The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
    dbVersion String
    The Oracle Database version for the Autonomous Database.
    dbWorkload String
    Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
    failedDataRecoveryDuration String
    This field indicates the number of seconds of data loss during a Data Guard failover.
    isAutoScalingEnabled Boolean
    This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
    isLocalDataGuardEnabled Boolean
    This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
    isStorageAutoScalingEnabled Boolean
    This field indicates if auto scaling is enabled for the Autonomous Database storage.
    licenseType String
    The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
    lifecycleDetails String
    The details of the current lifestyle state of the Autonomous Database.
    localAdgAutoFailoverMaxDataLossLimit Integer
    This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
    localDisasterRecoveryType String
    This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
    localStandbyDbs List<GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb>
    Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
    maintenanceBeginTime String
    The date and time when maintenance will begin.
    maintenanceEndTime String
    The date and time when maintenance will end.
    maintenanceScheduleType String
    The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
    memoryPerOracleComputeUnitGbs Integer
    The amount of memory enabled per ECPU, in gigabytes.
    memoryTableGbs Integer
    The memory assigned to in-memory tables in an Autonomous Database.
    mtlsConnectionRequired Boolean
    This field specifies if the Autonomous Database requires mTLS connections.
    nCharacterSet String
    The national character set for the Autonomous Database. The default is AL16UTF16.
    nextLongTermBackupTime String
    The long term backup schedule of the Autonomous Database.
    ociUrl String
    The Oracle Cloud Infrastructure link for the Autonomous Database.
    ocid String
    OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    openMode String
    This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
    operationsInsightsState String
    Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    peerDbIds List<String>
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
    permissionLevel String
    The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
    privateEndpoint String
    The private endpoint for the Autonomous Database.
    privateEndpointIp String
    The private endpoint IP address for the Autonomous Database.
    privateEndpointLabel String
    The private endpoint label for the Autonomous Database.
    refreshableMode String
    The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
    refreshableState String
    The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
    role String
    The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
    scheduledOperationDetails List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail>
    The list and details of the scheduled operations of the Autonomous Database.
    sqlWebDeveloperUrl String
    The SQL Web Developer URL for the Autonomous Database.
    state String
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    supportedCloneRegions List<String>
    The list of available regions that can be used to create a clone for the Autonomous Database.
    totalAutoBackupStorageSizeGbs Double
    The storage space used by automatic backups of Autonomous Database, in gigabytes.
    usedDataStorageSizeTbs Integer
    The storage space used by Autonomous Database, in gigabytes.
    actualUsedDataStorageSizeTb number
    The amount of storage currently being used for user and system data, in terabytes.
    allocatedStorageSizeTb number
    The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
    apexDetails GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail[]
    Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
    arePrimaryAllowlistedIpsUsed boolean
    This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
    autonomousContainerDatabaseId string
    The Autonomous Container Database OCID.
    availableUpgradeVersions string[]
    The list of available Oracle Database upgrade versions for an Autonomous Database.
    backupRetentionPeriodDays number
    The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
    characterSet string
    The character set for the Autonomous Database. The default is AL32UTF8.
    computeCount number
    The number of compute servers for the Autonomous Database.
    connectionStrings GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString[]
    The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
    connectionUrls GetAutonomousDatabasesAutonomousDatabasePropertyConnectionUrl[]
    The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
    customerContacts GetAutonomousDatabasesAutonomousDatabasePropertyCustomerContact[]
    The list of customer contacts.
    dataSafeState string
    The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
    dataStorageSizeGb number
    The size of the data stored in the database, in gigabytes.
    dataStorageSizeTb number
    The size of the data stored in the database, in terabytes.
    databaseManagementState string
    The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    dbEdition string
    The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
    dbVersion string
    The Oracle Database version for the Autonomous Database.
    dbWorkload string
    Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
    failedDataRecoveryDuration string
    This field indicates the number of seconds of data loss during a Data Guard failover.
    isAutoScalingEnabled boolean
    This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
    isLocalDataGuardEnabled boolean
    This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
    isStorageAutoScalingEnabled boolean
    This field indicates if auto scaling is enabled for the Autonomous Database storage.
    licenseType string
    The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
    lifecycleDetails string
    The details of the current lifestyle state of the Autonomous Database.
    localAdgAutoFailoverMaxDataLossLimit number
    This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
    localDisasterRecoveryType string
    This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
    localStandbyDbs GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb[]
    Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
    maintenanceBeginTime string
    The date and time when maintenance will begin.
    maintenanceEndTime string
    The date and time when maintenance will end.
    maintenanceScheduleType string
    The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
    memoryPerOracleComputeUnitGbs number
    The amount of memory enabled per ECPU, in gigabytes.
    memoryTableGbs number
    The memory assigned to in-memory tables in an Autonomous Database.
    mtlsConnectionRequired boolean
    This field specifies if the Autonomous Database requires mTLS connections.
    nCharacterSet string
    The national character set for the Autonomous Database. The default is AL16UTF16.
    nextLongTermBackupTime string
    The long term backup schedule of the Autonomous Database.
    ociUrl string
    The Oracle Cloud Infrastructure link for the Autonomous Database.
    ocid string
    OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    openMode string
    This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
    operationsInsightsState string
    Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    peerDbIds string[]
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
    permissionLevel string
    The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
    privateEndpoint string
    The private endpoint for the Autonomous Database.
    privateEndpointIp string
    The private endpoint IP address for the Autonomous Database.
    privateEndpointLabel string
    The private endpoint label for the Autonomous Database.
    refreshableMode string
    The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
    refreshableState string
    The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
    role string
    The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
    scheduledOperationDetails GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail[]
    The list and details of the scheduled operations of the Autonomous Database.
    sqlWebDeveloperUrl string
    The SQL Web Developer URL for the Autonomous Database.
    state string
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    supportedCloneRegions string[]
    The list of available regions that can be used to create a clone for the Autonomous Database.
    totalAutoBackupStorageSizeGbs number
    The storage space used by automatic backups of Autonomous Database, in gigabytes.
    usedDataStorageSizeTbs number
    The storage space used by Autonomous Database, in gigabytes.
    actual_used_data_storage_size_tb float
    The amount of storage currently being used for user and system data, in terabytes.
    allocated_storage_size_tb float
    The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
    apex_details Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail]
    Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
    are_primary_allowlisted_ips_used bool
    This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
    autonomous_container_database_id str
    The Autonomous Container Database OCID.
    available_upgrade_versions Sequence[str]
    The list of available Oracle Database upgrade versions for an Autonomous Database.
    backup_retention_period_days int
    The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
    character_set str
    The character set for the Autonomous Database. The default is AL32UTF8.
    compute_count float
    The number of compute servers for the Autonomous Database.
    connection_strings Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString]
    The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
    connection_urls Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyConnectionUrl]
    The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
    customer_contacts Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyCustomerContact]
    The list of customer contacts.
    data_safe_state str
    The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
    data_storage_size_gb int
    The size of the data stored in the database, in gigabytes.
    data_storage_size_tb int
    The size of the data stored in the database, in terabytes.
    database_management_state str
    The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    db_edition str
    The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
    db_version str
    The Oracle Database version for the Autonomous Database.
    db_workload str
    Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
    failed_data_recovery_duration str
    This field indicates the number of seconds of data loss during a Data Guard failover.
    is_auto_scaling_enabled bool
    This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
    is_local_data_guard_enabled bool
    This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
    is_storage_auto_scaling_enabled bool
    This field indicates if auto scaling is enabled for the Autonomous Database storage.
    license_type str
    The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
    lifecycle_details str
    The details of the current lifestyle state of the Autonomous Database.
    local_adg_auto_failover_max_data_loss_limit int
    This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
    local_disaster_recovery_type str
    This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
    local_standby_dbs Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb]
    Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
    maintenance_begin_time str
    The date and time when maintenance will begin.
    maintenance_end_time str
    The date and time when maintenance will end.
    maintenance_schedule_type str
    The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
    memory_per_oracle_compute_unit_gbs int
    The amount of memory enabled per ECPU, in gigabytes.
    memory_table_gbs int
    The memory assigned to in-memory tables in an Autonomous Database.
    mtls_connection_required bool
    This field specifies if the Autonomous Database requires mTLS connections.
    n_character_set str
    The national character set for the Autonomous Database. The default is AL16UTF16.
    next_long_term_backup_time str
    The long term backup schedule of the Autonomous Database.
    oci_url str
    The Oracle Cloud Infrastructure link for the Autonomous Database.
    ocid str
    OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    open_mode str
    This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
    operations_insights_state str
    Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    peer_db_ids Sequence[str]
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
    permission_level str
    The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
    private_endpoint str
    The private endpoint for the Autonomous Database.
    private_endpoint_ip str
    The private endpoint IP address for the Autonomous Database.
    private_endpoint_label str
    The private endpoint label for the Autonomous Database.
    refreshable_mode str
    The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
    refreshable_state str
    The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
    role str
    The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
    scheduled_operation_details Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail]
    The list and details of the scheduled operations of the Autonomous Database.
    sql_web_developer_url str
    The SQL Web Developer URL for the Autonomous Database.
    state str
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    supported_clone_regions Sequence[str]
    The list of available regions that can be used to create a clone for the Autonomous Database.
    total_auto_backup_storage_size_gbs float
    The storage space used by automatic backups of Autonomous Database, in gigabytes.
    used_data_storage_size_tbs int
    The storage space used by Autonomous Database, in gigabytes.
    actualUsedDataStorageSizeTb Number
    The amount of storage currently being used for user and system data, in terabytes.
    allocatedStorageSizeTb Number
    The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
    apexDetails List<Property Map>
    Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
    arePrimaryAllowlistedIpsUsed Boolean
    This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
    autonomousContainerDatabaseId String
    The Autonomous Container Database OCID.
    availableUpgradeVersions List<String>
    The list of available Oracle Database upgrade versions for an Autonomous Database.
    backupRetentionPeriodDays Number
    The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
    characterSet String
    The character set for the Autonomous Database. The default is AL32UTF8.
    computeCount Number
    The number of compute servers for the Autonomous Database.
    connectionStrings List<Property Map>
    The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
    connectionUrls List<Property Map>
    The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
    customerContacts List<Property Map>
    The list of customer contacts.
    dataSafeState String
    The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
    dataStorageSizeGb Number
    The size of the data stored in the database, in gigabytes.
    dataStorageSizeTb Number
    The size of the data stored in the database, in terabytes.
    databaseManagementState String
    The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    dbEdition String
    The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
    dbVersion String
    The Oracle Database version for the Autonomous Database.
    dbWorkload String
    Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
    failedDataRecoveryDuration String
    This field indicates the number of seconds of data loss during a Data Guard failover.
    isAutoScalingEnabled Boolean
    This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
    isLocalDataGuardEnabled Boolean
    This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
    isStorageAutoScalingEnabled Boolean
    This field indicates if auto scaling is enabled for the Autonomous Database storage.
    licenseType String
    The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
    lifecycleDetails String
    The details of the current lifestyle state of the Autonomous Database.
    localAdgAutoFailoverMaxDataLossLimit Number
    This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
    localDisasterRecoveryType String
    This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
    localStandbyDbs List<Property Map>
    Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
    maintenanceBeginTime String
    The date and time when maintenance will begin.
    maintenanceEndTime String
    The date and time when maintenance will end.
    maintenanceScheduleType String
    The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
    memoryPerOracleComputeUnitGbs Number
    The amount of memory enabled per ECPU, in gigabytes.
    memoryTableGbs Number
    The memory assigned to in-memory tables in an Autonomous Database.
    mtlsConnectionRequired Boolean
    This field specifies if the Autonomous Database requires mTLS connections.
    nCharacterSet String
    The national character set for the Autonomous Database. The default is AL16UTF16.
    nextLongTermBackupTime String
    The long term backup schedule of the Autonomous Database.
    ociUrl String
    The Oracle Cloud Infrastructure link for the Autonomous Database.
    ocid String
    OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
    openMode String
    This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
    operationsInsightsState String
    Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
    peerDbIds List<String>
    The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
    permissionLevel String
    The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
    privateEndpoint String
    The private endpoint for the Autonomous Database.
    privateEndpointIp String
    The private endpoint IP address for the Autonomous Database.
    privateEndpointLabel String
    The private endpoint label for the Autonomous Database.
    refreshableMode String
    The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
    refreshableState String
    The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
    role String
    The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
    scheduledOperationDetails List<Property Map>
    The list and details of the scheduled operations of the Autonomous Database.
    sqlWebDeveloperUrl String
    The SQL Web Developer URL for the Autonomous Database.
    state String
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    supportedCloneRegions List<String>
    The list of available regions that can be used to create a clone for the Autonomous Database.
    totalAutoBackupStorageSizeGbs Number
    The storage space used by automatic backups of Autonomous Database, in gigabytes.
    usedDataStorageSizeTbs Number
    The storage space used by Autonomous Database, in gigabytes.

    GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail

    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.

    GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString

    AllConnectionStrings List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringAllConnectionString>
    A list of all connection strings that can be used to connect to the Autonomous Database.
    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 database service provides the highest level of resources to each SQL statement.
    Low string
    The database service provides the least level of resources to each SQL statement.
    Medium string
    The database service provides a lower level of resources to each SQL statement.
    Profiles List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile>
    A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
    AllConnectionStrings []GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringAllConnectionString
    A list of all connection strings that can be used to connect to the Autonomous Database.
    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 database service provides the highest level of resources to each SQL statement.
    Low string
    The database service provides the least level of resources to each SQL statement.
    Medium string
    The database service provides a lower level of resources to each SQL statement.
    Profiles []GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile
    A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
    allConnectionStrings List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringAllConnectionString>
    A list of all connection strings that can be used to connect to the Autonomous Database.
    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 database service provides the highest level of resources to each SQL statement.
    low String
    The database service provides the least level of resources to each SQL statement.
    medium String
    The database service provides a lower level of resources to each SQL statement.
    profiles List<GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile>
    A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
    allConnectionStrings GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringAllConnectionString[]
    A list of all connection strings that can be used to connect to the Autonomous Database.
    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 database service provides the highest level of resources to each SQL statement.
    low string
    The database service provides the least level of resources to each SQL statement.
    medium string
    The database service provides a lower level of resources to each SQL statement.
    profiles GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile[]
    A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
    all_connection_strings Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringAllConnectionString]
    A list of all connection strings that can be used to connect to the Autonomous Database.
    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 database service provides the highest level of resources to each SQL statement.
    low str
    The database service provides the least level of resources to each SQL statement.
    medium str
    The database service provides a lower level of resources to each SQL statement.
    profiles Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile]
    A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
    allConnectionStrings List<Property Map>
    A list of all connection strings that can be used to connect to the Autonomous Database.
    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 database service provides the highest level of resources to each SQL statement.
    low String
    The database service provides the least level of resources to each SQL statement.
    medium String
    The database service provides a lower level of resources to each SQL statement.
    profiles List<Property Map>
    A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.

    GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringAllConnectionString

    High string
    The database service provides the highest level of resources to each SQL statement.
    Low string
    The database service provides the least level of resources to each SQL statement.
    Medium string
    The database service provides a lower level of resources to each SQL statement.
    High string
    The database service provides the highest level of resources to each SQL statement.
    Low string
    The database service provides the least level of resources to each SQL statement.
    Medium string
    The database service provides a lower level of resources to each SQL statement.
    high String
    The database service provides the highest level of resources to each SQL statement.
    low String
    The database service provides the least level of resources to each SQL statement.
    medium String
    The database service provides a lower level of resources to each SQL statement.
    high string
    The database service provides the highest level of resources to each SQL statement.
    low string
    The database service provides the least level of resources to each SQL statement.
    medium string
    The database service provides a lower level of resources to each SQL statement.
    high str
    The database service provides the highest level of resources to each SQL statement.
    low str
    The database service provides the least level of resources to each SQL statement.
    medium str
    The database service provides a lower level of resources to each SQL statement.
    high String
    The database service provides the highest level of resources to each SQL statement.
    low String
    The database service provides the least level of resources to each SQL statement.
    medium String
    The database service provides a lower level of resources to each SQL statement.

    GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile

    ConsumerGroup string
    The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
    DisplayName string
    The display name for the database connection.
    HostFormat string
    The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
    IsRegional bool
    This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
    Protocol string
    The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
    SessionMode string
    The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
    SyntaxFormat string
    The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
    TlsAuthentication string
    This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
    Value string
    The value of the connection string.
    ConsumerGroup string
    The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
    DisplayName string
    The display name for the database connection.
    HostFormat string
    The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
    IsRegional bool
    This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
    Protocol string
    The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
    SessionMode string
    The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
    SyntaxFormat string
    The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
    TlsAuthentication string
    This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
    Value string
    The value of the connection string.
    consumerGroup String
    The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
    displayName String
    The display name for the database connection.
    hostFormat String
    The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
    isRegional Boolean
    This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
    protocol String
    The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
    sessionMode String
    The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
    syntaxFormat String
    The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
    tlsAuthentication String
    This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
    value String
    The value of the connection string.
    consumerGroup string
    The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
    displayName string
    The display name for the database connection.
    hostFormat string
    The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
    isRegional boolean
    This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
    protocol string
    The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
    sessionMode string
    The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
    syntaxFormat string
    The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
    tlsAuthentication string
    This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
    value string
    The value of the connection string.
    consumer_group str
    The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
    display_name str
    The display name for the database connection.
    host_format str
    The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
    is_regional bool
    This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
    protocol str
    The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
    session_mode str
    The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
    syntax_format str
    The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
    tls_authentication str
    This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
    value str
    The value of the connection string.
    consumerGroup String
    The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
    displayName String
    The display name for the database connection.
    hostFormat String
    The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
    isRegional Boolean
    This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
    protocol String
    The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
    sessionMode String
    The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
    syntaxFormat String
    The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
    tlsAuthentication String
    This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
    value String
    The value of the connection string.

    GetAutonomousDatabasesAutonomousDatabasePropertyConnectionUrl

    ApexUri string
    Oracle Application Express (APEX) URL.
    DatabaseTransformsUri string
    The URL of the Database Transforms for the Autonomous Database.
    GraphStudioUri string
    The URL of the Graph Studio for the Autonomous Database.
    MachineLearningNotebookUri string
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    MachineLearningUserManagementUri string
    The URL of Machine Learning user management the Autonomous Database.
    MongoDbUri string
    The URL of the MongoDB API for the Autonomous Database.
    OrdsUri string
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    SqlDevWebUri string
    The URL of the Oracle SQL Developer Web for the Autonomous Database.
    ApexUri string
    Oracle Application Express (APEX) URL.
    DatabaseTransformsUri string
    The URL of the Database Transforms for the Autonomous Database.
    GraphStudioUri string
    The URL of the Graph Studio for the Autonomous Database.
    MachineLearningNotebookUri string
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    MachineLearningUserManagementUri string
    The URL of Machine Learning user management the Autonomous Database.
    MongoDbUri string
    The URL of the MongoDB API for the Autonomous Database.
    OrdsUri string
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    SqlDevWebUri string
    The URL of the Oracle SQL Developer Web for the Autonomous Database.
    apexUri String
    Oracle Application Express (APEX) URL.
    databaseTransformsUri String
    The URL of the Database Transforms for the Autonomous Database.
    graphStudioUri String
    The URL of the Graph Studio for the Autonomous Database.
    machineLearningNotebookUri String
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machineLearningUserManagementUri String
    The URL of Machine Learning user management the Autonomous Database.
    mongoDbUri String
    The URL of the MongoDB API for the Autonomous Database.
    ordsUri String
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    sqlDevWebUri String
    The URL of the Oracle SQL Developer Web for the Autonomous Database.
    apexUri string
    Oracle Application Express (APEX) URL.
    databaseTransformsUri string
    The URL of the Database Transforms for the Autonomous Database.
    graphStudioUri string
    The URL of the Graph Studio for the Autonomous Database.
    machineLearningNotebookUri string
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machineLearningUserManagementUri string
    The URL of Machine Learning user management the Autonomous Database.
    mongoDbUri string
    The URL of the MongoDB API for the Autonomous Database.
    ordsUri string
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    sqlDevWebUri string
    The URL of the Oracle SQL Developer Web for the Autonomous Database.
    apex_uri str
    Oracle Application Express (APEX) URL.
    database_transforms_uri str
    The URL of the Database Transforms for the Autonomous Database.
    graph_studio_uri str
    The URL of the Graph Studio for the Autonomous Database.
    machine_learning_notebook_uri str
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machine_learning_user_management_uri str
    The URL of Machine Learning user management the Autonomous Database.
    mongo_db_uri str
    The URL of the MongoDB API for the Autonomous Database.
    ords_uri str
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    sql_dev_web_uri str
    The URL of the Oracle SQL Developer Web for the Autonomous Database.
    apexUri String
    Oracle Application Express (APEX) URL.
    databaseTransformsUri String
    The URL of the Database Transforms for the Autonomous Database.
    graphStudioUri String
    The URL of the Graph Studio for the Autonomous Database.
    machineLearningNotebookUri String
    The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
    machineLearningUserManagementUri String
    The URL of Machine Learning user management the Autonomous Database.
    mongoDbUri String
    The URL of the MongoDB API for the Autonomous Database.
    ordsUri String
    The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
    sqlDevWebUri String
    The URL of the Oracle SQL Developer Web for the Autonomous Database.

    GetAutonomousDatabasesAutonomousDatabasePropertyCustomerContact

    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.

    GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb

    DataGuardRoleChangedTime string
    The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
    DisasterRecoveryRoleChangedTime string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    LagTimeDuration string
    The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
    LifecycleDetails string
    The additional details about the current lifecycle state of the Autonomous Database.
    State string
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    DataGuardRoleChangedTime string
    The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
    DisasterRecoveryRoleChangedTime string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    LagTimeDuration string
    The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
    LifecycleDetails string
    The additional details about the current lifecycle state of the Autonomous Database.
    State string
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    dataGuardRoleChangedTime String
    The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
    disasterRecoveryRoleChangedTime String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeDuration String
    The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
    lifecycleDetails String
    The additional details about the current lifecycle state of the Autonomous Database.
    state String
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    dataGuardRoleChangedTime string
    The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
    disasterRecoveryRoleChangedTime string
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeDuration string
    The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
    lifecycleDetails string
    The additional details about the current lifecycle state of the Autonomous Database.
    state string
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    data_guard_role_changed_time str
    The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
    disaster_recovery_role_changed_time str
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lag_time_duration str
    The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
    lifecycle_details str
    The additional details about the current lifecycle state of the Autonomous Database.
    state str
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
    dataGuardRoleChangedTime String
    The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
    disasterRecoveryRoleChangedTime String
    The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
    lagTimeDuration String
    The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
    lifecycleDetails String
    The additional details about the current lifecycle state of the Autonomous Database.
    state String
    Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY

    GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail

    DayOfWeek string
    Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
    StartTimes List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime>
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    StopTimes List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime>
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    DayOfWeek string
    Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
    StartTimes []GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    StopTimes []GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    dayOfWeek String
    Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
    startTimes List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime>
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    stopTimes List<GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime>
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    dayOfWeek string
    Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
    startTimes GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime[]
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    stopTimes GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime[]
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    day_of_week str
    Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
    start_times Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime]
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    stop_times Sequence[GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime]
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    dayOfWeek String
    Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
    startTimes List<Property Map>
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
    stopTimes List<Property Map>
    Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.

    GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime

    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Must be from 0 to 59.
    Nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    Seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Must be from 0 to 59.
    Nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    Seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours Integer
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Integer
    Minutes of hour of day. Must be from 0 to 59.
    nanos Integer
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds Integer
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes number
    Minutes of hour of day. Must be from 0 to 59.
    nanos number
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds number
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes int
    Minutes of hour of day. Must be from 0 to 59.
    nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours Number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Number
    Minutes of hour of day. Must be from 0 to 59.
    nanos Number
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds Number
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

    GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime

    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Must be from 0 to 59.
    Nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    Seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Must be from 0 to 59.
    Nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    Seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours Integer
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Integer
    Minutes of hour of day. Must be from 0 to 59.
    nanos Integer
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds Integer
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes number
    Minutes of hour of day. Must be from 0 to 59.
    nanos number
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds number
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes int
    Minutes of hour of day. Must be from 0 to 59.
    nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours Number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Number
    Minutes of hour of day. Must be from 0 to 59.
    nanos Number
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds Number
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Google Cloud Classic v8.9.3 published on Monday, Nov 18, 2024 by Pulumi