| 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)
The Rest API to deploy.
|
static Deployment.Builder |
Deployment.Builder.create(software.constructs.Construct scope,
String id) |
Deployment.Builder |
Deployment.Builder.description(String description)
A description of the purpose of the API Gateway deployment.
|
Deployment.Builder |
Deployment.Builder.retainDeployments(Boolean retainDeployments)
When an API Gateway model is updated, a new deployment will automatically be created.
|
Copyright © 2022. All rights reserved.