Represents a collection of BasePathMapping resources
Represents a collection of BasePathMapping resources.
apigateway_get_base_path_mappings(domainName, position, limit)
domainName |
[required] [Required] The domain name of a BasePathMapping resource. |
position |
The current pagination position in the paged result set. |
limit |
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |
A list with the following syntax:
list( position = "string", items = list( list( basePath = "string", restApiId = "string", stage = "string" ) ) )
svc$get_base_path_mappings( domainName = "string", position = "string", limit = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.