Get Api Mappings
| apigatewayv2_get_api_mappings | R Documentation |
Gets API mappings¶
Description¶
Gets API mappings.
Usage¶
Arguments¶
DomainName[required] The domain name.
MaxResultsThe maximum number of elements to be returned for this resource.
NextTokenThe next page of elements from this collection. Not valid for the last element of the collection.
Value¶
A list with the following syntax:
list(
Items = list(
list(
ApiId = "string",
ApiMappingId = "string",
ApiMappingKey = "string",
Stage = "string"
)
),
NextToken = "string"
)