---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_oracledatabase_autonomous_database{% #gcp_oracledatabase_autonomous_database %}

## `admin_password`{% #admin_password %}

**Type**: `STRING`**Provider name**: `adminPassword`**Description**: Optional. The password for the default ADMIN user.

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `cidr`{% #cidr %}

**Type**: `STRING`**Provider name**: `cidr`**Description**: Optional. The subnet CIDR range for the Autonomous Database.

## `create_time`{% #create_time %}

**Type**: `TIMESTAMP`**Provider name**: `createTime`**Description**: Output only. The date and time that the Autonomous Database was created.

## `database`{% #database %}

**Type**: `STRING`**Provider name**: `database`**Description**: Optional. 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.

## `disaster_recovery_supported_locations`{% #disaster_recovery_supported_locations %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `disasterRecoverySupportedLocations`**Description**: Output only. List of supported GCP region to clone the Autonomous Database for disaster recovery. Format: `project/{project}/locations/{location}`.

## `entitlement_id`{% #entitlement_id %}

**Type**: `STRING`**Provider name**: `entitlementId`**Description**: Output only. The ID of the subscription entitlement associated with the Autonomous Database.

## `gcp_display_name`{% #gcp_display_name %}

**Type**: `STRING`**Provider name**: `displayName`**Description**: Optional. The display name for the Autonomous Database. The name does not have to be unique within your project.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}

## `network`{% #network %}

**Type**: `STRING`**Provider name**: `network`**Description**: Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}

## `odb_network`{% #odb_network %}

**Type**: `STRING`**Provider name**: `odbNetwork`**Description**: Optional. The name of the OdbNetwork associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

## `odb_subnet`{% #odb_subnet %}

