This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Content" :String, "ContentType" :String, "DeliveryMethod" :String, "Recipient" :NotificationRecipientType, "Subject" :String}
YAML
Content:StringContentType:StringDeliveryMethod:StringRecipient:NotificationRecipientTypeSubject: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:
1Maximum:
1024Update requires: No interruption
ContentType-
Content type format.
Allowed value:
PLAIN_TEXTRequired: Yes
Type: String
Allowed values:
PLAIN_TEXTUpdate requires: No interruption
DeliveryMethod-
Notification delivery method.
Allowed value:
EMAILRequired: Yes
Type: String
Allowed values:
EMAILUpdate 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:
1Maximum:
200Update requires: No interruption