AWSEC2SpotPlacementScore
Objective-C
@interface AWSEC2SpotPlacementScore
Swift
class AWSEC2SpotPlacementScore
The Spot placement score for this Region or Availability Zone. The score is calculated based on the assumption that the capacity-optimized
allocation strategy is used and that all of the Availability Zones in the Region can be used.
-
The Availability Zone.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable availabilityZoneId;
Swift
var availabilityZoneId: String? { get set }
-
The Region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable region;
Swift
var region: String? { get set }
-
The placement score, on a scale from
1
to10
. A score of10
indicates that your Spot request is highly likely to succeed in this Region or Availability Zone. A score of1
indicates that your Spot request is not likely to succeed.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable score;
Swift
var score: NSNumber? { get set }