@Stability(value=Experimental) public static final class CfnCodeDeployBlueGreenLifecycleEventHooks.Builder extends Object implements software.amazon.jsii.Builder<CfnCodeDeployBlueGreenLifecycleEventHooks>
CfnCodeDeployBlueGreenLifecycleEventHooks| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public CfnCodeDeployBlueGreenLifecycleEventHooks.Builder afterAllowTestTraffic(String afterAllowTestTraffic)
CfnCodeDeployBlueGreenLifecycleEventHooks.getAfterAllowTestTraffic()afterAllowTestTraffic - Function to use to run tasks after the test listener serves traffic to the replacement task set.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenLifecycleEventHooks.Builder afterAllowTraffic(String afterAllowTraffic)
CfnCodeDeployBlueGreenLifecycleEventHooks.getAfterAllowTraffic()afterAllowTraffic - Function to use to run tasks after the second target group serves traffic to the replacement task set.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenLifecycleEventHooks.Builder afterInstall(String afterInstall)
CfnCodeDeployBlueGreenLifecycleEventHooks.getAfterInstall()afterInstall - Function to use to run tasks after the replacement task set is created and one of the target groups is associated with it.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenLifecycleEventHooks.Builder beforeAllowTraffic(String beforeAllowTraffic)
CfnCodeDeployBlueGreenLifecycleEventHooks.getBeforeAllowTraffic()beforeAllowTraffic - Function to use to run tasks after the second target group is associated with the replacement task set, but before traffic is shifted to the replacement task set.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenLifecycleEventHooks.Builder beforeInstall(String beforeInstall)
CfnCodeDeployBlueGreenLifecycleEventHooks.getBeforeInstall()beforeInstall - Function to use to run tasks before the replacement task set is created.this@Stability(value=Experimental) public CfnCodeDeployBlueGreenLifecycleEventHooks build()
build in interface software.amazon.jsii.Builder<CfnCodeDeployBlueGreenLifecycleEventHooks>CfnCodeDeployBlueGreenLifecycleEventHooksNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.