/dhall-aws-cloudformation/cloudformation/AWS::WAFRegional::WebACL/Rule.dhall

Copy path to clipboard

Source

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