Package software.amazon.awscdk
Class CfnCodeDeployBlueGreenEcsAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnCodeDeployBlueGreenEcsAttributes.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeDeployBlueGreenEcsAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeDeployBlueGreenEcsAttributes
@Stability(Stable)
@Internal
public static final class CfnCodeDeployBlueGreenEcsAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeDeployBlueGreenEcsAttributes
An implementation for
CfnCodeDeployBlueGreenEcsAttributes
-
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.CfnCodeDeployBlueGreenEcsAttributes
CfnCodeDeployBlueGreenEcsAttributes.Builder, CfnCodeDeployBlueGreenEcsAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeDeployBlueGreenEcsAttributes.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 logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions.The logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets.final CfnTrafficRouting
The traffic routing configuration.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 theCfnCodeDeployBlueGreenEcsAttributes.Builder
.
-
-
Method Details
-
getTaskDefinitions
Description copied from interface:CfnCodeDeployBlueGreenEcsAttributes
The logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions.- Specified by:
getTaskDefinitions
in interfaceCfnCodeDeployBlueGreenEcsAttributes
-
getTaskSets
Description copied from interface:CfnCodeDeployBlueGreenEcsAttributes
The logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets.- Specified by:
getTaskSets
in interfaceCfnCodeDeployBlueGreenEcsAttributes
-
getTrafficRouting
Description copied from interface:CfnCodeDeployBlueGreenEcsAttributes
The traffic routing configuration.- Specified by:
getTrafficRouting
in interfaceCfnCodeDeployBlueGreenEcsAttributes
-
$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()
-