Skip to main content

vpc_endpoint_connection_notifications

Retrieves a list of vpc_endpoint_connection_notifications in a region

Overview

Namevpc_endpoint_connection_notifications
TypeResource
Descriptionvpc_endpoint_connection_notifications
Idawscc.ec2.vpc_endpoint_connection_notifications

Fields

NameDatatypeDescription
vpc_endpoint_connection_notification_idstringVPC Endpoint Connection ID generated by service
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
vpc_endpoint_connection_notification_id
FROM awscc.ec2.vpc_endpoint_connection_notifications
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:CreateVpcEndpointConnectionNotification

List

ec2:DescribeVpcEndpointConnectionNotifications