Data Source: oci_database_autonomous_databases_clones

This data source provides the list of Autonomous Databases Clones in Oracle Cloud Infrastructure Database service.

Lists the Autonomous Database clones for the specified Autonomous Database.

Example Usage

data "oci_database_autonomous_databases_clones" "test_autonomous_databases_clones" {
	#Required
	autonomous_database_id = oci_database_autonomous_database.test_autonomous_database.id
	compartment_id = var.compartment_id

	#Optional
	clone_type = var.autonomous_databases_clone_clone_type
	display_name = var.autonomous_databases_clone_display_name
	state = var.autonomous_databases_clone_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AutonomousDatabasesClone Reference

The following attributes are exported:

Note: This parameter cannot be used with the ocpuCount parameter. * customer_contacts - Customer Contacts. * email - The email address used by Oracle to send notifications regarding databases and infrastructure. * data_safe_status - Status of the Data Safe registration for this Autonomous Database. * data_storage_size_in_gb - The quantity of data in the database, in gigabytes. * data_storage_size_in_tbs - The quantity of data in the database, in terabytes. * database_edition - The Oracle Database Edition that applies to the Autonomous databases. * database_management_status - Status of Database Management for this Autonomous Database. * dataguard_region_type - The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region. * db_name - The database name. * db_tools_details - The list of database tools details.

This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier. 
* `compute_count` - Compute used by database tools.
* `is_enabled` - Indicates whether tool is enabled.
* `max_idle_time_in_minutes` - The max idle time, in minutes, after which the VM used by database tools will be terminated.
* `name` - Name of database tool.