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

PutNotificationChannelRequest

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

§Properties

§
SnsRoleName: string
[src]

The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.

§
SnsTopicArn: string
[src]

The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.