Safe Haskell | None |
---|---|
Language | Haskell2010 |
Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.
- data DisableVgwRoutePropagation
- disableVgwRoutePropagation :: Text -> Text -> DisableVgwRoutePropagation
- dvrpGatewayId :: Lens' DisableVgwRoutePropagation Text
- dvrpRouteTableId :: Lens' DisableVgwRoutePropagation Text
- data DisableVgwRoutePropagationResponse
- disableVgwRoutePropagationResponse :: DisableVgwRoutePropagationResponse
Request
data DisableVgwRoutePropagation Source
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.