This is AWS WAF Classic documentation
Source:R/wafregional_operations.R
wafregional_update_geo_match_set.RdThis 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.
Arguments
- GeoMatchSetId
[required] The
GeoMatchSetIdof the GeoMatchSet that you want to update.GeoMatchSetIdis returned bycreate_geo_match_setand bylist_geo_match_sets.- ChangeToken
[required] The value returned by the most recent call to
get_change_token.- Updates
[required] An array of
GeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:GeoMatchSetUpdate: Contains
ActionandGeoMatchConstraintGeoMatchConstraint: Contains
TypeandValueYou can have only one
TypeandValueperGeoMatchConstraint. To add multiple countries, include multipleGeoMatchSetUpdateobjects in your request.