Package software.amazon.awscdk
Class CfnCodeDeployBlueGreenLifecycleEventHooks.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnCodeDeployBlueGreenLifecycleEventHooks.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeDeployBlueGreenLifecycleEventHooks
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeDeployBlueGreenLifecycleEventHooks
@Stability(Stable)
@Internal
public static final class CfnCodeDeployBlueGreenLifecycleEventHooks.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeDeployBlueGreenLifecycleEventHooks
An implementation for
CfnCodeDeployBlueGreenLifecycleEventHooks
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.CfnCodeDeployBlueGreenLifecycleEventHooks
CfnCodeDeployBlueGreenLifecycleEventHooks.Builder, CfnCodeDeployBlueGreenLifecycleEventHooks.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeDeployBlueGreenLifecycleEventHooks.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Function to use to run tasks after the test listener serves traffic to the replacement task set.final String
Function to use to run tasks after the second target group serves traffic to the replacement task set.final String
Function to use to run tasks after the replacement task set is created and one of the target groups is associated with it.final String
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.final String
Function to use to run tasks before the replacement task set is created.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCodeDeployBlueGreenLifecycleEventHooks.Builder
.
-
-
Method Details
-
getAfterAllowTestTraffic
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooks
Function to use to run tasks after the test listener serves traffic to the replacement task set.Default: - none
- Specified by:
getAfterAllowTestTraffic
in interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getAfterAllowTraffic
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooks
Function to use to run tasks after the second target group serves traffic to the replacement task set.Default: - none
- Specified by:
getAfterAllowTraffic
in interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getAfterInstall
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooks
Function to use to run tasks after the replacement task set is created and one of the target groups is associated with it.Default: - none
- Specified by:
getAfterInstall
in interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getBeforeAllowTraffic
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooks
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: - none
- Specified by:
getBeforeAllowTraffic
in interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getBeforeInstall
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooks
Function to use to run tasks before the replacement task set is created.Default: - none
- Specified by:
getBeforeInstall
in interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-