Create Api Mapping
apigatewayv2_create_api_mapping | R Documentation |
Creates an API mapping¶
Description¶
Creates an API mapping.
Usage¶
apigatewayv2_create_api_mapping(ApiId, ApiMappingKey, DomainName, Stage)
Arguments¶
ApiId |
[required] The API identifier. |
ApiMappingKey |
The API mapping key. |
DomainName |
[required] The domain name. |
Stage |
[required] The API stage. |
Value¶
A list with the following syntax:
list(
ApiId = "string",
ApiMappingId = "string",
ApiMappingKey = "string",
Stage = "string"
)
Request syntax¶
svc$create_api_mapping(
ApiId = "string",
ApiMappingKey = "string",
DomainName = "string",
Stage = "string"
)