amazonka-ec2-0.0.7: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.AssociateRouteTable

Contents

Description

Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table from the subnet later. A route table can be associated with multiple subnets.

For more information about route tables, see Route Tables in the AmazonVirtual Private Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-AssociateRouteTable.html

Synopsis

Request

Request constructor

associateRouteTable Source

AssociateRouteTable constructor.

The fields accessible through corresponding lenses are:

Request lenses

artRouteTableId :: Lens' AssociateRouteTable Text Source

The ID of the route table.

Response

Response constructor

associateRouteTableResponse :: AssociateRouteTableResponse Source

AssociateRouteTableResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

artrAssociationId :: Lens' AssociateRouteTableResponse (Maybe Text) Source

The route table association ID (needed to disassociate the route table).