Class CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.codedeploy.mixins.CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty
An implementation for
CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty-
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.mixins.preview.services.codedeploy.mixins.CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty
CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.Builder, CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.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 StringThe action to take on instances in the original environment after a successful blue/green deployment.final NumberFor an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.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
protected Jsii$Proxy(CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionPropertyThe action to take on instances in the original environment after a successful blue/green deployment.TERMINATE: Instances are terminated after a specified wait time.KEEP_ALIVE: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.
- Specified by:
getActionin interfaceCfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty- See Also:
-
getTerminationWaitTimeInMinutes
Description copied from interface:CfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionPropertyFor an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.For an Amazon ECS deployment, the number of minutes before deleting the original (blue) task set. During an Amazon ECS deployment, CodeDeploy shifts traffic from the original (blue) task set to a replacement (green) task set.
The maximum setting is 2880 minutes (2 days).
- Specified by:
getTerminationWaitTimeInMinutesin interfaceCfnDeploymentGroupPropsMixin.BlueInstanceTerminationOptionProperty- See Also:
-
$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()
-