AWSEC2LaunchTemplateConfig
Objective-C
@interface AWSEC2LaunchTemplateConfigSwift
class AWSEC2LaunchTemplateConfigDescribes a launch template and overrides.
- 
                  
                  The launch template to use. Make sure that the launch template does not contain the NetworkInterfaceIdparameter because you can’t specify a network interface ID in a Spot Fleet.DeclarationObjective-C @property (nonatomic, strong) AWSEC2FleetLaunchTemplateSpecification *_Nullable launchTemplateSpecification;Swift var launchTemplateSpecification: AWSEC2FleetLaunchTemplateSpecification? { get set }
- 
                  
                  Any parameters that you specify override the same parameters in the launch template. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2LaunchTemplateOverrides *> *_Nullable overrides;Swift var overrides: [AWSEC2LaunchTemplateOverrides]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2LaunchTemplateConfig Class Reference
        AWSEC2LaunchTemplateConfig Class Reference