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