Placement
public struct Placement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the ImportInstance command. This parameter is not supported by CreateFleet.
Declaration
Swift
public let affinity: String?
-
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 by CreateFleet.
Declaration
Swift
public let availabilityZone: String?
-
The name of the placement group the instance is in.
Declaration
Swift
public let groupName: String?
-
The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the ImportInstance command. This parameter is not supported by CreateFleet.
Declaration
Swift
public let hostId: String?
-
The 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. This parameter is not supported by CreateFleet.
Declaration
Swift
public let hostResourceGroupArn: String?
-
The number of the partition the instance is in. Valid only if the placement group strategy is set to partition. This parameter is not supported by CreateFleet.
Declaration
Swift
public let partitionNumber: Int?
-
Reserved for future use. This parameter is not supported by CreateFleet.
Declaration
Swift
public let spreadDomain: String?
-
The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for the ImportInstance command. This parameter is not supported by CreateFleet.
Declaration
Swift
public let tenancy: Tenancy?
-
init(affinity:availabilityZone:groupName:hostId:hostResourceGroupArn:partitionNumber:spreadDomain:tenancy:)
Undocumented
Declaration
Swift
public init(affinity: String? = nil, availabilityZone: String? = nil, groupName: String? = nil, hostId: String? = nil, hostResourceGroupArn: String? = nil, partitionNumber: Int? = nil, spreadDomain: String? = nil, tenancy: Tenancy? = nil)