Sha256: a844ed7ccb32065b0ddea50c99294fbc88ece4c2bb41fa5af3654d5a653f841b

Contents?: true

Size: 913 Bytes

Versions: 7

Compression:

Stored size: 913 Bytes

Contents

AWS::WAF::WebACL:
  Properties: 
    DefaultAction: |
      {
        "Type" => "The action that Amazon CloudFront (CloudFront) or AWS WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request. Ex: BLOCK | ALLOW | COUNT"
      }
    MetricName: "\"A friendly name or description for the Amazon CloudWatch metric of this web ACL.\""
    Name: "\"A friendly name or description of the web ACL\""
    Rules: |
      [
        {
          "Action" => "BLOCK | ALLOW | COUNT",
          "Priority" => "The order in which AWS WAF evaluates the rules in a web ACL. AWS WAF evaluates rules with a lower value before rules with a higher value. The value must be a unique integer. If you have multiple rules in a web ACL, the priority numbers do not need to be consecutive.",
          "RuleId" => "The ID of an AWS WAF rule to associate with a web ACL."
        }
      ]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/WAF/WebACL.yaml
cfnlego-0.6.2 lib/cfnlego/resources/AWS/WAF/WebACL.yaml
cfnlego-0.6.1 lib/cfnlego/resources/AWS/WAF/WebACL.yaml
cfnlego-0.6.0 lib/cfnlego/resources/AWS/WAF/WebACL.yaml
cfnlego-0.5.1 lib/cfnlego/resources/AWS/WAF/WebACL.yaml
cfnlego-0.5.0 lib/cfnlego/resources/AWS/WAF/WebACL.yaml
cfnlego-0.4.0 lib/cfnlego/resources/AWS/WAF/WebACL.yaml