stratosphere-0.1.6: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.SubnetRouteTableAssociation

Description

Associates a subnet with a route table.

Synopsis

Documentation

data SubnetRouteTableAssociation Source #

Full data type definition for SubnetRouteTableAssociation. See subnetRouteTableAssociation for a more convenient constructor.

Instances

Show SubnetRouteTableAssociation Source # 
Generic SubnetRouteTableAssociation Source # 
FromJSON SubnetRouteTableAssociation Source # 
ToJSON SubnetRouteTableAssociation Source # 
type Rep SubnetRouteTableAssociation Source # 
type Rep SubnetRouteTableAssociation = D1 (MetaData "SubnetRouteTableAssociation" "Stratosphere.Resources.SubnetRouteTableAssociation" "stratosphere-0.1.6-LbRvRulwTkCDVIpKnpH4uK" False) (C1 (MetaCons "SubnetRouteTableAssociation" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_subnetRouteTableAssociationRouteTableId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_subnetRouteTableAssociationSubnetId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text)))))

srtaRouteTableId :: Lens' SubnetRouteTableAssociation (Val Text) Source #

The ID of the route table. This is commonly written as a reference to a route table declared elsewhere in the template. For example:

srtaSubnetId :: Lens' SubnetRouteTableAssociation (Val Text) Source #

The ID of the subnet. This is commonly written as a reference to a subnet declared elsewhere in the template. For example: