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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
CfnLaunchTemplate.PlacementProperty.Builder, CfnLaunchTemplate.PlacementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.PlacementProperty.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 StringThe affinity setting for an instance on a Dedicated Host.final StringThe Availability Zone for the instance.final StringThe Group Id of a placement group.final StringThe name of the placement group for the instance.final StringThe ID of the Dedicated Host for the instance.final StringThe ARN of the host resource group in which to launch the instances.final NumberThe number of the partition the instance should launch in.final StringReserved for future use.final StringThe tenancy of the instance.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 theCfnLaunchTemplate.PlacementProperty.Builder.
-
-
Method Details
-
getAffinity
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe affinity setting for an instance on a Dedicated Host.- Specified by:
getAffinityin interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getAvailabilityZone
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe Availability Zone for the instance.Either
AvailabilityZoneorAvailabilityZoneIdcan be specified, but not both- Specified by:
getAvailabilityZonein interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getGroupId
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe 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:
getGroupIdin interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getGroupName
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe name of the placement group for the instance.- Specified by:
getGroupNamein interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getHostId
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe ID of the Dedicated Host for the instance.- Specified by:
getHostIdin interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getHostResourceGroupArn
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe 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:
getHostResourceGroupArnin interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getPartitionNumber
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe number of the partition the instance should launch in.Valid only if the placement group strategy is set to
partition.- Specified by:
getPartitionNumberin interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getSpreadDomain
Description copied from interface:CfnLaunchTemplate.PlacementPropertyReserved for future use.- Specified by:
getSpreadDomainin interfaceCfnLaunchTemplate.PlacementProperty- See Also:
-
getTenancy
Description copied from interface:CfnLaunchTemplate.PlacementPropertyThe tenancy of the instance.An instance with a tenancy of dedicated runs on single-tenant hardware.
- Specified by:
getTenancyin interfaceCfnLaunchTemplate.PlacementProperty- 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()
-