/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::RuleGroup/RegexMatchStatement.dhall

Copy path to clipboard

Source

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