GrowthType

class aws_cdk.aws_appconfig_alpha.GrowthType(value)

Bases: Enum

(deprecated) Defines the growth type of the deployment strategy.

Stability:

deprecated

Attributes

EXPONENTIAL

(deprecated) AWS AppConfig will process the deployment exponentially using the following formula: G*(2^N).

In this formula, G is the step percentage specified by the user and N is the number of steps until the configuration is deployed to all targets.

Stability:

deprecated

LINEAR

(deprecated) AWS AppConfig will process the deployment by increments of the growth factor evenly distributed over the deployment.

Stability:

deprecated