AWS::Notifications::NotificationHubConfigures a `NotificationHub` for AWS User Notifications . For more information about notification hub, see the [AWS User Notifications User Guide](https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html) .
import { CfnNotificationHub } from 'aws-cdk-lib/aws-notifications';Or use the module namespace:
import * as notifications from 'aws-cdk-lib/aws-notifications';
// notifications.CfnNotificationHubConfiguration passed to the constructor as CfnNotificationHubProps.
regionRequiredstringThe `NotificationHub` Region.
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::NotificationHub