Skip to main content

vpc_endpoint_connection_notification

Gets or updates an individual vpc_endpoint_connection_notification resource, use vpc_endpoint_connection_notifications to retrieve a list of resources or to create or delete a resource.

Overview

Namevpc_endpoint_connection_notification
TypeResource
DescriptionResource Type definition for AWS::EC2::VPCEndpointConnectionNotification
Idaws.ec2.vpc_endpoint_connection_notification

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
update_resourceUPDATEdata__Identifier, data__PatchDocument, region
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
vpc_endpoint_connection_notification_id,
connection_events,
connection_notification_arn,
service_id,
vpc_endpoint_id
FROM aws.ec2.vpc_endpoint_connection_notification
WHERE region = 'us-east-1' AND data__Identifier = '<VPCEndpointConnectionNotificationId>';

Permissions

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

Read

ec2:DescribeVpcEndpointConnectionNotifications

Update

ec2:ModifyVpcEndpointConnectionNotification,
ec2:DescribeVpcEndpointConnectionNotifications