Interface ICfnDeploymentStrategyProps
Properties for defining a AWS::AppConfig::DeploymentStrategy
.
Namespace: Amazon.CDK.AWS.AppConfig
Assembly: Amazon.CDK.AWS.AppConfig.dll
Syntax (csharp)
public interface ICfnDeploymentStrategyProps
Syntax (vb)
Public Interface ICfnDeploymentStrategyProps
Remarks
Synopsis
Properties
DeploymentDurationInMinutes |
|
Description |
|
FinalBakeTimeInMinutes |
|
GrowthFactor |
|
GrowthType |
|
Name |
|
ReplicateTo |
|
Tags |
|
Properties
DeploymentDurationInMinutes
AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes
.
double DeploymentDurationInMinutes { get; }
Property Value
System.Double
Remarks
Description
AWS::AppConfig::DeploymentStrategy.Description
.
virtual string Description { get; }
Property Value
System.String
Remarks
FinalBakeTimeInMinutes
AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes
.
virtual Nullable<double> FinalBakeTimeInMinutes { get; }
Property Value
System.Nullable<System.Double>
Remarks
GrowthFactor
AWS::AppConfig::DeploymentStrategy.GrowthFactor
.
double GrowthFactor { get; }
Property Value
System.Double
Remarks
GrowthType
AWS::AppConfig::DeploymentStrategy.GrowthType
.
virtual string GrowthType { get; }
Property Value
System.String
Remarks
Name
AWS::AppConfig::DeploymentStrategy.Name
.
string Name { get; }
Property Value
System.String
Remarks
ReplicateTo
AWS::AppConfig::DeploymentStrategy.ReplicateTo
.
string ReplicateTo { get; }
Property Value
System.String
Remarks
Tags
AWS::AppConfig::DeploymentStrategy.Tags
.
virtual CfnDeploymentStrategy.ITagsProperty[] Tags { get; }
Property Value
CfnDeploymentStrategy.ITagsProperty[]