/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::RegexPatternSet/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Description : Optional (./../../Fn.dhall).CfnText
, Name : Optional (./../../Fn.dhall).CfnText
, RegularExpressionList : List (./../../Fn.dhall).CfnText
, Scope : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ Description = None (./../../Fn.dhall).CfnText
, Name = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}