| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
| Modifier and Type | Method and Description |
|---|---|
HttpApiMapping.Builder |
HttpApiMapping.Builder.api(IHttpApi api)
(experimental) The HttpApi to which this mapping is applied.
|
HttpApiMapping.Builder |
HttpApiMapping.Builder.apiMappingKey(String apiMappingKey)
(experimental) Api mapping key.
|
static HttpApiMapping.Builder |
HttpApiMapping.Builder.create(software.constructs.Construct scope,
String id) |
HttpApiMapping.Builder |
HttpApiMapping.Builder.domainName(IDomainName domainName)
(experimental) custom domain name of the mapping target.
|
HttpApiMapping.Builder |
HttpApiMapping.Builder.stage(IHttpStage stage)
(experimental) stage for the HttpApiMapping resource.
|
Copyright © 2020. All rights reserved.