AWSEC2LaunchTemplateConfig
Objective-C
@interface AWSEC2LaunchTemplateConfig
Swift
class AWSEC2LaunchTemplateConfig
Describes a launch template and overrides.
-
The launch template to use. Make sure that the launch template does not contain the
NetworkInterfaceId
parameter because you can’t specify a network interface ID in a Spot Fleet.Declaration
Objective-C
@property (nonatomic, strong) AWSEC2FleetLaunchTemplateSpecification *_Nullable launchTemplateSpecification;
Swift
var launchTemplateSpecification: AWSEC2FleetLaunchTemplateSpecification? { get set }
-
Any parameters that you specify override the same parameters in the launch template.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2LaunchTemplateOverrides *> *_Nullable overrides;
Swift
var overrides: [AWSEC2LaunchTemplateOverrides]? { get set }