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 |
Synopsis
Documentation
data EbsBlockDeviceConfig Source #
Configuration of requested EBS block device associated with the instance group with count of volumes that are associated to every instance.
See: newEbsBlockDeviceConfig
smart constructor.
EbsBlockDeviceConfig' | |
|
Instances
newEbsBlockDeviceConfig Source #
Create a value of EbsBlockDeviceConfig
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:volumesPerInstance:EbsBlockDeviceConfig'
, ebsBlockDeviceConfig_volumesPerInstance
- Number of EBS volumes with a specific volume configuration that are
associated with every instance in the instance group
$sel:volumeSpecification:EbsBlockDeviceConfig'
, ebsBlockDeviceConfig_volumeSpecification
- EBS volume specifications such as volume type, IOPS, size (GiB) and
throughput (MiB/s) that are requested for the EBS volume attached to an
EC2 instance in the cluster.
ebsBlockDeviceConfig_volumesPerInstance :: Lens' EbsBlockDeviceConfig (Maybe Int) Source #
Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
ebsBlockDeviceConfig_volumeSpecification :: Lens' EbsBlockDeviceConfig VolumeSpecification Source #
EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an EC2 instance in the cluster.