AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Notifications::NotificationConfiguration

CfnNotificationConfiguration

Configures a `NotificationConfiguration` for AWS User Notifications .

Import

import { CfnNotificationConfiguration } from 'aws-cdk-lib/aws-notifications';

Or use the module namespace:

import * as notifications from 'aws-cdk-lib/aws-notifications';
// notifications.CfnNotificationConfiguration

Properties

Configuration passed to the constructor as CfnNotificationConfigurationProps.

descriptionRequired
string

The description of the `NotificationConfiguration` .

nameRequired
string

The name of the `NotificationConfiguration` . Supports RFC 3986's unreserved characters.

aggregationDurationOptional
string

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

tagsOptional
CfnTag[]

A map of tags assigned to a `NotificationConfiguration` .

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