| 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)
`AWS::ApiGateway::Deployment.DeploymentCanarySettings`.
|
CfnDeployment.Builder |
CfnDeployment.Builder.deploymentCanarySettings(IResolvable deploymentCanarySettings)
`AWS::ApiGateway::Deployment.DeploymentCanarySettings`.
|
CfnDeployment.Builder |
CfnDeployment.Builder.description(String description)
`AWS::ApiGateway::Deployment.Description`.
|
CfnDeployment.Builder |
CfnDeployment.Builder.restApiId(String restApiId)
`AWS::ApiGateway::Deployment.RestApiId`.
|
CfnDeployment.Builder |
CfnDeployment.Builder.stageDescription(CfnDeployment.StageDescriptionProperty stageDescription)
`AWS::ApiGateway::Deployment.StageDescription`.
|
CfnDeployment.Builder |
CfnDeployment.Builder.stageDescription(IResolvable stageDescription)
`AWS::ApiGateway::Deployment.StageDescription`.
|
CfnDeployment.Builder |
CfnDeployment.Builder.stageName(String stageName)
`AWS::ApiGateway::Deployment.StageName`.
|
Copyright © 2021. All rights reserved.