Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
:: 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.