ScheduledQueryNotificationConfigurationSnsConfiguration constructor

const ScheduledQueryNotificationConfigurationSnsConfiguration({
  1. required Input<String> topicArn,
})

Creates a new ScheduledQueryNotificationConfigurationSnsConfiguration. topicArn SNS topic ARN that the scheduled query status notifications will be sent to.

Implementation

const ScheduledQueryNotificationConfigurationSnsConfiguration({
  required this.topicArn,
});