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
| Name | vpc_endpoint_connection_notifications_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::EC2::VPCEndpointConnectionNotification |
| Id | aws.ec2.vpc_endpoint_connection_notifications_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
vpc_endpoint_connection_notification_id | string | VPC Endpoint Connection ID generated by service |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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