| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EC2LaunchTemplateSpotOptions
Synopsis
- data EC2LaunchTemplateSpotOptions = EC2LaunchTemplateSpotOptions {}
- ec2LaunchTemplateSpotOptions :: EC2LaunchTemplateSpotOptions
- ecltsoInstanceInterruptionBehavior :: Lens' EC2LaunchTemplateSpotOptions (Maybe (Val Text))
- ecltsoMaxPrice :: Lens' EC2LaunchTemplateSpotOptions (Maybe (Val Text))
- ecltsoSpotInstanceType :: Lens' EC2LaunchTemplateSpotOptions (Maybe (Val Text))
Documentation
data EC2LaunchTemplateSpotOptions #
Full data type definition for EC2LaunchTemplateSpotOptions. See
ec2LaunchTemplateSpotOptions for a more convenient constructor.
Constructors
| EC2LaunchTemplateSpotOptions | |
Instances
ec2LaunchTemplateSpotOptions :: EC2LaunchTemplateSpotOptions #
Constructor for EC2LaunchTemplateSpotOptions containing required fields
as arguments.