Data Source: oci_resource_analytics_resource_analytics_instance
This data source provides details about a specific Resource Analytics Instance resource in Oracle Cloud Infrastructure Resource Analytics service.
Gets information about a ResourceAnalyticsInstance.
Example Usage
data "oci_resource_analytics_resource_analytics_instance" "test_resource_analytics_instance" {
	#Required
	resource_analytics_instance_id = oci_resource_analytics_resource_analytics_instance.test_resource_analytics_instance.id
}
Argument Reference
The following arguments are supported:
- resource_analytics_instance_id- (Required) The OCID of the ResourceAnalyticsInstance.
Attributes Reference
The following attributes are exported:
- adw_id- The OCID of the created ADW instance.
- compartment_id- The OCID of the compartment.
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:- {"Operations.CostCenter": "42"}
- description- A description of the ResourceAnalyticsInstance instance.
- display_name- A user-friendly name. Does not have to be unique, and it’s changeable.
- freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:- {"Department": "Finance"}
- id- The OCID of the ResourceAnalyticsInstance.
- lifecycle_details- A message that describes the current state of the ResourceAnalyticsInstance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- oac_id- The OCID of the OAC enabled for the ResourceAnalyticsInstance.
- state- The current state of the ResourceAnalyticsInstance.
- 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 ResourceAnalyticsInstance was created, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z
- time_updated- The date and time the ResourceAnalyticsInstance was updated, in the format defined by RFC 3339. Example:- 2016-08-25T21:10:29.600Z