Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
See: AWS API Reference for EnableVGWRoutePropagation.
- enableVGWRoutePropagation :: Text -> Text -> EnableVGWRoutePropagation
- data EnableVGWRoutePropagation
- evrpRouteTableId :: Lens' EnableVGWRoutePropagation Text
- evrpGatewayId :: Lens' EnableVGWRoutePropagation Text
- enableVGWRoutePropagationResponse :: EnableVGWRoutePropagationResponse
- data EnableVGWRoutePropagationResponse
Creating a Request
enableVGWRoutePropagation Source
Creates a value of EnableVGWRoutePropagation
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnableVGWRoutePropagation Source
See: enableVGWRoutePropagation
smart constructor.
Request Lenses
evrpRouteTableId :: Lens' EnableVGWRoutePropagation Text Source
The ID of the route table.
evrpGatewayId :: Lens' EnableVGWRoutePropagation Text Source
The ID of the virtual private gateway.
Destructuring the Response
enableVGWRoutePropagationResponse :: EnableVGWRoutePropagationResponse Source
Creates a value of EnableVGWRoutePropagationResponse
with the minimum fields required to make a request.
data EnableVGWRoutePropagationResponse Source
See: enableVGWRoutePropagationResponse
smart constructor.