Skip to main content

vpc_endpoint_services

Retrieves a list of vpc_endpoint_services in a region

Overview

Namevpc_endpoint_services
TypeResource
DescriptionResource Type definition for AWS::EC2::VPCEndpointService
Idaws.ec2.vpc_endpoint_services

Fields

NameDatatypeDescription
service_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
create_resourceINSERTdata__DesiredState, region
list_resourceSELECTregion

SELECT Example

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

Permissions

To operate on the vpc_endpoint_services resource, the following permissions are required:

Create

ec2:CreateVpcEndpointServiceConfiguration,
ec2:ModifyVpcEndpointServiceConfiguration,
ec2:ModifyVpcEndpointServicePayerResponsibility,
cloudwatch:ListManagedInsightRules,
cloudwatch:DeleteInsightRules,
cloudwatch:PutManagedInsightRules,
ec2:DescribeVpcEndpointServiceConfigurations

List

ec2:DescribeVpcEndpointServiceConfigurations,
cloudwatch:ListManagedInsightRules