vpc_endpoint_service
Gets an individual vpc_endpoint_service
resource
Overview
Name | vpc_endpoint_service |
Type | Resource |
Description | vpc_endpoint_service |
Id | awscc.ec2.vpc_endpoint_service |
Fields
Name | Datatype | Description |
---|---|---|
network_load_balancer_arns | array | |
contributor_insights_enabled | boolean | |
payer_responsibility | string | |
service_id | string | |
acceptance_required | boolean | |
gateway_load_balancer_arns | array | |
region | string | AWS 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