Skip to main content

vpc_endpoint_connection_notifications_list_only

Lists vpc_endpoint_connection_notifications in a region or regions, for all properties use vpc_endpoint_connection_notifications

Overview

Namevpc_endpoint_connection_notifications_list_only
TypeResource
DescriptionResource Type definition for AWS::EC2::VPCEndpointConnectionNotification
Idaws.ec2.vpc_endpoint_connection_notifications_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all vpc_endpoint_connection_notifications in a region.

SELECT
region,
vpc_endpoint_connection_notification_id
FROM aws.ec2.vpc_endpoint_connection_notifications_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vpc_endpoint_connection_notifications_list_only resource, see vpc_endpoint_connection_notifications