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

Copy path to clipboard

Source

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