oci_stack_monitoring_metric_extensions_test_management

This resource provides the Metric Extensions Test Management resource in Oracle Cloud Infrastructure Stack Monitoring service.

Performs test of Metric Extension on a specific resource Id

Example Usage

resource "oci_stack_monitoring_metric_extensions_test_management" "test_metric_extensions_test_management" {
	#Required
	metric_extension_id = oci_stack_monitoring_metric_extension.test_metric_extension.id
	resource_ids = var.metric_extensions_test_management_resource_ids
}

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 Metric Extensions Test Management * update - (Defaults to 20 minutes), when updating the Metric Extensions Test Management * delete - (Defaults to 20 minutes), when destroying the Metric Extensions Test Management

Import

Import is not supported for this resource.