AWSEC2LaunchTemplateSpecification
Objective-C
@interface AWSEC2LaunchTemplateSpecification
Swift
class AWSEC2LaunchTemplateSpecification
The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.
-
The ID of the launch template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable launchTemplateId;
Swift
var launchTemplateId: String? { get set }
-
The name of the launch template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable launchTemplateName;
Swift
var launchTemplateName: String? { get set }
-
The version number of the launch template.
Default: The default version for the launch template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable version;
Swift
var version: String? { get set }