oci_database_externalcontainerdatabases_stack_monitoring

This resource provides the Externalcontainerdatabases Stack Monitoring resource in Oracle Cloud Infrastructure Database service.

Enable Stack Monitoring for the external container database.

Example Usage

resource "oci_database_externalcontainerdatabases_stack_monitoring" "test_externalcontainerdatabases_stack_monitoring" {
    #Required
    external_container_database_id = oci_database_external_container_database.test_external_container_database.id
    external_database_connector_id = oci_database_external_database_connector.test_external_database_connector.id
    enable_stack_monitoring = true
}

Argument Reference

The following arguments are supported:

* 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 Externalcontainerdatabases Stack Monitoring * update - (Defaults to 20 minutes), when updating the Externalcontainerdatabases Stack Monitoring * delete - (Defaults to 20 minutes), when destroying the Externalcontainerdatabases Stack Monitoring

Import

Import is not supported for this resource.