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

Copy path to clipboard

Source

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