Data Source: oci_resource_analytics_monitored_region
This data source provides details about a specific Monitored Region resource in Oracle Cloud Infrastructure Resource Analytics service.
Gets information about a MonitoredRegion.
Example Usage
data "oci_resource_analytics_monitored_region" "test_monitored_region" {
	#Required
	monitored_region_id = oci_resource_analytics_monitored_region.test_monitored_region.id
}
Argument Reference
The following arguments are supported:
- monitored_region_id- (Required) The OCID of the MonitoredRegion.
Attributes Reference
The following attributes are exported:
- id- The OCID of the MonitoredRegion.
- lifecycle_details- A message that describes the current state of the MonitoredRegion in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- region_id- The Region Identifier of this MonitoredRegion.
- resource_analytics_instance_id- The OCID of the ResourceAnalyticsInstance associated with this MonitoredRegion.
- state- The current state of the MonitoredRegion.
- system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"orcl-cloud.free-tier-retained": "true"}
- time_created- The date and time the MonitoredRegion was created, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z
- time_updated- The date and time the MonitoredRegion was updated, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z