@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.929Z") @Stability(value=Stable) public interface CfnDeploymentStrategyProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentStrategyProps.Builder
A builder for
CfnDeploymentStrategyProps |
static class |
CfnDeploymentStrategyProps.Jsii$Proxy
An implementation for
CfnDeploymentStrategyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentStrategyProps.Builder |
builder() |
Number |
getDeploymentDurationInMinutes()
`AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes`.
|
default String |
getDescription()
`AWS::AppConfig::DeploymentStrategy.Description`.
|
default Number |
getFinalBakeTimeInMinutes()
`AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes`.
|
Number |
getGrowthFactor()
`AWS::AppConfig::DeploymentStrategy.GrowthFactor`.
|
default String |
getGrowthType()
`AWS::AppConfig::DeploymentStrategy.GrowthType`.
|
String |
getName()
`AWS::AppConfig::DeploymentStrategy.Name`.
|
String |
getReplicateTo()
`AWS::AppConfig::DeploymentStrategy.ReplicateTo`.
|
default List<CfnDeploymentStrategy.TagsProperty> |
getTags()
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
@Stability(value=Stable) @NotNull Number getDeploymentDurationInMinutes()
@Stability(value=Stable) @NotNull Number getGrowthFactor()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getReplicateTo()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Number getFinalBakeTimeInMinutes()
@Stability(value=Stable) @Nullable default String getGrowthType()
@Stability(value=Stable) @Nullable default List<CfnDeploymentStrategy.TagsProperty> getTags()
@Stability(value=Stable) static CfnDeploymentStrategyProps.Builder builder()
CfnDeploymentStrategyProps.Builder of CfnDeploymentStrategyPropsCopyright © 2021. All rights reserved.