/dhall-aws-cloudformation/cloudformation/AWS::WAF::WebACL/ActivatedRule.dhall

Copy path to clipboard

Source

{ Type =
{ Action : Optional (./WafAction.dhall).Type
, Priority : Integer
, RuleId : (./../../Fn.dhall).CfnText
}
, default.Action = None (./WafAction.dhall).Type
}