GradientEdge CDK Utils
    Preparing search index...

    Interface AppConfigDeploymentStrategyProps

    interface AppConfigDeploymentStrategyProps {
        deploymentStrategyArn?: string;
        deploymentStrategyName?: string;
        description?: string;
        rolloutStrategy: RolloutStrategy;
    }

    Hierarchy

    • DeploymentStrategyProps
      • AppConfigDeploymentStrategyProps
    Index

    Properties

    deploymentStrategyArn?: string
    deploymentStrategyName?: string

    A name for the deployment strategy.

    - A name is generated.
    
    description?: string

    A description of the deployment strategy.

    - No description.
    
    rolloutStrategy: RolloutStrategy

    The rollout strategy for the deployment strategy. You can use predefined deployment strategies, such as RolloutStrategy.ALL_AT_ONCE, RolloutStrategy.LINEAR_50_PERCENT_EVERY_30_SECONDS, or RolloutStrategy.CANARY_10_PERCENT_20_MINUTES.