Skip to content

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).

// init — account-level binding takes no resource
const getNotificationChannel = yield* AWS.FMS.GetNotificationChannel();
// runtime
const result = yield* getNotificationChannel();
console.log(result.SnsTopicArn);