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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnPlacementGroupProps
CfnPlacementGroupProps.Builder, CfnPlacementGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPlacementGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlacementGroupProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The number of partitions.final String
Determines how placement groups spread instances.final String
The placement strategy.getTags()
The tags to apply to the new placement group.final int
hashCode()
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:CfnPlacementGroupProps
The number of partitions.Valid only when Strategy is set to
partition
.- Specified by:
getPartitionCount
in interfaceCfnPlacementGroupProps
-
getSpreadLevel
Description copied from interface:CfnPlacementGroupProps
Determines how placement groups spread instances.- Host – You can use
host
only with Outpost placement groups. - Rack – No usage restrictions.
- Specified by:
getSpreadLevel
in interfaceCfnPlacementGroupProps
- Host – You can use
-
getStrategy
Description copied from interface:CfnPlacementGroupProps
The placement strategy.- Specified by:
getStrategy
in interfaceCfnPlacementGroupProps
-
getTags
Description copied from interface:CfnPlacementGroupProps
The tags to apply to the new placement group.- Specified by:
getTags
in interfaceCfnPlacementGroupProps
-
$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()
-