AWS::Notifications::NotificationConfigurationConfigures a `NotificationConfiguration` for AWS User Notifications .
import { CfnNotificationConfiguration } from 'aws-cdk-lib/aws-notifications';Or use the module namespace:
import * as notifications from 'aws-cdk-lib/aws-notifications';
// notifications.CfnNotificationConfigurationConfiguration passed to the constructor as CfnNotificationConfigurationProps.
descriptionRequiredstringThe description of the `NotificationConfiguration` .
nameRequiredstringThe name of the `NotificationConfiguration` . Supports RFC 3986's unreserved characters.
aggregationDurationOptionalstringThe aggregation preference of the `NotificationConfiguration` . - Values: - `LONG` - Aggregate notifications for long periods of time (12 hours). - `SHORT` - Aggregate notifications for short periods of time (5 minutes). - `NONE` - Don't aggregate notifications.
tagsOptionalCfnTag[]A map of tags assigned to a `NotificationConfiguration` .
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-notificationsAWS::Notifications::NotificationConfiguration