stratosphere-0.1.3: 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.

Instances

Show RouteTable Source # 
Generic RouteTable Source # 

Associated Types

type Rep RouteTable :: * -> * #

ToJSON RouteTable Source # 
FromJSON RouteTable Source # 
type Rep RouteTable Source # 
type Rep RouteTable = D1 (MetaData "RouteTable" "Stratosphere.Resources.RouteTable" "stratosphere-0.1.3-HXdWlc1MCh5Gppf0ypvPw" False) (C1 (MetaCons "RouteTable" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_routeTableVpcId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_routeTableTags") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [ResourceTag])))))

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.