Data Source: oci_apm_config_data_file

This data source provides details about a specific Data File resource in Oracle Cloud Infrastructure Apm Config service.

Retrieves the Data file with the specified name and type.

Example Usage

data "oci_apm_config_data_file" "test_data_file" {
	#Required
	apm_domain_id = oci_apm_apm_domain.test_apm_domain.id
	apm_type = var.data_file_apm_type
	data_file_name = oci_apm_config_data_file.test_data_file.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: