ScheduledQueryNotificationConfigurationSnsConfiguration constructor
const
ScheduledQueryNotificationConfigurationSnsConfiguration({
- 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,
});