@zarpay/zar-cdk-lib - v0.32.0
    Preparing search index...

    Interface BlueGreenDeploymentProps

    Blue/Green deployment configuration.

    interface BlueGreenDeploymentProps {
        bakeTime?: Duration;
        enabled?: boolean;
    }
    Index

    Properties

    Properties

    bakeTime?: Duration

    Bake time before shifting traffic.

    Duration.minutes(1)
    
    enabled?: boolean

    Enable Blue/Green deployment strategy.

    false (rolling deployment)