vpc_endpoint_connection_notification
Gets an individual vpc_endpoint_connection_notification
resource
Overview
Name | vpc_endpoint_connection_notification |
Type | Resource |
Description | vpc_endpoint_connection_notification |
Id | awscc.ec2.vpc_endpoint_connection_notification |
Fields
Name | Datatype | Description |
---|---|---|
vpc_endpoint_connection_notification_id | string | VPC Endpoint Connection ID generated by service |
connection_events | array | The endpoint events for which to receive notifications. |
connection_notification_arn | string | The ARN of the SNS topic for the notifications. |
service_id | string | The ID of the endpoint service. |
vpc_endpoint_id | string | The ID of the endpoint. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
vpc_endpoint_connection_notification_id,
connection_events,
connection_notification_arn,
service_id,
vpc_endpoint_id
FROM awscc.ec2.vpc_endpoint_connection_notification
WHERE 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
Delete
ec2:DeleteVpcEndpointConnectionNotifications