@Stability(value=External)
public static interface CfnEC2Fleet.PlacementProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEC2Fleet.PlacementProperty.Builder
A builder for
CfnEC2Fleet.PlacementProperty |
static class |
CfnEC2Fleet.PlacementProperty.Jsii$Proxy
An implementation for
CfnEC2Fleet.PlacementProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEC2Fleet.PlacementProperty.Builder |
builder() |
default String |
getAffinity()
`CfnEC2Fleet.PlacementProperty.Affinity`.
|
default String |
getAvailabilityZone()
`CfnEC2Fleet.PlacementProperty.AvailabilityZone`.
|
default String |
getGroupName()
`CfnEC2Fleet.PlacementProperty.GroupName`.
|
default String |
getHostId()
`CfnEC2Fleet.PlacementProperty.HostId`.
|
default String |
getHostResourceGroupArn()
`CfnEC2Fleet.PlacementProperty.HostResourceGroupArn`.
|
default Number |
getPartitionNumber()
`CfnEC2Fleet.PlacementProperty.PartitionNumber`.
|
default String |
getSpreadDomain()
`CfnEC2Fleet.PlacementProperty.SpreadDomain`.
|
default String |
getTenancy()
`CfnEC2Fleet.PlacementProperty.Tenancy`.
|
@Stability(value=External) @Nullable default String getAffinity()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-affinity
@Stability(value=External) @Nullable default String getAvailabilityZone()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-availabilityzone
@Stability(value=External) @Nullable default String getGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-groupname
@Stability(value=External) @Nullable default String getHostId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-hostid
@Stability(value=External) @Nullable default String getHostResourceGroupArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-hostresourcegrouparn
@Stability(value=External) @Nullable default Number getPartitionNumber()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-partitionnumber
@Stability(value=External) @Nullable default String getSpreadDomain()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-spreaddomain
@Stability(value=External) @Nullable default String getTenancy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-tenancy
@Stability(value=External) static CfnEC2Fleet.PlacementProperty.Builder builder()
Copyright © 2020. All rights reserved.