| 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.TransitGatewayRouteTable
Description
Synopsis
- data TransitGatewayRouteTable = TransitGatewayRouteTable' {}
- newTransitGatewayRouteTable :: TransitGatewayRouteTable
- transitGatewayRouteTable_creationTime :: Lens' TransitGatewayRouteTable (Maybe UTCTime)
- transitGatewayRouteTable_defaultAssociationRouteTable :: Lens' TransitGatewayRouteTable (Maybe Bool)
- transitGatewayRouteTable_defaultPropagationRouteTable :: Lens' TransitGatewayRouteTable (Maybe Bool)
- transitGatewayRouteTable_state :: Lens' TransitGatewayRouteTable (Maybe TransitGatewayRouteTableState)
- transitGatewayRouteTable_tags :: Lens' TransitGatewayRouteTable (Maybe [Tag])
- transitGatewayRouteTable_transitGatewayId :: Lens' TransitGatewayRouteTable (Maybe Text)
- transitGatewayRouteTable_transitGatewayRouteTableId :: Lens' TransitGatewayRouteTable (Maybe Text)
Documentation
data TransitGatewayRouteTable Source #
Describes a transit gateway route table.
See: newTransitGatewayRouteTable smart constructor.
Constructors
| TransitGatewayRouteTable' | |
Fields
| |
Instances
newTransitGatewayRouteTable :: TransitGatewayRouteTable Source #
Create a value of TransitGatewayRouteTable 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:TransitGatewayRouteTable', transitGatewayRouteTable_creationTime - The creation time.
$sel:defaultAssociationRouteTable:TransitGatewayRouteTable', transitGatewayRouteTable_defaultAssociationRouteTable - Indicates whether this is the default association route table for the
transit gateway.
$sel:defaultPropagationRouteTable:TransitGatewayRouteTable', transitGatewayRouteTable_defaultPropagationRouteTable - Indicates whether this is the default propagation route table for the
transit gateway.
$sel:state:TransitGatewayRouteTable', transitGatewayRouteTable_state - The state of the transit gateway route table.
$sel:tags:TransitGatewayRouteTable', transitGatewayRouteTable_tags - Any tags assigned to the route table.
$sel:transitGatewayId:TransitGatewayRouteTable', transitGatewayRouteTable_transitGatewayId - The ID of the transit gateway.
$sel:transitGatewayRouteTableId:TransitGatewayRouteTable', transitGatewayRouteTable_transitGatewayRouteTableId - The ID of the transit gateway route table.
transitGatewayRouteTable_creationTime :: Lens' TransitGatewayRouteTable (Maybe UTCTime) Source #
The creation time.
transitGatewayRouteTable_defaultAssociationRouteTable :: Lens' TransitGatewayRouteTable (Maybe Bool) Source #
Indicates whether this is the default association route table for the transit gateway.
transitGatewayRouteTable_defaultPropagationRouteTable :: Lens' TransitGatewayRouteTable (Maybe Bool) Source #
Indicates whether this is the default propagation route table for the transit gateway.
transitGatewayRouteTable_state :: Lens' TransitGatewayRouteTable (Maybe TransitGatewayRouteTableState) Source #
The state of the transit gateway route table.
transitGatewayRouteTable_tags :: Lens' TransitGatewayRouteTable (Maybe [Tag]) Source #
Any tags assigned to the route table.
transitGatewayRouteTable_transitGatewayId :: Lens' TransitGatewayRouteTable (Maybe Text) Source #
The ID of the transit gateway.
transitGatewayRouteTable_transitGatewayRouteTableId :: Lens' TransitGatewayRouteTable (Maybe Text) Source #
The ID of the transit gateway route table.