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

NotificationsConfiguration

import type { NotificationsConfiguration } from "https://aws-api.deno.dev/v0.4/services/chimesdkmeetings.ts?docs=full";

The configuration for resource targets to receive notifications when meeting and attendee events occur.

interface NotificationsConfiguration {
LambdaFunctionArn?: string | null;
SnsTopicArn?: string | null;
SqsQueueArn?: string | null;
}

§Properties

§
LambdaFunctionArn?: string | null
[src]

The ARN of the AWS Lambda function in the notifications configuration.

§
SnsTopicArn?: string | null
[src]

The ARN of the SNS topic.

§
SqsQueueArn?: string | null
[src]

The ARN of the SQS queue.