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 TransitGatewayRouteAttachment = TransitGatewayRouteAttachment' {}
- newTransitGatewayRouteAttachment :: TransitGatewayRouteAttachment
- transitGatewayRouteAttachment_resourceId :: Lens' TransitGatewayRouteAttachment (Maybe Text)
- transitGatewayRouteAttachment_resourceType :: Lens' TransitGatewayRouteAttachment (Maybe TransitGatewayAttachmentResourceType)
- transitGatewayRouteAttachment_transitGatewayAttachmentId :: Lens' TransitGatewayRouteAttachment (Maybe Text)
Documentation
data TransitGatewayRouteAttachment Source #
Describes a route attachment.
See: newTransitGatewayRouteAttachment
smart constructor.
TransitGatewayRouteAttachment' | |
|
Instances
newTransitGatewayRouteAttachment :: TransitGatewayRouteAttachment Source #
Create a value of TransitGatewayRouteAttachment
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:resourceId:TransitGatewayRouteAttachment'
, transitGatewayRouteAttachment_resourceId
- The ID of the resource.
$sel:resourceType:TransitGatewayRouteAttachment'
, transitGatewayRouteAttachment_resourceType
- The resource type. Note that the tgw-peering
resource type has been
deprecated.
$sel:transitGatewayAttachmentId:TransitGatewayRouteAttachment'
, transitGatewayRouteAttachment_transitGatewayAttachmentId
- The ID of the attachment.
transitGatewayRouteAttachment_resourceId :: Lens' TransitGatewayRouteAttachment (Maybe Text) Source #
The ID of the resource.
transitGatewayRouteAttachment_resourceType :: Lens' TransitGatewayRouteAttachment (Maybe TransitGatewayAttachmentResourceType) Source #
The resource type. Note that the tgw-peering
resource type has been
deprecated.
transitGatewayRouteAttachment_transitGatewayAttachmentId :: Lens' TransitGatewayRouteAttachment (Maybe Text) Source #
The ID of the attachment.