AWSEC2LaunchTemplateInstanceMarketOptions
Objective-C
@interface AWSEC2LaunchTemplateInstanceMarketOptions
Swift
class AWSEC2LaunchTemplateInstanceMarketOptions
The market (purchasing) option for the instances.
-
The market type.
Declaration
Objective-C
@property (nonatomic) AWSEC2MarketType marketType;
Swift
var marketType: AWSEC2MarketType { get set }
-
The options for Spot Instances.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2LaunchTemplateSpotMarketOptions *_Nullable spotOptions;
Swift
var spotOptions: AWSEC2LaunchTemplateSpotMarketOptions? { get set }