vpc_endpoint_connection_notifications
Retrieves a list of vpc_endpoint_connection_notifications
in a region
Overview
Name | vpc_endpoint_connection_notifications |
Type | Resource |
Description | vpc_endpoint_connection_notifications |
Id | awscc.ec2.vpc_endpoint_connection_notifications |
Fields
Name | Datatype | Description |
---|---|---|
vpc_endpoint_connection_notification_id | string | VPC Endpoint Connection ID generated by service |
region | string | AWS 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