AWSEC2FleetLaunchTemplateSpecificationRequest
Objective-C
@interface AWSEC2FleetLaunchTemplateSpecificationRequestSwift
class AWSEC2FleetLaunchTemplateSpecificationRequestThe Amazon EC2 launch template that can be used by an EC2 Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.
For information about launch templates, see Launch an instance from a launch template in the Amazon EC2 User Guide.
- 
                  
                  The ID of the launch template. You must specify the LaunchTemplateIdor theLaunchTemplateName, but not both.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable launchTemplateId;Swift var launchTemplateId: String? { get set }
- 
                  
                  The name of the launch template. You must specify the LaunchTemplateNameor theLaunchTemplateId, but not both.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable launchTemplateName;Swift var launchTemplateName: String? { get set }
- 
                  
                  The launch template version number, $Latest, or$Default. You must specify a value, otherwise the request fails.If the value is $Latest, Amazon EC2 uses the latest version of the launch template.If the value is $Default, Amazon EC2 uses the default version of the launch template.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable version;Swift var version: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2FleetLaunchTemplateSpecificationRequest Class Reference
        AWSEC2FleetLaunchTemplateSpecificationRequest Class Reference