Skip to main content

vpc_endpoint_connection_notification

Gets an individual vpc_endpoint_connection_notification resource

Overview

Namevpc_endpoint_connection_notification
TypeResource
Descriptionvpc_endpoint_connection_notification
Idawscc.ec2.vpc_endpoint_connection_notification

Fields

NameDatatypeDescription
vpc_endpoint_connection_notification_idstringVPC Endpoint Connection ID generated by service
connection_eventsarrayThe endpoint events for which to receive notifications.
connection_notification_arnstringThe ARN of the SNS topic for the notifications.
service_idstringThe ID of the endpoint service.
vpc_endpoint_idstringThe ID of the endpoint.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
vpc_endpoint_connection_notification_id,
connection_events,
connection_notification_arn,
service_id,
vpc_endpoint_id
FROM awscc.ec2.vpc_endpoint_connection_notification
WHERE data__Identifier = '<VPCEndpointConnectionNotificationId>';

Permissions

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

Read

ec2:DescribeVpcEndpointConnectionNotifications

Update

ec2:ModifyVpcEndpointConnectionNotification,
ec2:DescribeVpcEndpointConnectionNotifications

Delete

ec2:DeleteVpcEndpointConnectionNotifications