Class CfnSchedule.PlacementConstraintProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.CfnSchedule.PlacementConstraintProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSchedule.PlacementConstraintProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSchedule.PlacementConstraintProperty
@Stability(Stable)
@Internal
public static final class CfnSchedule.PlacementConstraintProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchedule.PlacementConstraintProperty
An implementation for
CfnSchedule.PlacementConstraintProperty
-
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.scheduler.CfnSchedule.PlacementConstraintProperty
CfnSchedule.PlacementConstraintProperty.Builder, CfnSchedule.PlacementConstraintProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSchedule.PlacementConstraintProperty.Builder
.protected
Jsii$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 theCfnSchedule.PlacementConstraintProperty.Builder
.
-
-
Method Details
-
getExpression
Description copied from interface:CfnSchedule.PlacementConstraintProperty
A cluster query language expression to apply to the constraint.You cannot specify an expression if the constraint type is
distinctInstance
. For more information, see Cluster query language in the Amazon ECS Developer Guide .- Specified by:
getExpression
in interfaceCfnSchedule.PlacementConstraintProperty
-
getType
Description copied from interface:CfnSchedule.PlacementConstraintProperty
The type of constraint.Use
distinctInstance
to ensure that each task in a particular group is running on a different container instance. UsememberOf
to restrict the selection to a group of valid candidates.- Specified by:
getType
in interfaceCfnSchedule.PlacementConstraintProperty
-
$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()
-