Data Source: oci_data_safe_alert_policy_rule

This data source provides details about a specific Alert Policy Rule resource in Oracle Cloud Infrastructure Data Safe service.

Lists the rules of the specified alert policy. The alert policy is said to be satisfied when all rules in the policy evaulate to true. If there are three rules: rule1,rule2 and rule3, the policy is satisfied if rule1 AND rule2 AND rule3 is True.

Example Usage

data "oci_data_safe_alert_policy_rule" "test_alert_policy_rule" {
	#Required
	alert_policy_id = oci_data_safe_alert_policy.test_alert_policy.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: