AWSEC2FastLaunchLaunchTemplateSpecificationRequest
Objective-C
@interface AWSEC2FastLaunchLaunchTemplateSpecificationRequest
Swift
class AWSEC2FastLaunchLaunchTemplateSpecificationRequest
Request to create a launch template for a fast-launch enabled Windows AMI.
Note - You can specify either the LaunchTemplateName
or the LaunchTemplateId
, but not both.
-
The ID of the launch template to use for faster launching for a Windows AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable launchTemplateId;
Swift
var launchTemplateId: String? { get set }
-
The name of the launch template to use for faster launching for a Windows AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable launchTemplateName;
Swift
var launchTemplateName: String? { get set }
-
The version of the launch template to use for faster launching for a Windows AMI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable version;
Swift
var version: String? { get set }