amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.RouteTable

Description

 
Synopsis

Documentation

data RouteTable Source #

Describes a route table.

See: newRouteTable smart constructor.

Constructors

RouteTable' 

Fields

Instances

Instances details
FromXML RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

Generic RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

Associated Types

type Rep RouteTable :: Type -> Type #

Read RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

Show RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

NFData RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

Methods

rnf :: RouteTable -> () #

Eq RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

Hashable RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

type Rep RouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTable

newRouteTable :: RouteTable Source #

Create a value of RouteTable 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:associations:RouteTable', routeTable_associations - The associations between the route table and one or more subnets or a gateway.

$sel:ownerId:RouteTable', routeTable_ownerId - The ID of the Amazon Web Services account that owns the route table.

$sel:propagatingVgws:RouteTable', routeTable_propagatingVgws - Any virtual private gateway (VGW) propagating routes.

RouteTable, routeTable_routeTableId - The ID of the route table.

$sel:routes:RouteTable', routeTable_routes - The routes in the route table.

$sel:tags:RouteTable', routeTable_tags - Any tags assigned to the route table.

$sel:vpcId:RouteTable', routeTable_vpcId - The ID of the VPC.

routeTable_associations :: Lens' RouteTable (Maybe [RouteTableAssociation]) Source #

The associations between the route table and one or more subnets or a gateway.

routeTable_ownerId :: Lens' RouteTable (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the route table.

routeTable_propagatingVgws :: Lens' RouteTable (Maybe [PropagatingVgw]) Source #

Any virtual private gateway (VGW) propagating routes.

routeTable_routeTableId :: Lens' RouteTable (Maybe Text) Source #

The ID of the route table.

routeTable_routes :: Lens' RouteTable (Maybe [Route]) Source #

The routes in the route table.

routeTable_tags :: Lens' RouteTable (Maybe [Tag]) Source #

Any tags assigned to the route table.