Data Source: oci_stack_monitoring_monitored_resource_types

This data source provides the list of Monitored Resource Types in Oracle Cloud Infrastructure Stack Monitoring service.

Returns list of resource types accessible to the customer. There are two types of resource types - System resource types and User resource types. System resource types are available out of the box in the stack monitoring resource service and are accessible to all the tenant users. User resource types are created in the context of a tenancy and are visible only for the tenancy. By default, both System resource types and User resource types are returned.

Example Usage

data "oci_stack_monitoring_monitored_resource_types" "test_monitored_resource_types" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	exclude_fields = var.monitored_resource_type_exclude_fields
	fields = var.monitored_resource_type_fields
	is_exclude_system_types = var.monitored_resource_type_is_exclude_system_types
	metric_namespace = var.monitored_resource_type_metric_namespace
	name = var.monitored_resource_type_name
	status = var.monitored_resource_type_status
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

MonitoredResourceType Reference

The following attributes are exported: