aws::vpc-endpoint¶
Query vpc endpoint.
Example¶
endpoint: $(external-query aws::vpc-endpoint { service-name: ''})
Attributes¶
Attribute | Description |
---|---|
service-name | The name of the service. |
vpc-id | The ID of the VPC in which the endpoint resides. |
vpc-endpoint-id | The ID of the endpoint. |
vpc-endpoint-state | The state of the endpoint. 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. |