| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HttpStageProps.Builder |
HttpStageProps.Builder.autoDeploy(Boolean autoDeploy)
Sets the value of
StageOptions.getAutoDeploy() |
static HttpStageProps.Builder |
HttpStageProps.builder() |
HttpStageProps.Builder |
HttpStageProps.Builder.domainMapping(DomainMappingOptions domainMapping)
Sets the value of
StageOptions.getDomainMapping() |
HttpStageProps.Builder |
HttpStageProps.Builder.httpApi(IHttpApi httpApi)
Sets the value of
HttpStageProps.getHttpApi() |
HttpStageProps.Builder |
HttpStageProps.Builder.stageName(String stageName)
Sets the value of
HttpStageOptions.getStageName() |
Copyright © 2021. All rights reserved.