stratosphere-0.1.6: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.InternetGateway

Description

Creates a new Internet gateway in your AWS account. After creating the Internet gateway, you then attach it to a VPC.

Synopsis

Documentation

data InternetGateway Source #

Full data type definition for InternetGateway. See internetGateway for a more convenient constructor.

internetGateway :: InternetGateway Source #

Constructor for InternetGateway containing required fields as arguments.

igTags :: Lens' InternetGateway (Maybe [ResourceTag]) Source #

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