WorkteamNotificationConfiguration constructor

const WorkteamNotificationConfiguration({
  1. 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,
});