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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
CfnEC2Fleet.PlacementProperty.Builder, CfnEC2Fleet.PlacementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEC2Fleet.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 the instance on the Dedicated Host.final StringThe Availability Zone of the instance.final StringThe name of the placement group that the instance is in.final StringThe ID of the Dedicated Host on which the instance resides.final StringThe ARN of the host resource group in which to launch the instances.final NumberThe number of the partition that the instance is 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 theCfnEC2Fleet.PlacementProperty.Builder.
-
-
Method Details
-
getAffinity
Description copied from interface:CfnEC2Fleet.PlacementPropertyThe affinity setting for the instance on the Dedicated Host.This parameter is not supported for CreateFleet or ImportInstance .
- Specified by:
getAffinityin interfaceCfnEC2Fleet.PlacementProperty
-
getAvailabilityZone
Description copied from interface:CfnEC2Fleet.PlacementPropertyThe 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:
getAvailabilityZonein interfaceCfnEC2Fleet.PlacementProperty
-
getGroupName
Description copied from interface:CfnEC2Fleet.PlacementPropertyThe name of the placement group that the instance is in.If you specify
GroupName, you can't specifyGroupId.- Specified by:
getGroupNamein interfaceCfnEC2Fleet.PlacementProperty
-
getHostId
Description copied from interface:CfnEC2Fleet.PlacementPropertyThe ID of the Dedicated Host on which the instance resides.This parameter is not supported for CreateFleet or ImportInstance .
- Specified by:
getHostIdin interfaceCfnEC2Fleet.PlacementProperty
-
getHostResourceGroupArn
Description copied from interface:CfnEC2Fleet.PlacementPropertyThe 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:
getHostResourceGroupArnin interfaceCfnEC2Fleet.PlacementProperty
-
getPartitionNumber
Description copied from interface:CfnEC2Fleet.PlacementPropertyThe 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:
getPartitionNumberin interfaceCfnEC2Fleet.PlacementProperty
-
getSpreadDomain
Description copied from interface:CfnEC2Fleet.PlacementPropertyReserved for future use.- Specified by:
getSpreadDomainin interfaceCfnEC2Fleet.PlacementProperty
-
getTenancy
Description copied from interface:CfnEC2Fleet.PlacementPropertyThe tenancy of the instance. An instance with a tenancy ofdedicatedruns on single-tenant hardware.This parameter is not supported for CreateFleet . The
hosttenancy is not supported for ImportInstance or for T3 instances that are configured for theunlimitedCPU credit option.- Specified by:
getTenancyin interfaceCfnEC2Fleet.PlacementProperty
-
$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()
-