| 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 |
Amazonka.EC2.Types.EbsInstanceBlockDevice
Description
Synopsis
- data EbsInstanceBlockDevice = EbsInstanceBlockDevice' {}
- newEbsInstanceBlockDevice :: EbsInstanceBlockDevice
- ebsInstanceBlockDevice_attachTime :: Lens' EbsInstanceBlockDevice (Maybe UTCTime)
- ebsInstanceBlockDevice_deleteOnTermination :: Lens' EbsInstanceBlockDevice (Maybe Bool)
- ebsInstanceBlockDevice_status :: Lens' EbsInstanceBlockDevice (Maybe AttachmentStatus)
- ebsInstanceBlockDevice_volumeId :: Lens' EbsInstanceBlockDevice (Maybe Text)
Documentation
data EbsInstanceBlockDevice Source #
Describes a parameter used to set up an EBS volume in a block device mapping.
See: newEbsInstanceBlockDevice smart constructor.
Constructors
| EbsInstanceBlockDevice' | |
Fields
| |
Instances
newEbsInstanceBlockDevice :: EbsInstanceBlockDevice Source #
Create a value of EbsInstanceBlockDevice 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:attachTime:EbsInstanceBlockDevice', ebsInstanceBlockDevice_attachTime - The time stamp when the attachment initiated.
$sel:deleteOnTermination:EbsInstanceBlockDevice', ebsInstanceBlockDevice_deleteOnTermination - Indicates whether the volume is deleted on instance termination.
$sel:status:EbsInstanceBlockDevice', ebsInstanceBlockDevice_status - The attachment state.
$sel:volumeId:EbsInstanceBlockDevice', ebsInstanceBlockDevice_volumeId - The ID of the EBS volume.
ebsInstanceBlockDevice_attachTime :: Lens' EbsInstanceBlockDevice (Maybe UTCTime) Source #
The time stamp when the attachment initiated.
ebsInstanceBlockDevice_deleteOnTermination :: Lens' EbsInstanceBlockDevice (Maybe Bool) Source #
Indicates whether the volume is deleted on instance termination.
ebsInstanceBlockDevice_status :: Lens' EbsInstanceBlockDevice (Maybe AttachmentStatus) Source #
The attachment state.
ebsInstanceBlockDevice_volumeId :: Lens' EbsInstanceBlockDevice (Maybe Text) Source #
The ID of the EBS volume.