AWSEC2FleetLaunchTemplateConfig
Objective-C
@interface AWSEC2FleetLaunchTemplateConfig
Swift
class AWSEC2FleetLaunchTemplateConfig
Describes a launch template and overrides.
-
The launch template.
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<AWSEC2FleetLaunchTemplateOverrides *> *_Nullable overrides;
Swift
var overrides: [AWSEC2FleetLaunchTemplateOverrides]? { get set }