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
- data InstanceNetworkInterfaceAttachment = InstanceNetworkInterfaceAttachment' {}
- newInstanceNetworkInterfaceAttachment :: InstanceNetworkInterfaceAttachment
- instanceNetworkInterfaceAttachment_attachTime :: Lens' InstanceNetworkInterfaceAttachment (Maybe UTCTime)
- instanceNetworkInterfaceAttachment_attachmentId :: Lens' InstanceNetworkInterfaceAttachment (Maybe Text)
- instanceNetworkInterfaceAttachment_deleteOnTermination :: Lens' InstanceNetworkInterfaceAttachment (Maybe Bool)
- instanceNetworkInterfaceAttachment_deviceIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int)
- instanceNetworkInterfaceAttachment_networkCardIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int)
- instanceNetworkInterfaceAttachment_status :: Lens' InstanceNetworkInterfaceAttachment (Maybe AttachmentStatus)
Documentation
data InstanceNetworkInterfaceAttachment Source #
Describes a network interface attachment.
See: newInstanceNetworkInterfaceAttachment
smart constructor.
InstanceNetworkInterfaceAttachment' | |
|
Instances
newInstanceNetworkInterfaceAttachment :: InstanceNetworkInterfaceAttachment Source #
Create a value of InstanceNetworkInterfaceAttachment
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:InstanceNetworkInterfaceAttachment'
, instanceNetworkInterfaceAttachment_attachTime
- The time stamp when the attachment initiated.
$sel:attachmentId:InstanceNetworkInterfaceAttachment'
, instanceNetworkInterfaceAttachment_attachmentId
- The ID of the network interface attachment.
$sel:deleteOnTermination:InstanceNetworkInterfaceAttachment'
, instanceNetworkInterfaceAttachment_deleteOnTermination
- Indicates whether the network interface is deleted when the instance is
terminated.
$sel:deviceIndex:InstanceNetworkInterfaceAttachment'
, instanceNetworkInterfaceAttachment_deviceIndex
- The index of the device on the instance for the network interface
attachment.
$sel:networkCardIndex:InstanceNetworkInterfaceAttachment'
, instanceNetworkInterfaceAttachment_networkCardIndex
- The index of the network card.
$sel:status:InstanceNetworkInterfaceAttachment'
, instanceNetworkInterfaceAttachment_status
- The attachment state.
instanceNetworkInterfaceAttachment_attachTime :: Lens' InstanceNetworkInterfaceAttachment (Maybe UTCTime) Source #
The time stamp when the attachment initiated.
instanceNetworkInterfaceAttachment_attachmentId :: Lens' InstanceNetworkInterfaceAttachment (Maybe Text) Source #
The ID of the network interface attachment.
instanceNetworkInterfaceAttachment_deleteOnTermination :: Lens' InstanceNetworkInterfaceAttachment (Maybe Bool) Source #
Indicates whether the network interface is deleted when the instance is terminated.
instanceNetworkInterfaceAttachment_deviceIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int) Source #
The index of the device on the instance for the network interface attachment.
instanceNetworkInterfaceAttachment_networkCardIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int) Source #
The index of the network card.
instanceNetworkInterfaceAttachment_status :: Lens' InstanceNetworkInterfaceAttachment (Maybe AttachmentStatus) Source #
The attachment state.