AWS::Connect::NotificationResource Type definition for AWS::Connect::Notification
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | NotificationContent | Required |
InstanceArn | string | RequiredCreate-only |
ExpiresAt | string | Create-only |
Priority | string | Create-only |
Recipients | array | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) for the notification. |
CreatedAt | string | The time a notification was created |
Id | string | The identifier of the notification. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::Notification
Resources:
MyResource:
Type: AWS::Connect::Notification
Properties:
InstanceArn: "arn:aws:service:region:account:resource"
Content: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateNotificationconnect:TagResourceconnect:DescribeNotificationconnect:DeleteNotificationconnect:UntagResourceconnect:UpdateNotificationContentconnect:TagResourceconnect:UntagResourceconnect:ListNotificationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RecipientsInstanceArnExpiresAtPriority