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:
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