AWSEC2SpotPlacement
Objective-C
@interface AWSEC2SpotPlacementSwift
class AWSEC2SpotPlacementDescribes Spot Instance placement.
- 
                  
                  The Availability Zone. [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, “us-west-2a, us-west-2b”. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable availabilityZone;Swift var availabilityZone: String? { get set }
- 
                  
                  The name of the placement group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable groupName;Swift var groupName: String? { get set }
- 
                  
                  The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicatedruns on single-tenant hardware. Thehosttenancy is not supported for Spot Instances.DeclarationObjective-C @property (nonatomic) AWSEC2Tenancy tenancy;Swift var tenancy: AWSEC2Tenancy { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2SpotPlacement Class Reference
        AWSEC2SpotPlacement Class Reference