aws::vpc-endpoint-service¶
Query vpc endpoint service.
Example¶
endpoint-service: $(external-query aws::vpc-endpoint-service { service-name: ''})
Attributes¶
| Attribute | Description |
|---|---|
| service-name | The name of the service. |
| service-id | The ID of the service. |
| service-state | The state of the service . Valid values are Pending or Available or Deleting or Deleted or Failed. |
| 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. |