View source: R/route53_operations.R
route53_list_geo_locations | R Documentation |
Retrieves a list of supported geographic locations.
See https://www.paws-r-sdk.com/docs/route53_list_geo_locations/ for full documentation.
route53_list_geo_locations(
StartContinentCode = NULL,
StartCountryCode = NULL,
StartSubdivisionCode = NULL,
MaxItems = NULL
)
StartContinentCode |
The code for the continent with which you want to start listing
locations that Amazon Route 53 supports for geolocation. If Route 53 has
already returned a page or more of results, if Include |
StartCountryCode |
The code for the country with which you want to start listing locations
that Amazon Route 53 supports for geolocation. If Route 53 has already
returned a page or more of results, if |
StartSubdivisionCode |
The code for the state of the United States with which you want to start
listing locations that Amazon Route 53 supports for geolocation. If
Route 53 has already returned a page or more of results, if
To list subdivisions (U.S. states), you must include both
|
MaxItems |
(Optional) The maximum number of geolocations to be included in the
response body for this request. If more than |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.