This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
See https://www.paws-r-sdk.com/docs/wafregional_update_geo_match_set/ for full documentation.
wafregional_update_geo_match_set(GeoMatchSetId, ChangeToken, Updates)
[required] The GeoMatchSetId
of the GeoMatchSet that you want to update.
GeoMatchSetId
is returned by
create_geo_match_set
and by
list_geo_match_sets
.
[required] The value returned by the most recent call to
get_change_token
.
[required] An array of GeoMatchSetUpdate
objects that you want to insert into or
delete from an GeoMatchSet. For more information, see the applicable
data types:
GeoMatchSetUpdate: Contains Action
and GeoMatchConstraint
GeoMatchConstraint: Contains Type
and Value
You can have only one Type
and Value
per GeoMatchConstraint
.
To add multiple countries, include multiple GeoMatchSetUpdate
objects in your request.