| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ApiMapping.Builder |
ApiMapping.Builder.api(IApi api)
(experimental) The Api to which this mapping is applied.
|
ApiMapping.Builder |
ApiMapping.Builder.apiMappingKey(String apiMappingKey)
(experimental) Api mapping key.
|
static ApiMapping.Builder |
ApiMapping.Builder.create(software.constructs.Construct scope,
String id) |
ApiMapping.Builder |
ApiMapping.Builder.domainName(IDomainName domainName)
(experimental) custom domain name of the mapping target.
|
ApiMapping.Builder |
ApiMapping.Builder.stage(IStage stage)
(experimental) stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.
|
Copyright © 2022. All rights reserved.