Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EbsConfiguration Source #
The Amazon EBS configuration of a cluster instance.
See: newEbsConfiguration
smart constructor.
EbsConfiguration' | |
|
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:ebsOptimized:EbsConfiguration'
, ebsConfiguration_ebsOptimized
- Indicates whether an Amazon EBS volume is EBS-optimized.
$sel:ebsBlockDeviceConfigs:EbsConfiguration'
, ebsConfiguration_ebsBlockDeviceConfigs
- 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.
ebsConfiguration_ebsBlockDeviceConfigs :: Lens' EbsConfiguration (Maybe [EbsBlockDeviceConfig]) Source #
An array of Amazon EBS volume specifications attached to a cluster instance.