Data Source: oci_optimizer_profile_level

This data source provides details about a specific Profile Level resource in Oracle Cloud Infrastructure Optimizer service.

Lists the existing profile levels.

Example Usage

data "oci_optimizer_profile_level" "test_profile_level" {
	#Required
	compartment_id = var.compartment_id
	compartment_id_in_subtree = var.profile_level_compartment_id_in_subtree

	#Optional
	name = var.profile_level_name
	recommendation_name = oci_optimizer_recommendation.test_recommendation.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: