SpotPlacement
public struct SpotPlacement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone. [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, “us-west-2a, us-west-2b”.
Declaration
Swift
public let availabilityZone: String?
-
The name of the placement group.
Declaration
Swift
public let groupName: 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 Spot Instances.
Declaration
Swift
public let tenancy: Tenancy?
-
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, groupName: String? = nil, tenancy: Tenancy? = nil)