**Type**: `STRING`**Provider name**: `odbSubnet`**Description**: Optional. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `peer_autonomous_databases`{% #peer_autonomous_databases %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `peerAutonomousDatabases`**Description**: Output only. The peer Autonomous Database names of the given Autonomous Database.

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `properties`{% #properties %}

**Type**: `STRUCT`**Provider name**: `properties`**Description**: Optional. The properties of the Autonomous Database.

- `actual_used_data_storage_size_tb`**Type**: `DOUBLE`**Provider name**: `actualUsedDataStorageSizeTb`**Description**: Output only. The amount of storage currently being used for user and system data, in terabytes.
- `allocated_storage_size_tb`**Type**: `DOUBLE`**Provider name**: `allocatedStorageSizeTb`**Description**: Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- `allowlisted_ips`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `allowlistedIps`**Description**: Optional. The list of allowlisted IP addresses for the Autonomous Database.
- `apex_details`**Type**: `STRUCT`**Provider name**: `apexDetails`**Description**: Output only. The details for the Oracle APEX Application Development.
  - `apex_version`**Type**: `STRING`**Provider name**: `apexVersion`**Description**: Output only. The Oracle APEX Application Development version.
  - `ords_version`**Type**: `STRING`**Provider name**: `ordsVersion`**Description**: Output only. The Oracle REST Data Services (ORDS) version.
- `are_primary_allowlisted_ips_used`**Type**: `BOOLEAN`**Provider name**: `arePrimaryAllowlistedIpsUsed`**Description**: Output only. 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`**Type**: `STRING`**Provider name**: `autonomousContainerDatabaseId`**Description**: Output only. The Autonomous Container Database OCID.
- `available_upgrade_versions`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `availableUpgradeVersions`**Description**: Output only. The list of available Oracle Database upgrade versions for an Autonomous Database.
- `backup_retention_period_days`**Type**: `INT32`**Provider name**: `backupRetentionPeriodDays`**Description**: Optional. 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`**Type**: `STRING`**Provider name**: `characterSet`**Description**: Optional. The character set for the Autonomous Database. The default is AL32UTF8.
- `compute_count`**Type**: `FLOAT`**Provider name**: `computeCount`**Description**: Optional. The number of compute servers for the Autonomous Database.
- `connection_strings`**Type**: `STRUCT`**Provider name**: `connectionStrings`**Description**: Output only. The connection strings used to connect to an Autonomous Database.
  - `all_connection_strings`**Type**: `STRUCT`**Provider name**: `allConnectionStrings`**Description**: Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
    - `high`**Type**: `STRING`**Provider name**: `high`**Description**: Output only. The database service provides the highest level of resources to each SQL statement.
    - `low`**Type**: `STRING`**Provider name**: `low`**Description**: Output only. The database service provides the least level of resources to each SQL statement.
    - `medium`**Type**: `STRING`**Provider name**: `medium`**Description**: Output only. The database service provides a lower level of resources to each SQL statement.
  - `dedicated`**Type**: `STRING`**Provider name**: `dedicated`**Description**: Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
  - `high`**Type**: `STRING`**Provider name**: `high`**Description**: Output only. The database service provides the highest level of resources to each SQL statement.
  - `low`**Type**: `STRING`**Provider name**: `low`**Description**: Output only. The database service provides the least level of resources to each SQL statement.
  - `medium`**Type**: `STRING`**Provider name**: `medium`**Description**: Output only. The database service provides a lower level of resources to each SQL statement.
  - `profiles`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `profiles`**Description**: Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
    - `consumer_group`**Type**: `STRING`**Provider name**: `consumerGroup`**Description**: Output only. The current consumer group being used by the connection.**Possible values**:
      - `CONSUMER_GROUP_UNSPECIFIED` - Default unspecified value.
      - `HIGH` - High consumer group.
      - `MEDIUM` - Medium consumer group.
      - `LOW` - Low consumer group.
      - `TP` - TP consumer group.
      - `TPURGENT` - TPURGENT consumer group.
    - `gcp_display_name`**Type**: `STRING`**Provider name**: `displayName`**Description**: Output only. The display name for the database connection.
    - `host_format`**Type**: `STRING`**Provider name**: `hostFormat`**Description**: Output only. The host name format being currently used in connection string.**Possible values**:
      - `HOST_FORMAT_UNSPECIFIED` - Default unspecified value.
      - `FQDN` - FQDN
      - `IP` - IP
    - `is_regional`**Type**: `BOOLEAN`**Provider name**: `isRegional`**Description**: Output only. This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
    - `protocol`**Type**: `STRING`**Provider name**: `protocol`**Description**: Output only. The protocol being used by the connection.**Possible values**:
      - `PROTOCOL_UNSPECIFIED` - Default unspecified value.
      - `TCP` - Tcp
      - `TCPS` - Tcps
    - `session_mode`**Type**: `STRING`**Provider name**: `sessionMode`**Description**: Output only. The current session mode of the connection.**Possible values**:
      - `SESSION_MODE_UNSPECIFIED` - Default unspecified value.
      - `DIRECT` - Direct
      - `INDIRECT` - Indirect
    - `syntax_format`**Type**: `STRING`**Provider name**: `syntaxFormat`**Description**: Output only. The syntax of the connection string.**Possible values**:
      - `SYNTAX_FORMAT_UNSPECIFIED` - Default unspecified value.
      - `LONG` - Long
      - `EZCONNECT` - Ezconnect
      - `EZCONNECTPLUS` - Ezconnectplus
    - `tls_authentication`**Type**: `STRING`**Provider name**: `tlsAuthentication`**Description**: Output only. This field indicates the TLS authentication type of the connection.**Possible values**:
      - `TLS_AUTHENTICATION_UNSPECIFIED` - Default unspecified value.
      - `SERVER` - Server
      - `MUTUAL` - Mutual
    - `value`**Type**: `STRING`**Provider name**: `value`**Description**: Output only. The value of the connection string.
- `connection_urls`**Type**: `STRUCT`**Provider name**: `connectionUrls`**Description**: Output only. The Oracle Connection URLs for an Autonomous Database.
  - `apex_uri`**Type**: `STRING`**Provider name**: `apexUri`**Description**: Output only. Oracle Application Express (APEX) URL.
  - `database_transforms_uri`**Type**: `STRING`**Provider name**: `databaseTransformsUri`**Description**: Output only. The URL of the Database Transforms for the Autonomous Database.
  - `graph_studio_uri`**Type**: `STRING`**Provider name**: `graphStudioUri`**Description**: Output only. The URL of the Graph Studio for the Autonomous Database.
  - `machine_learning_notebook_uri`**Type**: `STRING`**Provider name**: `machineLearningNotebookUri`**Description**: Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
  - `machine_learning_user_management_uri`**Type**: `STRING`**Provider name**: `machineLearningUserManagementUri`**Description**: Output only. The URL of Machine Learning user management the Autonomous Database.
  - `mongo_db_uri`**Type**: `STRING`**Provider name**: `mongoDbUri`**Description**: Output only. The URL of the MongoDB API for the Autonomous Database.
  - `ords_uri`**Type**: `STRING`**Provider name**: `ordsUri`**Description**: Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
  - `sql_dev_web_uri`**Type**: `STRING`**Provider name**: `sqlDevWebUri`**Description**: Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.
- `cpu_core_count`**Type**: `INT32`**Provider name**: `cpuCoreCount`**Description**: Optional. The number of CPU cores to be made available to the database.
- `customer_contacts`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `customerContacts`**Description**: Optional. The list of customer contacts.
  - `email`**Type**: `STRING`**Provider name**: `email`**Description**: Required. The email address used by Oracle to send notifications regarding databases and infrastructure.
- `data_guard_role_changed_time`**Type**: `TIMESTAMP`**Provider name**: `dataGuardRoleChangedTime`**Description**: Output only. The date and time the Autonomous Data Guard role was changed for the standby Autonomous Database.
- `data_safe_state`**Type**: `STRING`**Provider name**: `dataSafeState`**Description**: Output only. The current state of the Data Safe registration for the Autonomous Database.**Possible values**:
  - `DATA_SAFE_STATE_UNSPECIFIED` - Default unspecified value.
  - `REGISTERING` - Registering data safe state.
  - `REGISTERED` - Registered data safe state.
  - `DEREGISTERING` - Deregistering data safe state.
  - `NOT_REGISTERED` - Not registered data safe state.
  - `FAILED` - Failed data safe state.
- `data_storage_size_gb`**Type**: `INT32`**Provider name**: `dataStorageSizeGb`**Description**: Optional. The size of the data stored in the database, in gigabytes.
- `data_storage_size_tb`**Type**: `INT32`**Provider name**: `dataStorageSizeTb`**Description**: Optional. The size of the data stored in the database, in terabytes.
- `database_management_state`**Type**: `STRING`**Provider name**: `databaseManagementState`**Description**: Output only. The current state of database management for the Autonomous Database.**Possible values**:
  - `DATABASE_MANAGEMENT_STATE_UNSPECIFIED` - Default unspecified value.
  - `ENABLING` - Enabling Database Management state
  - `ENABLED` - Enabled Database Management state
  - `DISABLING` - Disabling Database Management state
  - `NOT_ENABLED` - Not Enabled Database Management state
  - `FAILED_ENABLING` - Failed enabling Database Management state
  - `FAILED_DISABLING` - Failed disabling Database Management state
- `db_edition`**Type**: `STRING`**Provider name**: `dbEdition`**Description**: Optional. The edition of the Autonomous Databases.**Possible values**:
  - `DATABASE_EDITION_UNSPECIFIED` - Default unspecified value.
  - `STANDARD_EDITION` - Standard Database Edition
  - `ENTERPRISE_EDITION` - Enterprise Database Edition
- `db_version`**Type**: `STRING`**Provider name**: `dbVersion`**Description**: Optional. The Oracle Database version for the Autonomous Database.
- `db_workload`**Type**: `STRING`**Provider name**: `dbWorkload`**Description**: Required. The workload type of the Autonomous Database.**Possible values**:
  - `DB_WORKLOAD_UNSPECIFIED` - Default unspecified value.
  - `OLTP` - Autonomous Transaction Processing database.
  - `DW` - Autonomous Data Warehouse database.
  - `AJD` - Autonomous JSON Database.
  - `APEX` - Autonomous Database with the Oracle APEX Application Development workload type.
- `disaster_recovery_role_changed_time`**Type**: `TIMESTAMP`**Provider name**: `disasterRecoveryRoleChangedTime`**Description**: Output only. The date and time the Disaster Recovery role was changed for the standby Autonomous Database.
- `failed_data_recovery_duration`**Type**: `STRING`**Provider name**: `failedDataRecoveryDuration`**Description**: Output only. This field indicates the number of seconds of data loss during a Data Guard failover.
- `is_auto_scaling_enabled`**Type**: `BOOLEAN`**Provider name**: `isAutoScalingEnabled`**Description**: Optional. This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- `is_local_data_guard_enabled`**Type**: `BOOLEAN`**Provider name**: `isLocalDataGuardEnabled`**Description**: Output only. This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- `is_storage_auto_scaling_enabled`**Type**: `BOOLEAN`**Provider name**: `isStorageAutoScalingEnabled`**Description**: Optional. This field indicates if auto scaling is enabled for the Autonomous Database storage.
- `license_type`**Type**: `STRING`**Provider name**: `licenseType`**Description**: Required. The license type used for the Autonomous Database.**Possible values**:
  - `LICENSE_TYPE_UNSPECIFIED` - Unspecified
  - `LICENSE_INCLUDED` - License included part of offer
  - `BRING_YOUR_OWN_LICENSE` - Bring your own license
- `lifecycle_details`**Type**: `STRING`**Provider name**: `lifecycleDetails`**Description**: Output only. The details of the current lifestyle state of the Autonomous Database.
- `local_adg_auto_failover_max_data_loss_limit`**Type**: `INT32`**Provider name**: `localAdgAutoFailoverMaxDataLossLimit`**Description**: Output only. This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- `local_disaster_recovery_type`**Type**: `STRING`**Provider name**: `localDisasterRecoveryType`**Description**: Output only. This field indicates the local disaster recovery (DR) type of an Autonomous Database.**Possible values**:
  - `LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED` - Default unspecified value.
  - `ADG` - Autonomous Data Guard recovery.
  - `BACKUP_BASED` - Backup based recovery.
- `local_standby_db`**Type**: `STRUCT`**Provider name**: `localStandbyDb`**Description**: Output only. The details of the Autonomous Data Guard standby database.
  - `data_guard_role_changed_time`**Type**: `TIMESTAMP`**Provider name**: `dataGuardRoleChangedTime`**Description**: Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
  - `disaster_recovery_role_changed_time`**Type**: `TIMESTAMP`**Provider name**: `disasterRecoveryRoleChangedTime`**Description**: Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
  - `lag_time_duration`**Type**: `STRING`**Provider name**: `lagTimeDuration`**Description**: Output only. 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`**Type**: `STRING`**Provider name**: `lifecycleDetails`**Description**: Output only. The additional details about the current lifecycle state of the Autonomous Database.
  - `state`**Type**: `STRING`**Provider name**: `state`**Description**: Output only. The current lifecycle state of the Autonomous Database.**Possible values**:
    - `STATE_UNSPECIFIED` - Default unspecified value.
    - `PROVISIONING` - Indicates that the Autonomous Database is in provisioning state.
    - `AVAILABLE` - Indicates that the Autonomous Database is in available state.
    - `STOPPING` - Indicates that the Autonomous Database is in stopping state.
    - `STOPPED` - Indicates that the Autonomous Database is in stopped state.
    - `STARTING` - Indicates that the Autonomous Database is in starting state.
    - `TERMINATING` - Indicates that the Autonomous Database is in terminating state.
    - `TERMINATED` - Indicates that the Autonomous Database is in terminated state.
    - `UNAVAILABLE` - Indicates that the Autonomous Database is in unavailable state.
    - `RESTORE_IN_PROGRESS` - Indicates that the Autonomous Database restore is in progress.
    - `RESTORE_FAILED` - Indicates that the Autonomous Database failed to restore.
    - `BACKUP_IN_PROGRESS` - Indicates that the Autonomous Database backup is in progress.
    - `SCALE_IN_PROGRESS` - Indicates that the Autonomous Database scale is in progress.
    - `AVAILABLE_NEEDS_ATTENTION` - Indicates that the Autonomous Database is available but needs attention state.
    - `UPDATING` - Indicates that the Autonomous Database is in updating state.
    - `MAINTENANCE_IN_PROGRESS` - Indicates that the Autonomous Database's maintenance is in progress state.
    - `RESTARTING` - Indicates that the Autonomous Database is in restarting state.
    - `RECREATING` - Indicates that the Autonomous Database is in recreating state.
    - `ROLE_CHANGE_IN_PROGRESS` - Indicates that the Autonomous Database's role change is in progress state.
    - `UPGRADING` - Indicates that the Autonomous Database is in upgrading state.
    - `INACCESSIBLE` - Indicates that the Autonomous Database is in inaccessible state.
    - `STANDBY` - Indicates that the Autonomous Database is in standby state.
- `maintenance_begin_time`**Type**: `TIMESTAMP`**Provider name**: `maintenanceBeginTime`**Description**: Output only. The date and time when maintenance will begin.
- `maintenance_end_time`**Type**: `TIMESTAMP`**Provider name**: `maintenanceEndTime`**Description**: Output only. The date and time when maintenance will end.
- `maintenance_schedule_type`**Type**: `STRING`**Provider name**: `maintenanceScheduleType`**Description**: Optional. The maintenance schedule of the Autonomous Database.**Possible values**:
  - `MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED` - Default unspecified value.
  - `EARLY` - An EARLY maintenance schedule patches the database before the regular scheduled maintenance.
  - `REGULAR` - A REGULAR maintenance schedule follows the normal maintenance cycle.
- `memory_per_oracle_compute_unit_gbs`**Type**: `INT32`**Provider name**: `memoryPerOracleComputeUnitGbs`**Description**: Output only. The amount of memory enabled per ECPU, in gigabytes.
- `memory_table_gbs`**Type**: `INT32`**Provider name**: `memoryTableGbs`**Description**: Output only. The memory assigned to in-memory tables in an Autonomous Database.
- `mtls_connection_required`**Type**: `BOOLEAN`**Provider name**: `mtlsConnectionRequired`**Description**: Optional. This field specifies if the Autonomous Database requires mTLS connections.
- `n_character_set`**Type**: `STRING`**Provider name**: `nCharacterSet`**Description**: Optional. The national character set for the Autonomous Database. The default is AL16UTF16.
- `next_long_term_backup_time`**Type**: `TIMESTAMP`**Provider name**: `nextLongTermBackupTime`**Description**: Output only. The long term backup schedule of the Autonomous Database.
- `oci_url`**Type**: `STRING`**Provider name**: `ociUrl`**Description**: Output only. The Oracle Cloud Infrastructure link for the Autonomous Database.
- `ocid`**Type**: `STRING`**Provider name**: `ocid`**Description**: Output only. OCID of the Autonomous Database. [https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle)
- `open_mode`**Type**: `STRING`**Provider name**: `openMode`**Description**: Output only. This field indicates the current mode of the Autonomous Database.**Possible values**:
  - `OPEN_MODE_UNSPECIFIED` - Default unspecified value.
  - `READ_ONLY` - Read Only Mode
  - `READ_WRITE` - Read Write Mode
- `operations_insights_state`**Type**: `STRING`**Provider name**: `operationsInsightsState`**Description**: Output only. This field indicates the state of Operations Insights for the Autonomous Database.**Possible values**:
  - `OPERATIONS_INSIGHTS_STATE_UNSPECIFIED` - Default unspecified value.
  - `ENABLING` - Enabling status for operation insights.
  - `ENABLED` - Enabled status for operation insights.
  - `DISABLING` - Disabling status for operation insights.
  - `NOT_ENABLED` - Not Enabled status for operation insights.
  - `FAILED_ENABLING` - Failed enabling status for operation insights.
  - `FAILED_DISABLING` - Failed disabling status for operation insights.
- `peer_db_ids`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `peerDbIds`**Description**: Output only. The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- `permission_level`**Type**: `STRING`**Provider name**: `permissionLevel`**Description**: Output only. The permission level of the Autonomous Database.**Possible values**:
  - `PERMISSION_LEVEL_UNSPECIFIED` - Default unspecified value.
  - `RESTRICTED` - Restricted mode allows access only by admin users.
  - `UNRESTRICTED` - Normal access.
- `private_endpoint`**Type**: `STRING`**Provider name**: `privateEndpoint`**Description**: Output only. The private endpoint for the Autonomous Database.
- `private_endpoint_ip`**Type**: `STRING`**Provider name**: `privateEndpointIp`**Description**: Optional. The private endpoint IP address for the Autonomous Database.
- `private_endpoint_label`**Type**: `STRING`**Provider name**: `privateEndpointLabel`**Description**: Optional. The private endpoint label for the Autonomous Database.
- `refreshable_mode`**Type**: `STRING`**Provider name**: `refreshableMode`**Description**: Output only. The refresh mode of the cloned Autonomous Database.**Possible values**:
  - `REFRESHABLE_MODE_UNSPECIFIED` - The default unspecified value.
  - `AUTOMATIC` - AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.
  - `MANUAL` - MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database.
- `refreshable_state`**Type**: `STRING`**Provider name**: `refreshableState`**Description**: Output only. The refresh State of the clone.**Possible values**:
  - `REFRESHABLE_STATE_UNSPECIFIED` - Default unspecified value.
  - `REFRESHING` - Refreshing
  - `NOT_REFRESHING` - Not refreshed
- `role`**Type**: `STRING`**Provider name**: `role`**Description**: Output only. The Data Guard role of the Autonomous Database.**Possible values**:
  - `ROLE_UNSPECIFIED` - Default unspecified value.
  - `PRIMARY` - Primary role
  - `STANDBY` - Standby role
  - `DISABLED_STANDBY` - Disabled standby role
  - `BACKUP_COPY` - Backup copy role
  - `SNAPSHOT_STANDBY` - Snapshot standby role
- `scheduled_operation_details`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `scheduledOperationDetails`**Description**: Output only. The list and details of the scheduled operations of the Autonomous Database.
  - `day_of_week`**Type**: `STRING`**Provider name**: `dayOfWeek`**Description**: Output only. Day of week.**Possible values**:
    - `DAY_OF_WEEK_UNSPECIFIED` - The day of the week is unspecified.
    - `MONDAY` - Monday
    - `TUESDAY` - Tuesday
    - `WEDNESDAY` - Wednesday
    - `THURSDAY` - Thursday
    - `FRIDAY` - Friday
    - `SATURDAY` - Saturday
    - `SUNDAY` - Sunday
  - `start_time`**Type**: `STRUCT`**Provider name**: `startTime`**Description**: Output only. Auto start time.
    - `hours`**Type**: `INT32`**Provider name**: `hours`**Description**: Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    - `minutes`**Type**: `INT32`**Provider name**: `minutes`**Description**: Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
    - `nanos`**Type**: `INT32`**Provider name**: `nanos`**Description**: Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
    - `seconds`**Type**: `INT32`**Provider name**: `seconds`**Description**: Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
  - `stop_time`**Type**: `STRUCT`**Provider name**: `stopTime`**Description**: Output only. Auto stop time.
    - `hours`**Type**: `INT32`**Provider name**: `hours`**Description**: Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    - `minutes`**Type**: `INT32`**Provider name**: `minutes`**Description**: Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
    - `nanos`**Type**: `INT32`**Provider name**: `nanos`**Description**: Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
    - `seconds`**Type**: `INT32`**Provider name**: `seconds`**Description**: Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
- `secret_id`**Type**: `STRING`**Provider name**: `secretId`**Description**: Optional. The ID of the Oracle Cloud Infrastructure vault secret.
- `sql_web_developer_url`**Type**: `STRING`**Provider name**: `sqlWebDeveloperUrl`**Description**: Output only. The SQL Web Developer URL for the Autonomous Database.
- `state`**Type**: `STRING`**Provider name**: `state`**Description**: Output only. The current lifecycle state of the Autonomous Database.**Possible values**:
  - `STATE_UNSPECIFIED` - Default unspecified value.
  - `PROVISIONING` - Indicates that the Autonomous Database is in provisioning state.
  - `AVAILABLE` - Indicates that the Autonomous Database is in available state.
  - `STOPPING` - Indicates that the Autonomous Database is in stopping state.
  - `STOPPED` - Indicates that the Autonomous Database is in stopped state.
  - `STARTING` - Indicates that the Autonomous Database is in starting state.
  - `TERMINATING` - Indicates that the Autonomous Database is in terminating state.
  - `TERMINATED` - Indicates that the Autonomous Database is in terminated state.
  - `UNAVAILABLE` - Indicates that the Autonomous Database is in unavailable state.
  - `RESTORE_IN_PROGRESS` - Indicates that the Autonomous Database restore is in progress.
  - `RESTORE_FAILED` - Indicates that the Autonomous Database failed to restore.
  - `BACKUP_IN_PROGRESS` - Indicates that the Autonomous Database backup is in progress.
  - `SCALE_IN_PROGRESS` - Indicates that the Autonomous Database scale is in progress.
  - `AVAILABLE_NEEDS_ATTENTION` - Indicates that the Autonomous Database is available but needs attention state.
  - `UPDATING` - Indicates that the Autonomous Database is in updating state.
  - `MAINTENANCE_IN_PROGRESS` - Indicates that the Autonomous Database's maintenance is in progress state.
  - `RESTARTING` - Indicates that the Autonomous Database is in restarting state.
  - `RECREATING` - Indicates that the Autonomous Database is in recreating state.
  - `ROLE_CHANGE_IN_PROGRESS` - Indicates that the Autonomous Database's role change is in progress state.
  - `UPGRADING` - Indicates that the Autonomous Database is in upgrading state.
  - `INACCESSIBLE` - Indicates that the Autonomous Database is in inaccessible state.
  - `STANDBY` - Indicates that the Autonomous Database is in standby state.
- `supported_clone_regions`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `supportedCloneRegions`**Description**: Output only. The list of available regions that can be used to create a clone for the Autonomous Database.
- `total_auto_backup_storage_size_gbs`**Type**: `FLOAT`**Provider name**: `totalAutoBackupStorageSizeGbs`**Description**: Output only. The storage space used by automatic backups of Autonomous Database, in gigabytes.
- `used_data_storage_size_tbs`**Type**: `INT32`**Provider name**: `usedDataStorageSizeTbs`**Description**: Output only. The storage space used by Autonomous Database, in gigabytes.
- `vault_id`**Type**: `STRING`**Provider name**: `vaultId`**Description**: Optional. The ID of the Oracle Cloud Infrastructure vault.

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `source_config`{% #source_config %}

**Type**: `STRUCT`**Provider name**: `sourceConfig`**Description**: Optional. The source Autonomous Database configuration for the standby Autonomous Database. The source Autonomous Database is configured while creating the Peer Autonomous Database and can't be updated after creation.

- `automatic_backups_replication_enabled`**Type**: `BOOLEAN`**Provider name**: `automaticBackupsReplicationEnabled`**Description**: Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard.
- `autonomous_database`**Type**: `STRING`**Provider name**: `autonomousDatabase`**Description**: Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `zone_id`{% #zone_id %}

**Type**: `STRING`
