Safe Haskell | None |
---|---|
Language | Haskell2010 |
Describes one or more of your virtual private gateways.
For more information about virtual private gateways, see Adding an IPsecHardware VPN to Your VPC in the Amazon Virtual Private Cloud User Guide.
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeVpnGateways.html
- data DescribeVpnGateways
- describeVpnGateways :: DescribeVpnGateways
- dvg2DryRun :: Lens' DescribeVpnGateways (Maybe Bool)
- dvg2Filters :: Lens' DescribeVpnGateways [Filter]
- dvg2VpnGatewayIds :: Lens' DescribeVpnGateways [Text]
- data DescribeVpnGatewaysResponse
- describeVpnGatewaysResponse :: DescribeVpnGatewaysResponse
- dvgrVpnGateways :: Lens' DescribeVpnGatewaysResponse [VpnGateway]
Request
Request constructor
describeVpnGateways :: DescribeVpnGateways Source
DescribeVpnGateways
constructor.
The fields accessible through corresponding lenses are:
dvg2DryRun
::
Maybe
Bool
dvg2Filters
::
[Filter
]dvg2VpnGatewayIds
::
[Text
]
Request lenses
dvg2Filters :: Lens' DescribeVpnGateways [Filter] Source
One or more filters.
'attachment.state' - The current state of the attachment between the gateway
and the VPC (attaching
| attached
| detaching
| detached
).
'attachment.vpc-id' - The ID of an attached VPC.
'availability-zone' - The Availability Zone for the virtual private gateway.
state
- The state of the virtual private gateway (pending
| available
| deleting
| deleted
).
tag
:key=value - The key/value combination of a tag assigned to the
resource.
'tag-key' - The key of a tag assigned to the resource. This filter is
independent of the 'tag-value' filter. For example, if you use both the filter
"tag-key=Purpose" and the filter "tag-value=X", you get any resources
assigned both the tag key Purpose (regardless of what the tag's value is),
and the tag value X (regardless of what the tag's key is). If you want to
list only resources where Purpose is X, see the tag
:key=value filter.
'tag-value' - The value of a tag assigned to the resource. This filter is independent of the 'tag-key' filter.
'type' - The type of virtual private gateway. Currently the only supported type is 'ipsec.1'.
'vpn-gateway-id' - The ID of the virtual private gateway.
dvg2VpnGatewayIds :: Lens' DescribeVpnGateways [Text] Source
One or more virtual private gateway IDs.
Default: Describes all your virtual private gateways.
Response
Response constructor
describeVpnGatewaysResponse :: DescribeVpnGatewaysResponse Source
DescribeVpnGatewaysResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dvgrVpnGateways :: Lens' DescribeVpnGatewaysResponse [VpnGateway] Source
Information about one or more virtual private gateways.