powered by
Creates an API mapping.
apigatewayv2_create_api_mapping(ApiId, ApiMappingKey, DomainName, Stage)
[required] The API identifier.
The API mapping key.
[required] The domain name.
[required] The API stage.
A list with the following syntax:
list( ApiId = "string", ApiMappingId = "string", ApiMappingKey = "string", Stage = "string" )
svc$create_api_mapping( ApiId = "string", ApiMappingKey = "string", DomainName = "string", Stage = "string" )