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

EventTopic

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

Information about Amazon SNS topic and Directory Service directory associations.

interface EventTopic {
CreatedDateTime?: Date | number | null;
DirectoryId?: string | null;
Status?: TopicStatus | null;
TopicArn?: string | null;
TopicName?: string | null;
}

§Properties

§
CreatedDateTime?: Date | number | null
[src]

The date and time of when you associated your directory with the Amazon SNS topic.

§
DirectoryId?: string | null
[src]

The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.

§
Status?: TopicStatus | null
[src]

The topic registration status.

§
TopicArn?: string | null
[src]

The Amazon SNS topic ARN (Amazon Resource Name).

§
TopicName?: string | null
[src]

The name of an Amazon SNS topic the receives status messages from the directory.