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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CreateRouteTable

Contents

Description

Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.

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-CreateRouteTable.html

Synopsis

Request

Request constructor

createRouteTable Source

CreateRouteTable constructor.

The fields accessible through corresponding lenses are:

Request lenses

Response

Response constructor

createRouteTableResponse :: CreateRouteTableResponse Source

CreateRouteTableResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

crtrRouteTable :: Lens' CreateRouteTableResponse (Maybe RouteTable) Source

Information about the route table.