Gets API mappings
Gets API mappings.
apigatewayv2_get_api_mappings(DomainName, MaxResults, NextToken)
DomainName |
[required] The domain name. |
MaxResults |
The maximum number of elements to be returned for this resource. |
NextToken |
The next page of elements from this collection. Not valid for the last element of the collection. |
A list with the following syntax:
list( Items = list( list( ApiId = "string", ApiMappingId = "string", ApiMappingKey = "string", Stage = "string" ) ), NextToken = "string" )
svc$get_api_mappings( DomainName = "string", MaxResults = "string", NextToken = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.