| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.AutoScalingLaunchConfigurationBlockDevice
Synopsis
- data AutoScalingLaunchConfigurationBlockDevice = AutoScalingLaunchConfigurationBlockDevice {
- _autoScalingLaunchConfigurationBlockDeviceDeleteOnTermination :: Maybe (Val Bool)
- _autoScalingLaunchConfigurationBlockDeviceEncrypted :: Maybe (Val Bool)
- _autoScalingLaunchConfigurationBlockDeviceIops :: Maybe (Val Integer)
- _autoScalingLaunchConfigurationBlockDeviceSnapshotId :: Maybe (Val Text)
- _autoScalingLaunchConfigurationBlockDeviceVolumeSize :: Maybe (Val Integer)
- _autoScalingLaunchConfigurationBlockDeviceVolumeType :: Maybe (Val Text)
- autoScalingLaunchConfigurationBlockDevice :: AutoScalingLaunchConfigurationBlockDevice
- aslcbdDeleteOnTermination :: Lens' AutoScalingLaunchConfigurationBlockDevice (Maybe (Val Bool))
- aslcbdEncrypted :: Lens' AutoScalingLaunchConfigurationBlockDevice (Maybe (Val Bool))
- aslcbdIops :: Lens' AutoScalingLaunchConfigurationBlockDevice (Maybe (Val Integer))
- aslcbdSnapshotId :: Lens' AutoScalingLaunchConfigurationBlockDevice (Maybe (Val Text))
- aslcbdVolumeSize :: Lens' AutoScalingLaunchConfigurationBlockDevice (Maybe (Val Integer))
- aslcbdVolumeType :: Lens' AutoScalingLaunchConfigurationBlockDevice (Maybe (Val Text))
Documentation
data AutoScalingLaunchConfigurationBlockDevice #
Full data type definition for AutoScalingLaunchConfigurationBlockDevice.
See autoScalingLaunchConfigurationBlockDevice for a more convenient
constructor.
Constructors
Instances
| Eq AutoScalingLaunchConfigurationBlockDevice # | |
| Show AutoScalingLaunchConfigurationBlockDevice # | |
| ToJSON AutoScalingLaunchConfigurationBlockDevice # | |
| FromJSON AutoScalingLaunchConfigurationBlockDevice # | |
autoScalingLaunchConfigurationBlockDevice :: AutoScalingLaunchConfigurationBlockDevice #
Constructor for AutoScalingLaunchConfigurationBlockDevice containing
required fields as arguments.