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

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 Amazon Virtual Private Cloud User Guide.

Synopsis

Creating a Request

associateRouteTable Source

Creates a value of AssociateRouteTable with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

artDryRun :: Lens' AssociateRouteTable (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

artRouteTableId :: Lens' AssociateRouteTable Text Source

The ID of the route table.

Destructuring the Response

associateRouteTableResponse Source

Creates a value of AssociateRouteTableResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

artrsAssociationId :: Lens' AssociateRouteTableResponse (Maybe Text) Source

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