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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder, CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.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 Object
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.final Object
Information about how instances are provisioned for a replacement environment in a blue/green deployment.final Object
Information about whether to terminate instances in the original fleet during a blue/green deployment.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 theCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty.Builder
.
-
-
Method Details
-
getDeploymentReadyOption
Description copied from interface:CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.- Specified by:
getDeploymentReadyOption
in interfaceCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
-
getGreenFleetProvisioningOption
Description copied from interface:CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
Information about how instances are provisioned for a replacement environment in a blue/green deployment.- Specified by:
getGreenFleetProvisioningOption
in interfaceCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
-
getTerminateBlueInstancesOnDeploymentSuccess
Description copied from interface:CfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
Information about whether to terminate instances in the original fleet during a blue/green deployment.- Specified by:
getTerminateBlueInstancesOnDeploymentSuccess
in interfaceCfnDeploymentGroup.BlueGreenDeploymentConfigurationProperty
-
$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()
-