aws::internet-gateway¶
Query internet gateway.
Example¶
internet-gateway: $(external-query aws::internet-gateway { internet-gateway-id: ''})
Attributes¶
Attribute | Description |
---|---|
attachment-state | The current state of the attachment between the gateway and the VPC ( available). Present only if a VPC is attached. |
attachment-vpc-id | The ID of an attached VPC. |
internet-gateway-id | The ID of the Internet gateway. |
owner-id | The ID of the AWS account that owns the internet gateway. |
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. |