| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
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.
- data RouteTable = RouteTable {}
 - routeTable :: Val Text -> RouteTable
 - rtVpcId :: Lens' RouteTable (Val Text)
 - rtTags :: Lens' RouteTable (Maybe [ResourceTag])
 
Documentation
data RouteTable Source #
Full data type definition for RouteTable. See routeTable for a more
 convenient constructor.
Constructors
| RouteTable | |
Fields  | |
Instances
Arguments
| :: Val Text | |
| -> 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.