/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::WebACL/SqliMatchStatement.dhall

Copy path to clipboard

Source

{ Type =
{ FieldToMatch : (./FieldToMatch.dhall).Type
, SensitivityLevel : Optional (./../../Fn.dhall).CfnText
, TextTransformations : List (./TextTransformation.dhall).Type
}
, default.SensitivityLevel = None (./../../Fn.dhall).CfnText
}