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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.CfnCodeDeployBlueGreenEcsAttributes
CfnCodeDeployBlueGreenEcsAttributes.Builder, CfnCodeDeployBlueGreenEcsAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeDeployBlueGreenEcsAttributes.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 booleanThe 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 CfnTrafficRoutingThe traffic routing configuration.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 theCfnCodeDeployBlueGreenEcsAttributes.Builder.
-
-
Method Details
-
getTaskDefinitions
Description copied from interface:CfnCodeDeployBlueGreenEcsAttributesThe logical IDs of the blue and green, respectively, AWS::ECS::TaskDefinition task definitions.- Specified by:
getTaskDefinitionsin interfaceCfnCodeDeployBlueGreenEcsAttributes
-
getTaskSets
Description copied from interface:CfnCodeDeployBlueGreenEcsAttributesThe logical IDs of the blue and green, respectively, AWS::ECS::TaskSet task sets.- Specified by:
getTaskSetsin interfaceCfnCodeDeployBlueGreenEcsAttributes
-
getTrafficRouting
Description copied from interface:CfnCodeDeployBlueGreenEcsAttributesThe traffic routing configuration.- Specified by:
getTrafficRoutingin interfaceCfnCodeDeployBlueGreenEcsAttributes
-
$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()
-