Class CfnEC2Fleet.PlacementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEC2Fleet.PlacementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEC2Fleet.PlacementProperty
CfnEC2Fleet.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.CfnEC2Fleet.PlacementProperty
CfnEC2Fleet.PlacementProperty.Builder, CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEC2Fleet.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 the instance on the Dedicated Host.final String
The Availability Zone of the instance.final String
The name of the placement group that the instance is in.final String
The ID of the Dedicated Host on which the instance resides.final String
The ARN of the host resource group in which to launch the instances.final Number
The number of the partition that the instance is 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 theCfnEC2Fleet.PlacementProperty.Builder
.
-
-
Method Details
-
getAffinity
Description copied from interface:CfnEC2Fleet.PlacementProperty
The affinity setting for the instance on the Dedicated Host.This parameter is not supported for CreateFleet or ImportInstance .
- Specified by:
getAffinity
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
getAvailabilityZone
Description copied from interface:CfnEC2Fleet.PlacementProperty
The Availability Zone of the instance.If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.
This parameter is not supported for CreateFleet .
- Specified by:
getAvailabilityZone
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
getGroupName
Description copied from interface:CfnEC2Fleet.PlacementProperty
The name of the placement group that the instance is in.If you specify
GroupName
, you can't specifyGroupId
.- Specified by:
getGroupName
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
getHostId
Description copied from interface:CfnEC2Fleet.PlacementProperty
The ID of the Dedicated Host on which the instance resides.This parameter is not supported for CreateFleet or ImportInstance .
- Specified by:
getHostId
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
getHostResourceGroupArn
Description copied from interface:CfnEC2Fleet.PlacementProperty
The ARN of the host resource group in which to launch the instances.If you specify this parameter, either omit the Tenancy parameter or set it to
host
.This parameter is not supported for CreateFleet .
- Specified by:
getHostResourceGroupArn
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
getPartitionNumber
Description copied from interface:CfnEC2Fleet.PlacementProperty
The number of the partition that the instance is in.Valid only if the placement group strategy is set to
partition
.This parameter is not supported for CreateFleet .
- Specified by:
getPartitionNumber
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
getSpreadDomain
Description copied from interface:CfnEC2Fleet.PlacementProperty
Reserved for future use.- Specified by:
getSpreadDomain
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
getTenancy
Description copied from interface:CfnEC2Fleet.PlacementProperty
The tenancy of the instance. An instance with a tenancy ofdedicated
runs on single-tenant hardware.This parameter is not supported for CreateFleet . The
host
tenancy is not supported for ImportInstance or for T3 instances that are configured for theunlimited
CPU credit option.- Specified by:
getTenancy
in interfaceCfnEC2Fleet.PlacementProperty
- See Also:
-
$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()
-