vpc_endpoint_services
Retrieves a list of vpc_endpoint_services
in a region
Overview
Name | vpc_endpoint_services |
Type | Resource |
Description | vpc_endpoint_services |
Id | awscc.ec2.vpc_endpoint_services |
Fields
Name | Datatype | Description |
---|---|---|
service_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
service_id
FROM awscc.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