Class CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
An implementation for
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty-
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.services.codedeploy.CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder, CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.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 ObjectInformation about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.final ObjectInformation about how instances are provisioned for a replacement environment in a blue/green deployment.final ObjectInformation about whether to terminate instances in the original fleet during a blue/green deployment.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 theCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder.
-
-
Method Details
-
getDeploymentReadyOption
Description copied from interface:CfnDeploymentGroup.BlueGreenDeploymentConfigurationPropertyInformation about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.Returns union: either
IResolvableorCfnDeploymentGroup.DeploymentReadyOptionProperty- Specified by:
getDeploymentReadyOptionin interfaceCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty- See Also:
-
getGreenFleetProvisioningOption
Description copied from interface:CfnDeploymentGroup.BlueGreenDeploymentConfigurationPropertyInformation about how instances are provisioned for a replacement environment in a blue/green deployment.Returns union: either
IResolvableorCfnDeploymentGroup.GreenFleetProvisioningOptionProperty- Specified by:
getGreenFleetProvisioningOptionin interfaceCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty- See Also:
-
getTerminateBlueInstancesOnDeploymentSuccess
Description copied from interface:CfnDeploymentGroup.BlueGreenDeploymentConfigurationPropertyInformation about whether to terminate instances in the original fleet during a blue/green deployment.Returns union: either
IResolvableorCfnDeploymentGroup.BlueInstanceTerminationOptionProperty- Specified by:
getTerminateBlueInstancesOnDeploymentSuccessin interfaceCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty- 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()
-