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 TransitGatewayRouteTableAttachment = TransitGatewayRouteTableAttachment' {}
- newTransitGatewayRouteTableAttachment :: TransitGatewayRouteTableAttachment
- transitGatewayRouteTableAttachment_attachment :: Lens' TransitGatewayRouteTableAttachment (Maybe Attachment)
- transitGatewayRouteTableAttachment_peeringId :: Lens' TransitGatewayRouteTableAttachment (Maybe Text)
- transitGatewayRouteTableAttachment_transitGatewayRouteTableArn :: Lens' TransitGatewayRouteTableAttachment (Maybe Text)
Documentation
data TransitGatewayRouteTableAttachment Source #
Describes a transit gateway route table attachment.
See: newTransitGatewayRouteTableAttachment
smart constructor.
TransitGatewayRouteTableAttachment' | |
|
Instances
newTransitGatewayRouteTableAttachment :: TransitGatewayRouteTableAttachment Source #
Create a value of TransitGatewayRouteTableAttachment
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:TransitGatewayRouteTableAttachment'
, transitGatewayRouteTableAttachment_attachment
- Undocumented member.
$sel:peeringId:TransitGatewayRouteTableAttachment'
, transitGatewayRouteTableAttachment_peeringId
- The ID of the peering attachment.
$sel:transitGatewayRouteTableArn:TransitGatewayRouteTableAttachment'
, transitGatewayRouteTableAttachment_transitGatewayRouteTableArn
- The ARN of the transit gateway attachment route table.
transitGatewayRouteTableAttachment_attachment :: Lens' TransitGatewayRouteTableAttachment (Maybe Attachment) Source #
Undocumented member.
transitGatewayRouteTableAttachment_peeringId :: Lens' TransitGatewayRouteTableAttachment (Maybe Text) Source #
The ID of the peering attachment.
transitGatewayRouteTableAttachment_transitGatewayRouteTableArn :: Lens' TransitGatewayRouteTableAttachment (Maybe Text) Source #
The ARN of the transit gateway attachment route table.