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
- data EbsVolume = EbsVolume' {}
- newEbsVolume :: EbsVolume
- ebsVolume_device :: Lens' EbsVolume (Maybe Text)
- ebsVolume_volumeId :: Lens' EbsVolume (Maybe Text)
Documentation
EBS block device that's attached to an EC2 instance.
See: newEbsVolume
smart constructor.
Instances
Eq EbsVolume Source # | |
Read EbsVolume Source # | |
Show EbsVolume Source # | |
Generic EbsVolume Source # | |
NFData EbsVolume Source # | |
Defined in Amazonka.EMR.Types.EbsVolume | |
Hashable EbsVolume Source # | |
Defined in Amazonka.EMR.Types.EbsVolume | |
FromJSON EbsVolume Source # | |
type Rep EbsVolume Source # | |
Defined in Amazonka.EMR.Types.EbsVolume type Rep EbsVolume = D1 ('MetaData "EbsVolume" "Amazonka.EMR.Types.EbsVolume" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "EbsVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "device") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newEbsVolume :: EbsVolume Source #
Create a value of EbsVolume
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:EbsVolume'
, ebsVolume_device
- The device name that is exposed to the instance, such as /dev/sdh.
$sel:volumeId:EbsVolume'
, ebsVolume_volumeId
- The volume identifier of the EBS volume.