AWS::EC2::VPCEndpointConnectionNotificationResource Type definition for AWS::EC2::VPCEndpointConnectionNotification
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectionEvents | Array<string> | Required |
ConnectionNotificationArn | string | Required |
ServiceId | string | Create-only |
VPCEndpointId | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
VPCEndpointConnectionNotificationId | string | VPC Endpoint Connection ID generated by service |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:DescribeVpcEndpointConnectionNotificationsec2:CreateVpcEndpointConnectionNotificationec2:DescribeVpcEndpointConnectionNotificationsec2:ModifyVpcEndpointConnectionNotificationec2:DescribeVpcEndpointConnectionNotificationsec2:DescribeVpcEndpointConnectionNotificationsec2:DeleteVpcEndpointConnectionNotificationsec2:DescribeVpcEndpointConnectionNotificationsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicVPCEndpointConnectionNotificationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServiceIdVPCEndpointId