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 LocalGatewayRouteTable = LocalGatewayRouteTable' {}
- newLocalGatewayRouteTable :: LocalGatewayRouteTable
- localGatewayRouteTable_localGatewayId :: Lens' LocalGatewayRouteTable (Maybe Text)
- localGatewayRouteTable_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTable (Maybe Text)
- localGatewayRouteTable_localGatewayRouteTableId :: Lens' LocalGatewayRouteTable (Maybe Text)
- localGatewayRouteTable_mode :: Lens' LocalGatewayRouteTable (Maybe LocalGatewayRouteTableMode)
- localGatewayRouteTable_outpostArn :: Lens' LocalGatewayRouteTable (Maybe Text)
- localGatewayRouteTable_ownerId :: Lens' LocalGatewayRouteTable (Maybe Text)
- localGatewayRouteTable_state :: Lens' LocalGatewayRouteTable (Maybe Text)
- localGatewayRouteTable_stateReason :: Lens' LocalGatewayRouteTable (Maybe StateReason)
- localGatewayRouteTable_tags :: Lens' LocalGatewayRouteTable (Maybe [Tag])
Documentation
data LocalGatewayRouteTable Source #
Describes a local gateway route table.
See: newLocalGatewayRouteTable
smart constructor.
LocalGatewayRouteTable' | |
|
Instances
newLocalGatewayRouteTable :: LocalGatewayRouteTable Source #
Create a value of LocalGatewayRouteTable
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:localGatewayId:LocalGatewayRouteTable'
, localGatewayRouteTable_localGatewayId
- The ID of the local gateway.
$sel:localGatewayRouteTableArn:LocalGatewayRouteTable'
, localGatewayRouteTable_localGatewayRouteTableArn
- The Amazon Resource Name (ARN) of the local gateway route table.
$sel:localGatewayRouteTableId:LocalGatewayRouteTable'
, localGatewayRouteTable_localGatewayRouteTableId
- The ID of the local gateway route table.
$sel:mode:LocalGatewayRouteTable'
, localGatewayRouteTable_mode
- The mode of the local gateway route table.
$sel:outpostArn:LocalGatewayRouteTable'
, localGatewayRouteTable_outpostArn
- The Amazon Resource Name (ARN) of the Outpost.
$sel:ownerId:LocalGatewayRouteTable'
, localGatewayRouteTable_ownerId
- The ID of the Amazon Web Services account that owns the local gateway
route table.
$sel:state:LocalGatewayRouteTable'
, localGatewayRouteTable_state
- The state of the local gateway route table.
$sel:stateReason:LocalGatewayRouteTable'
, localGatewayRouteTable_stateReason
- Information about the state change.
$sel:tags:LocalGatewayRouteTable'
, localGatewayRouteTable_tags
- The tags assigned to the local gateway route table.
localGatewayRouteTable_localGatewayId :: Lens' LocalGatewayRouteTable (Maybe Text) Source #
The ID of the local gateway.
localGatewayRouteTable_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTable (Maybe Text) Source #
The Amazon Resource Name (ARN) of the local gateway route table.
localGatewayRouteTable_localGatewayRouteTableId :: Lens' LocalGatewayRouteTable (Maybe Text) Source #
The ID of the local gateway route table.
localGatewayRouteTable_mode :: Lens' LocalGatewayRouteTable (Maybe LocalGatewayRouteTableMode) Source #
The mode of the local gateway route table.
localGatewayRouteTable_outpostArn :: Lens' LocalGatewayRouteTable (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Outpost.
localGatewayRouteTable_ownerId :: Lens' LocalGatewayRouteTable (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the local gateway route table.
localGatewayRouteTable_state :: Lens' LocalGatewayRouteTable (Maybe Text) Source #
The state of the local gateway route table.
localGatewayRouteTable_stateReason :: Lens' LocalGatewayRouteTable (Maybe StateReason) Source #
Information about the state change.
localGatewayRouteTable_tags :: Lens' LocalGatewayRouteTable (Maybe [Tag]) Source #
The tags assigned to the local gateway route table.