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 EbsBlockDevice Source #
Configuration of requested EBS block device associated with the instance group.
See: newEbsBlockDevice
smart constructor.
EbsBlockDevice' | |
|
Instances
newEbsBlockDevice :: EbsBlockDevice Source #
Create a value of EbsBlockDevice
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:device:EbsBlockDevice'
, ebsBlockDevice_device
- The device name that is exposed to the instance, such as /dev/sdh.
$sel:volumeSpecification:EbsBlockDevice'
, ebsBlockDevice_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.
ebsBlockDevice_device :: Lens' EbsBlockDevice (Maybe Text) Source #
The device name that is exposed to the instance, such as /dev/sdh.
ebsBlockDevice_volumeSpecification :: Lens' EbsBlockDevice (Maybe 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.