/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::WebACL/RegexMatchStatement.dhall
Copy path to clipboardSource
{ Type =
{ FieldToMatch : (./FieldToMatch.dhall).Type
, RegexString : (./../../Fn.dhall).CfnText
, TextTransformations : List (./TextTransformation.dhall).Type
}
, default = {=}
}