AWS::Connect::Notification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Connect::Notification

Contains information about a notification, including its content, priority, recipients, and metadata.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Connect::Notification", "Properties" : { "Content" : NotificationContent, "ExpiresAt" : String, "InstanceArn" : String, "Priority" : String, "Recipients" : [ String, ... ], "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Connect::Notification Properties: Content: NotificationContent ExpiresAt: String InstanceArn: String Priority: String Recipients: - String Tags: - Tag

Properties

Content

The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale.

Required: Yes

Type: NotificationContent

Update requires: No interruption

ExpiresAt

The timestamp when the notification expires and is no longer displayed to users.

Required: No

Type: String

Pattern: ^[0-9]+$

Update requires: Replacement

InstanceArn

The Amazon Resource Name (ARN) of the instance.

Required: Yes

Type: String

Pattern: ^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$

Update requires: Replacement

Priority

The priority level of the notification. Valid values are URGENT, HIGH, and LOW.

Required: No

Type: String

Allowed values: HIGH | LOW

Update requires: Replacement

Recipients

A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Maximum of 200 recipients.

Required: No

Type: Array of String

Maximum: 200

Update requires: Replacement

Tags

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Required: No

Type: Array of Tag

Maximum: 200

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the notification ARN.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

Arn

The Amazon Resource Name (ARN) of the notification.

CreatedAt

The timestamp when the notification was created.

Id

The unique identifier for the notification.