| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions
Description
Synopsis
- data LaunchTemplateInstanceMarketOptions = LaunchTemplateInstanceMarketOptions' {}
- newLaunchTemplateInstanceMarketOptions :: LaunchTemplateInstanceMarketOptions
- launchTemplateInstanceMarketOptions_marketType :: Lens' LaunchTemplateInstanceMarketOptions (Maybe MarketType)
- launchTemplateInstanceMarketOptions_spotOptions :: Lens' LaunchTemplateInstanceMarketOptions (Maybe LaunchTemplateSpotMarketOptions)
Documentation
data LaunchTemplateInstanceMarketOptions Source #
The market (purchasing) option for the instances.
See: newLaunchTemplateInstanceMarketOptions smart constructor.
Constructors
| LaunchTemplateInstanceMarketOptions' | |
Fields
| |
Instances
newLaunchTemplateInstanceMarketOptions :: LaunchTemplateInstanceMarketOptions Source #
Create a value of LaunchTemplateInstanceMarketOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:marketType:LaunchTemplateInstanceMarketOptions', launchTemplateInstanceMarketOptions_marketType - The market type.
$sel:spotOptions:LaunchTemplateInstanceMarketOptions', launchTemplateInstanceMarketOptions_spotOptions - The options for Spot Instances.
launchTemplateInstanceMarketOptions_marketType :: Lens' LaunchTemplateInstanceMarketOptions (Maybe MarketType) Source #
The market type.
launchTemplateInstanceMarketOptions_spotOptions :: Lens' LaunchTemplateInstanceMarketOptions (Maybe LaunchTemplateSpotMarketOptions) Source #
The options for Spot Instances.