WorkteamNotificationConfiguration constructor
const
WorkteamNotificationConfiguration({
- Input<
String?> ? notificationTopicArn,
Creates a new WorkteamNotificationConfiguration.
notificationTopicArn The ARN for the SNS topic to which notifications should be published.
Implementation
const WorkteamNotificationConfiguration({
this.notificationTopicArn,
});