| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
Deployment.Builder.api(IRestApi api)
(experimental) The Rest API to deploy.
|
static Deployment.Builder |
Deployment.Builder.create(software.constructs.Construct scope,
String id) |
Deployment.Builder |
Deployment.Builder.description(String description)
(experimental) A description of the purpose of the API Gateway deployment.
|
Deployment.Builder |
Deployment.Builder.retainDeployments(Boolean retainDeployments)
(experimental) When an API Gateway model is updated, a new deployment will automatically be created.
|
Copyright © 2021. All rights reserved.