Class CfnPipe.PlacementConstraintProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PlacementConstraintProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PlacementConstraintProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipe.PlacementConstraintProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PlacementConstraintProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PlacementConstraintProperty
An implementation for
CfnPipe.PlacementConstraintProperty-
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.pipes.CfnPipe.PlacementConstraintProperty
CfnPipe.PlacementConstraintProperty.Builder, CfnPipe.PlacementConstraintProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PlacementConstraintProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnPipe.PlacementConstraintProperty.Builder.
-
-
Method Details
-
getExpression
Description copied from interface:CfnPipe.PlacementConstraintPropertyA cluster query language expression to apply to the constraint.You cannot specify an expression if the constraint type is
distinctInstance. To learn more, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.- Specified by:
getExpressionin interfaceCfnPipe.PlacementConstraintProperty
-
getType
Description copied from interface:CfnPipe.PlacementConstraintPropertyThe type of constraint.Use distinctInstance to ensure that each task in a particular group is running on a different container instance. Use memberOf to restrict the selection to a group of valid candidates.
- Specified by:
getTypein interfaceCfnPipe.PlacementConstraintProperty
-
$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()
-