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
DescriptionResource Type definition for AWS::EC2::VPCEndpointConnectionNotification
Idaws.ec2.vpc_endpoint_connection_notifications

Fields

NameDatatypeDescription
vpc_endpoint_connection_notification_idstringVPC Endpoint Connection ID generated by service
regionstringAWS region.

Methods

NameAccessible byRequired Params
create_resourceINSERTdata__DesiredState, region
list_resourceSELECTregion

SELECT Example

SELECT
region,
vpc_endpoint_connection_notification_id
FROM aws.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