@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.822Z") @Stability(value=Stable) public interface CfnDeploymentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentProps.Builder
A builder for
CfnDeploymentProps |
static class |
CfnDeploymentProps.Jsii$Proxy
An implementation for
CfnDeploymentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentProps.Builder |
builder() |
default Object |
getDeploymentCanarySettings()
`AWS::ApiGateway::Deployment.DeploymentCanarySettings`.
|
default String |
getDescription()
`AWS::ApiGateway::Deployment.Description`.
|
String |
getRestApiId()
`AWS::ApiGateway::Deployment.RestApiId`.
|
default Object |
getStageDescription()
`AWS::ApiGateway::Deployment.StageDescription`.
|
default String |
getStageName()
`AWS::ApiGateway::Deployment.StageName`.
|
@Stability(value=Stable) @NotNull String getRestApiId()
@Stability(value=Stable) @Nullable default Object getDeploymentCanarySettings()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getStageDescription()
@Stability(value=Stable) @Nullable default String getStageName()
@Stability(value=Stable) static CfnDeploymentProps.Builder builder()
CfnDeploymentProps.Builder of CfnDeploymentPropsCopyright © 2021. All rights reserved.