| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
Deployment.Builder.build() |
Deployment |
StageProps.getDeployment()
The deployment that this stage points to [disable-awslint:ref-via-interface].
|
Deployment |
StageProps.Jsii$Proxy.getDeployment() |
Deployment |
RestApiBase.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.
|
default Deployment |
IRestApi.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.
|
Deployment |
IRestApi.Jsii$Proxy.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.
|
default Deployment |
IRestApi.Jsii$Default.getLatestDeployment()
API Gateway deployment that represents the latest changes of the API.
|
| Modifier and Type | Method and Description |
|---|---|
Stage.Builder |
Stage.Builder.deployment(Deployment deployment)
The deployment that this stage points to [disable-awslint:ref-via-interface].
|
StageProps.Builder |
StageProps.Builder.deployment(Deployment deployment)
Sets the value of
StageProps.getDeployment() |
Copyright © 2022. All rights reserved.