AWSEC2LaunchTemplatePlacement
No description
type AWSEC2LaunchTemplatePlacement {
affinity: String!
availabilityZone: String!
groupId: String!
groupName: String!
hostId: String!
hostResourceGroupArn: String!
partitionNumber: Int!
spreadDomain: String!
tenancy: AWSEC2LaunchTemplatePlacementTenancyType!
}
Fields
AWSEC2LaunchTemplatePlacement.affinity
● String!
non-null scalar
The affinity setting for the instance on the Dedicated Host
AWSEC2LaunchTemplatePlacement.availabilityZone
● String!
non-null scalar
The Availability Zone of the instance
AWSEC2LaunchTemplatePlacement.groupId
● String!
non-null scalar
The Group ID of the placement group
AWSEC2LaunchTemplatePlacement.groupName
● String!
non-null scalar
The name of the placement group for the instance
AWSEC2LaunchTemplatePlacement.hostId
● String!
non-null scalar
The ID of the Dedicated Host for the instance
AWSEC2LaunchTemplatePlacement.hostResourceGroupArn
● String!
non-null scalar
The ARN of the host resource group in which to launch the instances
AWSEC2LaunchTemplatePlacement.partitionNumber
● Int!
non-null scalar
The number of the partition the instance should launch in
AWSEC2LaunchTemplatePlacement.spreadDomain
● String!
non-null scalar
Reserved for future use
AWSEC2LaunchTemplatePlacement.tenancy
● AWSEC2LaunchTemplatePlacementTenancyType!
non-null enum
The tenancy of the instance
Member of
AWSEC2LaunchTemplateData
object