/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::RuleGroup/SqliMatchStatement.dhall
Copy path to clipboardSource
{ Type =
{ FieldToMatch : (./FieldToMatch.dhall).Type
, SensitivityLevel : Optional (./../../Fn.dhall).CfnText
, TextTransformations : List (./TextTransformation.dhall).Type
}
, default.SensitivityLevel = None (./../../Fn.dhall).CfnText
}