| 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.EMR.Types.EbsConfiguration
Description
Documentation
data EbsConfiguration Source #
The Amazon EBS configuration of a cluster instance.
See: newEbsConfiguration smart constructor.
Constructors
| EbsConfiguration' | |
Fields
| |
Instances
newEbsConfiguration :: EbsConfiguration Source #
Create a value of EbsConfiguration 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:ebsBlockDeviceConfigs:EbsConfiguration', ebsConfiguration_ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster
instance.
$sel:ebsOptimized:EbsConfiguration', ebsConfiguration_ebsOptimized - Indicates whether an Amazon EBS volume is EBS-optimized.
ebsConfiguration_ebsBlockDeviceConfigs :: Lens' EbsConfiguration (Maybe [EbsBlockDeviceConfig]) Source #
An array of Amazon EBS volume specifications attached to a cluster instance.
ebsConfiguration_ebsOptimized :: Lens' EbsConfiguration (Maybe Bool) Source #
Indicates whether an Amazon EBS volume is EBS-optimized.