Class CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchTemplate.PlacementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLaunchTemplate.PlacementProperty
@Stability(Stable)
@Internal
public static final class CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchTemplate.PlacementProperty
An implementation for
CfnLaunchTemplate.PlacementProperty
-
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.CfnLaunchTemplate.PlacementProperty
CfnLaunchTemplate.PlacementProperty.Builder, CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.PlacementProperty.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 String
The affinity setting for an instance on a Dedicated Host.final String
The Availability Zone for the instance.final String
The Group Id of a placement group.final String
The name of the placement group for the instance.final String
The ID of the Dedicated Host for the instance.final String
The ARN of the host resource group in which to launch the instances.final Number
The number of the partition the instance should launch in.final String
Reserved for future use.final String
The tenancy of the instance.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 theCfnLaunchTemplate.PlacementProperty.Builder
.
-
-
Method Details
-
getAffinity
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The affinity setting for an instance on a Dedicated Host.- Specified by:
getAffinity
in interfaceCfnLaunchTemplate.PlacementProperty
-
getAvailabilityZone
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The Availability Zone for the instance.- Specified by:
getAvailabilityZone
in interfaceCfnLaunchTemplate.PlacementProperty
-
getGroupId
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The Group Id of a placement group.You must specify the Placement Group Group Id to launch an instance in a shared placement group.
- Specified by:
getGroupId
in interfaceCfnLaunchTemplate.PlacementProperty
-
getGroupName
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The name of the placement group for the instance.- Specified by:
getGroupName
in interfaceCfnLaunchTemplate.PlacementProperty
-
getHostId
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The ID of the Dedicated Host for the instance.- Specified by:
getHostId
in interfaceCfnLaunchTemplate.PlacementProperty
-
getHostResourceGroupArn
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The ARN of the host resource group in which to launch the instances.If you specify a host resource group ARN, omit the Tenancy parameter or set it to
host
.- Specified by:
getHostResourceGroupArn
in interfaceCfnLaunchTemplate.PlacementProperty
-
getPartitionNumber
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The number of the partition the instance should launch in.Valid only if the placement group strategy is set to
partition
.- Specified by:
getPartitionNumber
in interfaceCfnLaunchTemplate.PlacementProperty
-
getSpreadDomain
Description copied from interface:CfnLaunchTemplate.PlacementProperty
Reserved for future use.- Specified by:
getSpreadDomain
in interfaceCfnLaunchTemplate.PlacementProperty
-
getTenancy
Description copied from interface:CfnLaunchTemplate.PlacementProperty
The tenancy of the instance.An instance with a tenancy of dedicated runs on single-tenant hardware.
- Specified by:
getTenancy
in interfaceCfnLaunchTemplate.PlacementProperty
-
$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()
-