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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DisableVgwRoutePropagation

Contents

Description

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

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

Synopsis

Request

Request constructor

disableVgwRoutePropagation Source

DisableVgwRoutePropagation constructor.

The fields accessible through corresponding lenses are:

Request lenses

dvrpGatewayId :: Lens' DisableVgwRoutePropagation Text Source

The ID of the virtual private gateway.

dvrpRouteTableId :: Lens' DisableVgwRoutePropagation Text Source

The ID of the route table.

Response

Response constructor