Skip to main content

vpc_endpoint_services_list_only

Lists vpc_endpoint_services in a region or regions, for all properties use vpc_endpoint_services

Overview

Namevpc_endpoint_services_list_only
TypeResource
DescriptionResource Type definition for AWS::EC2::VPCEndpointService
Idaws.ec2.vpc_endpoint_services_list_only

Fields

NameDatatypeDescription
network_load_balancer_arnsarray
contributor_insights_enabledboolean
payer_responsibilitystring
service_idstring
acceptance_requiredboolean
gateway_load_balancer_arnsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all vpc_endpoint_services in a region.

SELECT
region,
service_id
FROM aws.ec2.vpc_endpoint_services_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vpc_endpoint_services_list_only resource, see vpc_endpoint_services