GetNotificationChannel
Source:
src/AWS/FMS/GetNotificationChannel.ts
Runtime binding for fms:GetNotificationChannel.
Returns the SNS topic that is used to record Firewall Manager SNS logs. Provide the
implementation with Effect.provide(AWS.FMS.GetNotificationChannelHttp).
Notification Channel
Section titled “Notification Channel”// init — account-level binding takes no resourceconst getNotificationChannel = yield* AWS.FMS.GetNotificationChannel();
// runtimeconst result = yield* getNotificationChannel();console.log(result.SnsTopicArn);