@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.929Z") @Stability(value=Stable) public class CfnDeploymentStrategy extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDeploymentStrategy.Builder
A fluent builder for
CfnDeploymentStrategy. |
static interface |
CfnDeploymentStrategy.TagsProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDeploymentStrategy(software.constructs.Construct scope,
String id,
CfnDeploymentStrategyProps props)
Create a new `AWS::AppConfig::DeploymentStrategy`.
|
protected |
CfnDeploymentStrategy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDeploymentStrategy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Number |
getDeploymentDurationInMinutes()
`AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes`.
|
String |
getDescription()
`AWS::AppConfig::DeploymentStrategy.Description`.
|
Number |
getFinalBakeTimeInMinutes()
`AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes`.
|
Number |
getGrowthFactor()
`AWS::AppConfig::DeploymentStrategy.GrowthFactor`.
|
String |
getGrowthType()
`AWS::AppConfig::DeploymentStrategy.GrowthType`.
|
String |
getName()
`AWS::AppConfig::DeploymentStrategy.Name`.
|
String |
getReplicateTo()
`AWS::AppConfig::DeploymentStrategy.ReplicateTo`.
|
List<CfnDeploymentStrategy.TagsProperty> |
getTags()
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDeploymentDurationInMinutes(Number value)
`AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes`.
|
void |
setDescription(String value)
`AWS::AppConfig::DeploymentStrategy.Description`.
|
void |
setFinalBakeTimeInMinutes(Number value)
`AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes`.
|
void |
setGrowthFactor(Number value)
`AWS::AppConfig::DeploymentStrategy.GrowthFactor`.
|
void |
setGrowthType(String value)
`AWS::AppConfig::DeploymentStrategy.GrowthType`.
|
void |
setName(String value)
`AWS::AppConfig::DeploymentStrategy.Name`.
|
void |
setReplicateTo(String value)
`AWS::AppConfig::DeploymentStrategy.ReplicateTo`.
|
void |
setTags(List<CfnDeploymentStrategy.TagsProperty> value)
`AWS::AppConfig::DeploymentStrategy.Tags`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDeploymentStrategy(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDeploymentStrategy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDeploymentStrategy(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDeploymentStrategyProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Number getDeploymentDurationInMinutes()
@Stability(value=Stable)
public void setDeploymentDurationInMinutes(@NotNull
Number value)
@Stability(value=Stable) @NotNull public Number getGrowthFactor()
@Stability(value=Stable)
public void setGrowthFactor(@NotNull
Number value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getReplicateTo()
@Stability(value=Stable)
public void setReplicateTo(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getFinalBakeTimeInMinutes()
@Stability(value=Stable)
public void setFinalBakeTimeInMinutes(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getGrowthType()
@Stability(value=Stable)
public void setGrowthType(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<CfnDeploymentStrategy.TagsProperty> getTags()
@Stability(value=Stable)
public void setTags(@Nullable
List<CfnDeploymentStrategy.TagsProperty> value)
Copyright © 2021. All rights reserved.