aws::nat-gateway¶
Query nat gateway.
Example¶
nat-gateway: $(external-query aws::nat-gateway { nat-gateway-id: ''})
Attributes¶
Attribute | Description |
---|---|
nat-gateway-id | The ID of the NAT gateway. |
state | The state of the NAT gateway . Valid values are pending or failed or available or deleting or deleted . |
subnet-id | The ID of the subnet in which the NAT gateway resides. |
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. |
vpc-id | The ID of the VPC in which the NAT gateway resides. |