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

NotificationConfiguration

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

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

interface NotificationConfiguration {
TopicArn?: string | null;
TopicStatus?: string | null;
}

§Properties

§
TopicArn?: string | null
[src]

The Amazon Resource Name (ARN) that identifies the topic.

§
TopicStatus?: string | null
[src]

The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.