/dhall-aws-cloudformation/cloudformation/AWS::WAFRegional::GeoMatchSet/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ GeoMatchConstraints : Optional (List (./GeoMatchConstraint.dhall).Type)
, Name : (./../../Fn.dhall).CfnText
}
, default.GeoMatchConstraints = None (List (./GeoMatchConstraint.dhall).Type)
}