| 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.ECS.Types.Attachment
Description
Synopsis
- data Attachment = Attachment' {}
- newAttachment :: Attachment
- attachment_details :: Lens' Attachment (Maybe [KeyValuePair])
- attachment_id :: Lens' Attachment (Maybe Text)
- attachment_status :: Lens' Attachment (Maybe Text)
- attachment_type :: Lens' Attachment (Maybe Text)
Documentation
data Attachment Source #
An object representing a container instance or task attachment.
See: newAttachment smart constructor.
Constructors
| Attachment' | |
Fields
| |
Instances
newAttachment :: Attachment Source #
Create a value of Attachment 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:details:Attachment', attachment_details - Details of the attachment. For elastic network interfaces, this includes
the network interface ID, the MAC address, the subnet ID, and the
private IPv4 address.
$sel:id:Attachment', attachment_id - The unique identifier for the attachment.
$sel:status:Attachment', attachment_status - The status of the attachment. Valid values are PRECREATED, CREATED,
ATTACHING, ATTACHED, DETACHING, DETACHED, DELETED, and
FAILED.
$sel:type':Attachment', attachment_type - The type of the attachment, such as ElasticNetworkInterface.
attachment_details :: Lens' Attachment (Maybe [KeyValuePair]) Source #
Details of the attachment. For elastic network interfaces, this includes the network interface ID, the MAC address, the subnet ID, and the private IPv4 address.
attachment_id :: Lens' Attachment (Maybe Text) Source #
The unique identifier for the attachment.
attachment_status :: Lens' Attachment (Maybe Text) Source #
The status of the attachment. Valid values are PRECREATED, CREATED,
ATTACHING, ATTACHED, DETACHING, DETACHED, DELETED, and
FAILED.
attachment_type :: Lens' Attachment (Maybe Text) Source #
The type of the attachment, such as ElasticNetworkInterface.