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

Copy path to clipboard

Source

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