vpc_endpoint_service_tags
Expands all tag keys and values for vpc_endpoint_services
in a region
Overview
Name | vpc_endpoint_service_tags |
Type | Resource |
Description | Resource Type definition for AWS::EC2::VPCEndpointService |
Id | aws.ec2.vpc_endpoint_service_tags |
Fields
Name | Datatype | Description |
---|---|---|
network_load_balancer_arns | array | |
contributor_insights_enabled | boolean | |
payer_responsibility | string | |
service_id | string | |
acceptance_required | boolean | |
gateway_load_balancer_arns | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all vpc_endpoint_services
in a region.
SELECT
region,
network_load_balancer_arns,
contributor_insights_enabled,
payer_responsibility,
service_id,
acceptance_required,
gateway_load_balancer_arns,
tag_key,
tag_value
FROM aws.ec2.vpc_endpoint_service_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_endpoint_service_tags
resource, see vpc_endpoint_services