Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetNotificationChannelResponse

import type { GetNotificationChannelResponse } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
interface GetNotificationChannelResponse {
SnsRoleName?: string | null;
SnsTopicArn?: string | null;
}

§Properties

§
SnsRoleName?: string | null
[src]

The IAM role that is used by Firewall Manager to record activity to SNS.

§
SnsTopicArn?: string | null
[src]

The SNS topic that records Firewall Manager activity.