AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::Notification

CfnNotification

Resource Type definition for AWS::Connect::Notification.

Import

import { CfnNotification } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnNotification

Properties

Configuration passed to the constructor as CfnNotificationProps.

contentRequired
IResolvable | NotificationContentProperty

The content of a notification.

instanceArnRequired
string

The identifier of the Amazon Connect instance.

expiresAtOptional
string

The time a notification will expire.

priorityOptional
string

The 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)

recipientsOptional
string[]

The recipients of the notification.

tagsOptional
CfnTag[]

One or more tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter