aws_waf_rule
Retrieves a WAF Rule Resource Id.
data "aws_waf_rule" "example" {
name = "tfWAFRule"
}
This data source supports the following arguments:
name
- (Required) Name of the WAF rule.This data source exports the following attributes in addition to the arguments above:
id
- ID of the WAF rule.