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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DisassociateRouteTable

Contents

Description

Disassociates a subnet from a route table.

After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route Tables in the Amazon VirtualPrivate Cloud User Guide.

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

Synopsis

Request

Request constructor

disassociateRouteTable Source

DisassociateRouteTable constructor.

The fields accessible through corresponding lenses are:

Request lenses

drtAssociationId :: Lens' DisassociateRouteTable Text Source

The association ID representing the current association between the route table and subnet.

Response

Response constructor