apigatewayv2_create_api_mapping {paws.networking} | R Documentation |
Creates an API mapping
Description
Creates an API mapping.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_api_mapping/ for full documentation.
Usage
apigatewayv2_create_api_mapping(ApiId, ApiMappingKey = NULL, DomainName, Stage)
Arguments
ApiId |
[required] The API identifier. |
ApiMappingKey |
The API mapping key. |
DomainName |
[required] The domain name. |
Stage |
[required] The API stage. |
[Package paws.networking version 0.9.0 Index]