AWSEC2SpotMaintenanceStrategies
Objective-C
@interface AWSEC2SpotMaintenanceStrategies
Swift
class AWSEC2SpotMaintenanceStrategies
The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.
-
The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SpotCapacityRebalance *_Nullable capacityRebalance;
Swift
var capacityRebalance: AWSEC2SpotCapacityRebalance? { get set }