amazonka-ec2-0.3.6: 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

crtDryRun :: Lens' CreateRouteTable (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.

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.