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