oci_database_pluggable_database_pluggabledatabasemanagements_management

This resource provides the Pluggable Database Pluggabledatabasemanagements Management resource in Oracle Cloud Infrastructure Database service.

Enables the Database Management service for an Oracle Pluggable Database located in Oracle Cloud Infrastructure. This service allows the pluggable database to access tools including Metrics and Performance hub. Database Management is enabled at the pluggable database (PDB) level.

Example Usage

resource "oci_database_pluggable_database_pluggabledatabasemanagements_management" "test_pluggable_database_pluggabledatabasemanagements_management" {
	#Required
	pluggable_database_id = oci_database_pluggable_database.test_pluggable_database.id
	enable_pluggabledatabasemanagement = var.enable_pluggabledatabasemanagement

	#Optional
	credential_details {

		#Optional
		password_secret_id = oci_vault_secret.test_secret.id
		user_name = oci_identity_user.test_user.name
	}
	private_end_point_id = oci_database_private_end_point.test_private_end_point.id
	service_name = oci_core_service.test_service.name
	port = var.pluggable_database_pluggabledatabasemanagements_management_port
	protocol = var.pluggable_database_pluggabledatabasemanagements_management_protocol
	role = var.pluggable_database_pluggabledatabasemanagements_management_role
	ssl_secret_id = oci_vault_secret.test_secret.id
}

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 Pluggable Database Pluggabledatabasemanagements Management * update - (Defaults to 20 minutes), when updating the Pluggable Database Pluggabledatabasemanagements Management * delete - (Defaults to 20 minutes), when destroying the Pluggable Database Pluggabledatabasemanagements Management