AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::VPCEndpointConnectionNotification

EC2 VPCEndpointConnectionNotification

Resource Type definition for AWS::EC2::VPCEndpointConnectionNotification

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectionEvents
Array<string>
Required
ConnectionNotificationArn
string
Required
ServiceId
string
Create-only
VPCEndpointId
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
VPCEndpointConnectionNotificationIdstringVPC Endpoint Connection ID generated by service

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::VPCEndpointConnectionNotification

Resources:
  MyResource:
    Type: AWS::EC2::VPCEndpointConnectionNotification
    Properties:
      ConnectionEvents: []
      ConnectionNotificationArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

ec2:DescribeVpcEndpointConnectionNotifications

create

ec2:CreateVpcEndpointConnectionNotificationec2:DescribeVpcEndpointConnectionNotifications

update

ec2:ModifyVpcEndpointConnectionNotificationec2:DescribeVpcEndpointConnectionNotifications

list

ec2:DescribeVpcEndpointConnectionNotifications

delete

ec2:DeleteVpcEndpointConnectionNotificationsec2:DescribeVpcEndpointConnectionNotifications

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties5
Required2
TaggingNot supported
Primary IDVPCEndpointConnectionNotificationId

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ServiceIdVPCEndpointId

External Links