| 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.EC2.Types.TransitGatewayRouteTableAssociation
Description
Synopsis
- data TransitGatewayRouteTableAssociation = TransitGatewayRouteTableAssociation' {}
- newTransitGatewayRouteTableAssociation :: TransitGatewayRouteTableAssociation
- transitGatewayRouteTableAssociation_resourceId :: Lens' TransitGatewayRouteTableAssociation (Maybe Text)
- transitGatewayRouteTableAssociation_resourceType :: Lens' TransitGatewayRouteTableAssociation (Maybe TransitGatewayAttachmentResourceType)
- transitGatewayRouteTableAssociation_state :: Lens' TransitGatewayRouteTableAssociation (Maybe TransitGatewayAssociationState)
- transitGatewayRouteTableAssociation_transitGatewayAttachmentId :: Lens' TransitGatewayRouteTableAssociation (Maybe Text)
Documentation
data TransitGatewayRouteTableAssociation Source #
Describes an association between a route table and a resource attachment.
See: newTransitGatewayRouteTableAssociation smart constructor.
Constructors
| TransitGatewayRouteTableAssociation' | |
Fields
| |
Instances
newTransitGatewayRouteTableAssociation :: TransitGatewayRouteTableAssociation Source #
Create a value of TransitGatewayRouteTableAssociation 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:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_resourceId - The ID of the resource.
$sel:resourceType:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_resourceType - The resource type. Note that the tgw-peering resource type has been
deprecated.
$sel:state:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_state - The state of the association.
$sel:transitGatewayAttachmentId:TransitGatewayRouteTableAssociation', transitGatewayRouteTableAssociation_transitGatewayAttachmentId - The ID of the attachment.
transitGatewayRouteTableAssociation_resourceId :: Lens' TransitGatewayRouteTableAssociation (Maybe Text) Source #
The ID of the resource.
transitGatewayRouteTableAssociation_resourceType :: Lens' TransitGatewayRouteTableAssociation (Maybe TransitGatewayAttachmentResourceType) Source #
The resource type. Note that the tgw-peering resource type has been
deprecated.
transitGatewayRouteTableAssociation_state :: Lens' TransitGatewayRouteTableAssociation (Maybe TransitGatewayAssociationState) Source #
The state of the association.
transitGatewayRouteTableAssociation_transitGatewayAttachmentId :: Lens' TransitGatewayRouteTableAssociation (Maybe Text) Source #
The ID of the attachment.