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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.CfnCodeDeployBlueGreenLifecycleEventHooks
CfnCodeDeployBlueGreenLifecycleEventHooks.Builder, CfnCodeDeployBlueGreenLifecycleEventHooks.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeDeployBlueGreenLifecycleEventHooks.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringFunction to use to run tasks after the test listener serves traffic to the replacement task set.final StringFunction to use to run tasks after the second target group serves traffic to the replacement task set.final StringFunction to use to run tasks after the replacement task set is created and one of the target groups is associated with it.final StringFunction 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 StringFunction to use to run tasks before the replacement task set is created.final inthashCode()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:CfnCodeDeployBlueGreenLifecycleEventHooksFunction to use to run tasks after the test listener serves traffic to the replacement task set.Default: - none
- Specified by:
getAfterAllowTestTrafficin interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getAfterAllowTraffic
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooksFunction to use to run tasks after the second target group serves traffic to the replacement task set.Default: - none
- Specified by:
getAfterAllowTrafficin interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getAfterInstall
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooksFunction 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:
getAfterInstallin interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getBeforeAllowTraffic
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooksFunction 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:
getBeforeAllowTrafficin interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
getBeforeInstall
Description copied from interface:CfnCodeDeployBlueGreenLifecycleEventHooksFunction to use to run tasks before the replacement task set is created.Default: - none
- Specified by:
getBeforeInstallin interfaceCfnCodeDeployBlueGreenLifecycleEventHooks
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-