Data Source: oci_apm_traces_log

This data source provides details about a specific Log resource in Oracle Cloud Infrastructure Apm Traces service.

Retrieve a log in the APM Domain.

Example Usage

data "oci_apm_traces_log" "test_log" {
	#Required
	apm_domain_id = oci_apm_apm_domain.test_apm_domain.id
	log_key = var.log_log_key
	time_log_ended_less_than = var.log_time_log_ended_less_than
	time_log_started_greater_than_or_equal_to = var.log_time_log_started_greater_than_or_equal_to
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: