aws::vpn-gateway¶
Query vpn gateway.
Example¶
vpn-gateway: $(external-query aws::vpn-gateway { vpn-gateway-id: ''})
Attributes¶
| Attribute | Description |
|---|---|
| amazon-side-asn | The Autonomous System Number (ASN) for the Amazon side of the gateway. |
| attachment-state | The current state of the attachment between the gateway and the VPC . Valid values are attaching or attached or detaching or detached. |
| attachment-vpc-id | The ID of an attached VPC. |
| availability-zone | The Availability Zone for the virtual private gateway (if applicable). |
| state | The state of the virtual private gateway . Valid values are pending or available or deleting or deleted. |
| tag map | The key/value combination of a tag assigned to the resource. |
| tag-key | The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. |
| 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. |