AWSEC2FastLaunchLaunchTemplateSpecificationRequest

Objective-C

@interface AWSEC2FastLaunchLaunchTemplateSpecificationRequest

Swift

class AWSEC2FastLaunchLaunchTemplateSpecificationRequest

Request to create a launch template for a Windows fast launch enabled AMI.

Note - You can specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

Required parameters: [Version]

  • Specify the ID of the launch template that the AMI should use for Windows fast launch.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable launchTemplateId;

    Swift

    var launchTemplateId: String? { get set }
  • Specify the name of the launch template that the AMI should use for Windows fast launch.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable launchTemplateName;

    Swift

    var launchTemplateName: String? { get set }
  • Specify the version of the launch template that the AMI should use for Windows fast launch.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable version;

    Swift

    var version: String? { get set }