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.

Gets the details of a policy rule by its key.

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
  rule_key = var.alert_policy_rule_rule_key
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: