| 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.NetworkManager.Types.ConnectAttachment
Description
Synopsis
- data ConnectAttachment = ConnectAttachment' {}
- newConnectAttachment :: ConnectAttachment
- connectAttachment_attachment :: Lens' ConnectAttachment (Maybe Attachment)
- connectAttachment_options :: Lens' ConnectAttachment (Maybe ConnectAttachmentOptions)
- connectAttachment_transportAttachmentId :: Lens' ConnectAttachment (Maybe Text)
Documentation
data ConnectAttachment Source #
Describes a core network Connect attachment.
See: newConnectAttachment smart constructor.
Constructors
| ConnectAttachment' | |
Fields
| |
Instances
newConnectAttachment :: ConnectAttachment Source #
Create a value of ConnectAttachment 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:attachment:ConnectAttachment', connectAttachment_attachment - The attachment details.
$sel:options:ConnectAttachment', connectAttachment_options - Options for connecting an attachment.
$sel:transportAttachmentId:ConnectAttachment', connectAttachment_transportAttachmentId - The ID of the transport attachment.
connectAttachment_attachment :: Lens' ConnectAttachment (Maybe Attachment) Source #
The attachment details.
connectAttachment_options :: Lens' ConnectAttachment (Maybe ConnectAttachmentOptions) Source #
Options for connecting an attachment.
connectAttachment_transportAttachmentId :: Lens' ConnectAttachment (Maybe Text) Source #
The ID of the transport attachment.