@Generated(value="jsii-pacmak/1.27.0 (build 07d848a)", date="2021-04-12T10:04:22.313Z") @Stability(value=Stable) public interface CfnCodeDeployBlueGreenLifecycleEventHooks extends software.amazon.jsii.JsiiSerializable
The type of the {@link CfnCodeDeployBlueGreenHookProps.lifecycleEventHooks} property.
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCodeDeployBlueGreenLifecycleEventHooks.Builder
A builder for
CfnCodeDeployBlueGreenLifecycleEventHooks |
static class |
CfnCodeDeployBlueGreenLifecycleEventHooks.Jsii$Proxy
An implementation for
CfnCodeDeployBlueGreenLifecycleEventHooks |
| Modifier and Type | Method and Description |
|---|---|
static CfnCodeDeployBlueGreenLifecycleEventHooks.Builder |
builder() |
default String |
getAfterAllowTestTraffic()
Function to use to run tasks after the test listener serves traffic to the replacement task set.
|
default String |
getAfterAllowTraffic()
Function to use to run tasks after the second target group serves traffic to the replacement task set.
|
default String |
getAfterInstall()
Function to use to run tasks after the replacement task set is created and one of the target groups is associated with it.
|
default String |
getBeforeAllowTraffic()
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.
|
default String |
getBeforeInstall()
Function to use to run tasks before the replacement task set is created.
|
@Stability(value=Stable) @Nullable default String getAfterAllowTestTraffic()
Default: - none
@Stability(value=Stable) @Nullable default String getAfterAllowTraffic()
Default: - none
@Stability(value=Stable) @Nullable default String getAfterInstall()
Default: - none
@Stability(value=Stable) @Nullable default String getBeforeAllowTraffic()
Default: - none
@Stability(value=Stable) @Nullable default String getBeforeInstall()
Default: - none
@Stability(value=Stable) static CfnCodeDeployBlueGreenLifecycleEventHooks.Builder builder()
Copyright © 2021. All rights reserved.