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

Copy path to clipboard

Source

{ Type =
{ Name : (./../../Fn.dhall).CfnText
, XssMatchTuples : List (./XssMatchTuple.dhall).Type
}
, default = {=}
}