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 |
Synopsis
Documentation
data EbsBlockDeviceConfig Source #
Configuration of requested EBS block device associated with the instance group with count of volumes that will be 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 will be
associated with every instance in the instance group
$sel:volumeSpecification:EbsBlockDeviceConfig'
, ebsBlockDeviceConfig_volumeSpecification
- EBS volume specifications such as volume type, IOPS, and size (GiB) that
will be 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 will be associated with every instance in the instance group
ebsBlockDeviceConfig_volumeSpecification :: Lens' EbsBlockDeviceConfig VolumeSpecification Source #
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.