AWS::Connect::Rule NotificationRecipientType - 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).

AWS::Connect::Rule NotificationRecipientType

The type of notification recipient.

Syntax

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

JSON

{ "UserArns" : [ String, ... ], "UserTags" : String }

YAML

UserArns: - String UserTags: String

Properties

UserArns

The Amazon Resource Name (ARN) of the user account.

Required: No

Type: Array of String

Minimum: 1

Maximum: 5

Update requires: No interruption

UserTags

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. Amazon Connect users with the specified tags will be notified.

Required: No

Type: String

Pattern: ^(?=.{1,128}$).+$

Update requires: No interruption