Package software.amazon.awscdk.core
Class CfnCodeDeployBlueGreenApplication.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnCodeDeployBlueGreenApplication.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeDeployBlueGreenApplication
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCodeDeployBlueGreenApplication
@Stability(Stable)
@Internal
public static final class CfnCodeDeployBlueGreenApplication.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeDeployBlueGreenApplication
An implementation for
CfnCodeDeployBlueGreenApplication
-
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.core.CfnCodeDeployBlueGreenApplication
CfnCodeDeployBlueGreenApplication.Builder, CfnCodeDeployBlueGreenApplication.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeDeployBlueGreenApplication.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
The detailed attributes of the deployed target.The target that is being deployed.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 theCfnCodeDeployBlueGreenApplication.Builder
.
-
-
Method Details
-
getEcsAttributes
Description copied from interface:CfnCodeDeployBlueGreenApplication
The detailed attributes of the deployed target.- Specified by:
getEcsAttributes
in interfaceCfnCodeDeployBlueGreenApplication
-
getTarget
Description copied from interface:CfnCodeDeployBlueGreenApplication
The target that is being deployed.- Specified by:
getTarget
in interfaceCfnCodeDeployBlueGreenApplication
-
$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()
-