AWS::Connect::NotificationResource Type definition for AWS::Connect::Notification.
import { CfnNotification } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnNotificationConfiguration passed to the constructor as CfnNotificationProps.
contentRequiredIResolvable | NotificationContentPropertyThe content of a notification.
instanceArnRequiredstringThe identifier of the Amazon Connect instance.
expiresAtOptionalstringThe time a notification will expire.
priorityOptionalstringThe priority of notification. In the Amazon Connect console, when you create a notification, you are prompted to assign one of the following priorities: High (HIGH) or LOW (LOW)
recipientsOptionalstring[]The recipients of the notification.
tagsOptionalCfnTag[]One or more tags.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::Notification