Skip to main content

vpc_endpoint_service

Gets an individual vpc_endpoint_service resource

Overview

Namevpc_endpoint_service
TypeResource
Descriptionvpc_endpoint_service
Idawscc.ec2.vpc_endpoint_service

Fields

NameDatatypeDescription
network_load_balancer_arnsarray
contributor_insights_enabledboolean
payer_responsibilitystring
service_idstring
acceptance_requiredboolean
gateway_load_balancer_arnsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
network_load_balancer_arns,
contributor_insights_enabled,
payer_responsibility,
service_id,
acceptance_required,
gateway_load_balancer_arns
FROM awscc.ec2.vpc_endpoint_service
WHERE data__Identifier = '<ServiceId>';

Permissions

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

Update

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

Read

ec2:DescribeVpcEndpointServiceConfigurations,
cloudwatch:ListManagedInsightRules

Delete

ec2:DeleteVpcEndpointServiceConfigurations,
ec2:DescribeVpcEndpointServiceConfigurations,
cloudwatch:ListManagedInsightRules,
cloudwatch:DeleteInsightRules