AWSAutoScalingLaunchTemplate
Objective-C
@interface AWSAutoScalingLaunchTemplate
Swift
class AWSAutoScalingLaunchTemplate
Use this structure to specify the launch templates and instance types (overrides) for a mixed instances policy.
-
The launch template.
Declaration
Objective-C
@property (nonatomic, strong) AWSAutoScalingLaunchTemplateSpecification *_Nullable launchTemplateSpecification;
Swift
var launchTemplateSpecification: AWSAutoScalingLaunchTemplateSpecification? { get set }
-
Any properties that you specify override the same properties in the launch template.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingLaunchTemplateOverrides *> *_Nullable overrides;
Swift
var overrides: [AWSAutoScalingLaunchTemplateOverrides]? { get set }