Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html

Synopsis

Properties

DeploymentDurationInMinutes

AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes.

Description

AWS::AppConfig::DeploymentStrategy.Description.

FinalBakeTimeInMinutes

AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes.

GrowthFactor

AWS::AppConfig::DeploymentStrategy.GrowthFactor.

GrowthType

AWS::AppConfig::DeploymentStrategy.GrowthType.

Name

AWS::AppConfig::DeploymentStrategy.Name.

ReplicateTo

AWS::AppConfig::DeploymentStrategy.ReplicateTo.

Tags

AWS::AppConfig::DeploymentStrategy.Tags.

Properties

DeploymentDurationInMinutes

AWS::AppConfig::DeploymentStrategy.DeploymentDurationInMinutes.

double DeploymentDurationInMinutes { get; }
Property Value

System.Double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-deploymentdurationinminutes

Description

AWS::AppConfig::DeploymentStrategy.Description.

virtual string Description { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-description

FinalBakeTimeInMinutes

AWS::AppConfig::DeploymentStrategy.FinalBakeTimeInMinutes.

virtual Nullable<double> FinalBakeTimeInMinutes { get; }
Property Value

System.Nullable<System.Double>

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-finalbaketimeinminutes

GrowthFactor

AWS::AppConfig::DeploymentStrategy.GrowthFactor.

double GrowthFactor { get; }
Property Value

System.Double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthfactor

GrowthType

AWS::AppConfig::DeploymentStrategy.GrowthType.

virtual string GrowthType { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-growthtype

Name

AWS::AppConfig::DeploymentStrategy.Name.

string Name { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-name

ReplicateTo

AWS::AppConfig::DeploymentStrategy.ReplicateTo.

string ReplicateTo { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-replicateto

Tags

AWS::AppConfig::DeploymentStrategy.Tags.

virtual CfnDeploymentStrategy.ITagsProperty[] Tags { get; }
Property Value

CfnDeploymentStrategy.ITagsProperty[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-deploymentstrategy.html#cfn-appconfig-deploymentstrategy-tags

Back to top Generated by DocFX