Skip to main content

vpc_endpoint_service_tags

Expands all tag keys and values for vpc_endpoint_services in a region

Overview

Namevpc_endpoint_service_tags
TypeResource
DescriptionResource Type definition for AWS::EC2::VPCEndpointService
Idaws.ec2.vpc_endpoint_service_tags

Fields

NameDatatypeDescription
network_load_balancer_arnsarray
contributor_insights_enabledboolean
payer_responsibilitystring
service_idstring
acceptance_requiredboolean
gateway_load_balancer_arnsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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