Data Source: oci_logging_log

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

Gets the log object configuration for the log object OCID.

Example Usage

data "oci_logging_log" "test_log" {
    #Required
    log_group_id = oci_logging_log_group.test_log_group.id
    log_id = oci_logging_log.test_log.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: