| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.Builder |
CfnDeployment.Builder.create(software.constructs.Construct scope,
String id) |
CfnDeployment.Builder |
CfnDeployment.Builder.deploymentCanarySettings(CfnDeployment.DeploymentCanarySettingsProperty deploymentCanarySettings)
Specifies settings for the canary deployment.
|
CfnDeployment.Builder |
CfnDeployment.Builder.deploymentCanarySettings(IResolvable deploymentCanarySettings)
Specifies settings for the canary deployment.
|
CfnDeployment.Builder |
CfnDeployment.Builder.description(String description)
A description of the purpose of the API Gateway deployment.
|
CfnDeployment.Builder |
CfnDeployment.Builder.restApiId(String restApiId)
The ID of the `RestApi` resource to deploy.
|
CfnDeployment.Builder |
CfnDeployment.Builder.stageDescription(CfnDeployment.StageDescriptionProperty stageDescription)
Configures the stage that API Gateway creates with this deployment.
|
CfnDeployment.Builder |
CfnDeployment.Builder.stageDescription(IResolvable stageDescription)
Configures the stage that API Gateway creates with this deployment.
|
CfnDeployment.Builder |
CfnDeployment.Builder.stageName(String stageName)
A name for the stage that API Gateway creates with this deployment.
|
Copyright © 2022. All rights reserved.