amazonka-ec2-0.3.2: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.AttachInternetGateway

Contents

Description

Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC. For more information about your VPC and Internet gateway, see the Amazon Virtual Private Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-AttachInternetGateway.html

Synopsis

Request

Request constructor

attachInternetGateway Source

AttachInternetGateway constructor.

The fields accessible through corresponding lenses are:

Request lenses

aigInternetGatewayId :: Lens' AttachInternetGateway Text Source

The ID of the Internet gateway.

aigVpcId :: Lens' AttachInternetGateway Text Source

The ID of the VPC.

Response

Response constructor