Data Source: oci_log_analytics_namespace_effective_properties

This data source provides the list of Namespace Effective Properties in Oracle Cloud Infrastructure Log Analytics service.

Returns a list of effective properties for the specified resource.

Example Usage

data "oci_log_analytics_namespace_effective_properties" "test_namespace_effective_properties" {
	#Required
	namespace = var.namespace_effective_property_namespace

	#Optional
	agent_id = oci_cloud_bridge_agent.test_agent.id
	entity_id = oci_log_analytics_log_analytics_entity.test_log_analytics_entity.id
	is_include_patterns = var.namespace_effective_property_is_include_patterns
	name = var.namespace_effective_property_name
	pattern_id = oci_log_analytics_pattern.test_pattern.id
	source_name = var.namespace_effective_property_source_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

NamespaceEffectiveProperty Reference

The following attributes are exported: