aws-cdk-lib.aws_connect.CfnRule.NotificationRecipientTypeProperty

interface NotificationRecipientTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnRule.NotificationRecipientTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnRule_NotificationRecipientTypeProperty
Javasoftware.amazon.awscdk.services.connect.CfnRule.NotificationRecipientTypeProperty
Pythonaws_cdk.aws_connect.CfnRule.NotificationRecipientTypeProperty
TypeScript aws-cdk-lib » aws_connect » CfnRule » NotificationRecipientTypeProperty

The type of notification recipient.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const notificationRecipientTypeProperty: connect.CfnRule.NotificationRecipientTypeProperty = {
  userArns: ['userArns'],
  userTags: {
    userTagsKey: 'userTags',
  },
};

Properties

NameTypeDescription
userArns?string[]The Amazon Resource Name (ARN) of the user account.
userTags?IResolvable | { [string]: string }The tags used to organize, track, or control access for this resource.

userArns?

Type: string[] (optional)

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


userTags?

Type: IResolvable | { [string]: string } (optional)

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.