/dhall-aws-cloudformation/cloudformation/AWS::WAF::ByteMatchSet/Properties.dhall
Copy path to clipboardSource
{ Type =
{ ByteMatchTuples : Optional (List (./ByteMatchTuple.dhall).Type)
, Name : (./../../Fn.dhall).CfnText
}
, default.ByteMatchTuples = None (List (./ByteMatchTuple.dhall).Type)
}