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 TransitGatewayConnect = TransitGatewayConnect' {}
- newTransitGatewayConnect :: TransitGatewayConnect
- transitGatewayConnect_creationTime :: Lens' TransitGatewayConnect (Maybe UTCTime)
- transitGatewayConnect_options :: Lens' TransitGatewayConnect (Maybe TransitGatewayConnectOptions)
- transitGatewayConnect_state :: Lens' TransitGatewayConnect (Maybe TransitGatewayAttachmentState)
- transitGatewayConnect_tags :: Lens' TransitGatewayConnect (Maybe [Tag])
- transitGatewayConnect_transitGatewayAttachmentId :: Lens' TransitGatewayConnect (Maybe Text)
- transitGatewayConnect_transitGatewayId :: Lens' TransitGatewayConnect (Maybe Text)
- transitGatewayConnect_transportTransitGatewayAttachmentId :: Lens' TransitGatewayConnect (Maybe Text)
Documentation
data TransitGatewayConnect Source #
Describes a transit gateway Connect attachment.
See: newTransitGatewayConnect
smart constructor.
TransitGatewayConnect' | |
|
Instances
newTransitGatewayConnect :: TransitGatewayConnect Source #
Create a value of TransitGatewayConnect
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:creationTime:TransitGatewayConnect'
, transitGatewayConnect_creationTime
- The creation time.
$sel:options:TransitGatewayConnect'
, transitGatewayConnect_options
- The Connect attachment options.
$sel:state:TransitGatewayConnect'
, transitGatewayConnect_state
- The state of the attachment.
$sel:tags:TransitGatewayConnect'
, transitGatewayConnect_tags
- The tags for the attachment.
$sel:transitGatewayAttachmentId:TransitGatewayConnect'
, transitGatewayConnect_transitGatewayAttachmentId
- The ID of the Connect attachment.
$sel:transitGatewayId:TransitGatewayConnect'
, transitGatewayConnect_transitGatewayId
- The ID of the transit gateway.
$sel:transportTransitGatewayAttachmentId:TransitGatewayConnect'
, transitGatewayConnect_transportTransitGatewayAttachmentId
- The ID of the attachment from which the Connect attachment was created.
transitGatewayConnect_creationTime :: Lens' TransitGatewayConnect (Maybe UTCTime) Source #
The creation time.
transitGatewayConnect_options :: Lens' TransitGatewayConnect (Maybe TransitGatewayConnectOptions) Source #
The Connect attachment options.
transitGatewayConnect_state :: Lens' TransitGatewayConnect (Maybe TransitGatewayAttachmentState) Source #
The state of the attachment.
transitGatewayConnect_tags :: Lens' TransitGatewayConnect (Maybe [Tag]) Source #
The tags for the attachment.
transitGatewayConnect_transitGatewayAttachmentId :: Lens' TransitGatewayConnect (Maybe Text) Source #
The ID of the Connect attachment.
transitGatewayConnect_transitGatewayId :: Lens' TransitGatewayConnect (Maybe Text) Source #
The ID of the transit gateway.
transitGatewayConnect_transportTransitGatewayAttachmentId :: Lens' TransitGatewayConnect (Maybe Text) Source #
The ID of the attachment from which the Connect attachment was created.