AWS::Connect::Rule SendNotificationAction - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::Connect::Rule SendNotificationAction

Information about the send notification action.

Syntax

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

JSON

{ "Content" : String, "ContentType" : String, "DeliveryMethod" : String, "Recipient" : NotificationRecipientType, "Subject" : String }

Properties

Content

Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

ContentType

Content type format.

Allowed value: PLAIN_TEXT

Required: Yes

Type: String

Allowed values: PLAIN_TEXT

Update requires: No interruption

DeliveryMethod

Notification delivery method.

Allowed value: EMAIL

Required: Yes

Type: String

Allowed values: EMAIL

Update requires: No interruption

Recipient

Notification recipient.

Required: Yes

Type: NotificationRecipientType

Update requires: No interruption

Subject

The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

Required: No

Type: String

Minimum: 1

Maximum: 200

Update requires: No interruption