This resource provides the External Pluggable Database Operations Insights Management resource in Oracle Cloud Infrastructure Database service.
Enable Operations Insights for the external pluggable database. When deleting this resource block , we call disable if it was in enabled state .
resource "oci_database_external_pluggable_database_operations_insights_management" "test_external_pluggable_database_operations_insights_management" {
#Required
external_database_connector_id = oci_database_external_database_connector.test_external_database_connector.id
external_pluggable_database_id = oci_database_external_pluggable_database.test_external_pluggable_database.id
enable_operations_insights = true
}
The following arguments are supported:
external_database_connector_id
- (Required) The OCID of the external database connector. external_pluggable_database_id
- (Required) The ExternalPluggableDatabaseId OCID.enable_operations_insights
- (Required) (Updatable) Enabling OPSI on External Pluggable Databases . Requires boolean value "true" or "false". * IMPORTANT * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
The following attributes are exported:
The timeouts
block allows you to specify timeouts for certain operations:
* create
- (Defaults to 20 minutes), when creating the External Pluggable Database Operations Insights Management
* update
- (Defaults to 20 minutes), when updating the External Pluggable Database Operations Insights Management
* delete
- (Defaults to 20 minutes), when destroying the External Pluggable Database Operations Insights Management
Import is not supported for this resource.