GetNotificationChannelSn constructor
const
GetNotificationChannelSn({
- required Input<
String> topicArn,
Creates a new GetNotificationChannelSn.
topicArn ARN of an Amazon Simple Notification Service topic.
Implementation
const GetNotificationChannelSn({
required this.topicArn,
});