/dhall-aws-cloudformation/cloudformation/AWS::WAF::Rule/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ MetricName : (./../../Fn.dhall).CfnText
, Name : (./../../Fn.dhall).CfnText
, Predicates : Optional (List (./Predicate.dhall).Type)
}
, default.Predicates = None (List (./Predicate.dhall).Type)
}