GetNotificationChannelSn constructor

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

Creates a new GetNotificationChannelSn. topicArn ARN of an Amazon Simple Notification Service topic.

Implementation

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