Class CfnPlacementGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnPlacementGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPlacementGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlacementGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnPlacementGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlacementGroupMixinProps
An implementation for
CfnPlacementGroupMixinProps-
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.cfnpropertymixins.services.ec2.CfnPlacementGroupMixinProps
CfnPlacementGroupMixinProps.Builder, CfnPlacementGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlacementGroupMixinProps.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 booleanfinal NumberThe number of partitions.final StringDetermines how placement groups spread instances.final StringThe placement strategy.getTags()The tags to apply to the new placement group.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 theCfnPlacementGroupMixinProps.Builder.
-
-
Method Details
-
getPartitionCount
Description copied from interface:CfnPlacementGroupMixinPropsThe number of partitions.Valid only when Strategy is set to
partition.- Specified by:
getPartitionCountin interfaceCfnPlacementGroupMixinProps- See Also:
-
getSpreadLevel
Description copied from interface:CfnPlacementGroupMixinPropsDetermines how placement groups spread instances.- Host – You can use
hostonly with Outpost placement groups. - Rack – No usage restrictions.
- Specified by:
getSpreadLevelin interfaceCfnPlacementGroupMixinProps- See Also:
- Host – You can use
-
getStrategy
Description copied from interface:CfnPlacementGroupMixinPropsThe placement strategy.- Specified by:
getStrategyin interfaceCfnPlacementGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnPlacementGroupMixinPropsThe tags to apply to the new placement group.- Specified by:
getTagsin interfaceCfnPlacementGroupMixinProps- See Also:
-
$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()
-