stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.RouteTable

Description

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

Synopsis

Documentation

data RouteTable Source

Full data type definition for RouteTable. See routeTable for a more convenient constructor.

routeTable Source

Arguments

:: Val Text

rtVpcId

-> RouteTable 

Constructor for RouteTable containing required fields as arguments.

rtVpcId :: Lens' RouteTable (Val Text) Source

The ID of the VPC where the route table will be created. Example: vpc-11ad4878

rtTags :: Lens' RouteTable (Maybe [ResourceTag]) Source

An arbitrary set of tags (key–value pairs) for this route table.