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

NotificationChannel

import type { NotificationChannel } from "https://aws-api.deno.dev/v0.3/services/rekognition.ts?docs=full";

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see "api-video". Note that the Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy to access the topic. For more information, see Giving access to multiple Amazon SNS topics.

interface NotificationChannel {
RoleArn: string;
SNSTopicArn: string;
}

§Properties

§
RoleArn: string
[src]

The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.

§
SNSTopicArn: string
[src]

The Amazon SNS topic to which Amazon Rekognition to posts the completion status.