oci_database_externalpluggabledatabases_stack_monitoring
This resource provides the Externalpluggabledatabases Stack Monitoring resource in Oracle Cloud Infrastructure Database service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/database/latest/ExternalpluggabledatabasesStackMonitoring
Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/database
Enable Stack Monitoring for the external pluggable database.
Example Usage
resource "oci_database_externalpluggabledatabases_stack_monitoring" "test_externalpluggabledatabases_stack_monitoring" {
#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_stack_monitoring = true
}
Argument Reference
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_stack_monitoring- (Required) (Updatable) Enabling Stack Monitoring 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
Attributes Reference
The following attributes are exported:
Timeouts
The timeouts block allows you to specify timeouts for certain operations:
* create - (Defaults to 20 minutes), when creating the Externalpluggabledatabases Stack Monitoring
* update - (Defaults to 20 minutes), when updating the Externalpluggabledatabases Stack Monitoring
* delete - (Defaults to 20 minutes), when destroying the Externalpluggabledatabases Stack Monitoring
Import
Import is not supported for this resource.