oci_log_analytics_namespace_ingest_time_rules_management

This resource provides the Namespace Ingest Time Rules Management resource in Oracle Cloud Infrastructure Log Analytics service.

Enables the specified ingest time rule.

Example Usage

resource "oci_log_analytics_namespace_ingest_time_rules_management" "test_namespace_ingest_time_rules_management" {
	#Required
	ingest_time_rule_id = oci_events_rule.test_rule.id
	namespace = var.namespace_ingest_time_rules_management_namespace
	enable_ingest_time_rule = var.enable_ingest_time_rule
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Namespace Ingest Time Rules Management * update - (Defaults to 20 minutes), when updating the Namespace Ingest Time Rules Management * delete - (Defaults to 20 minutes), when destroying the Namespace Ingest Time Rules Management