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

CreateEventSubscriptionMessage

import type { CreateEventSubscriptionMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/docdb.ts";
interface CreateEventSubscriptionMessage {
Enabled?: boolean | null;
EventCategories?: string[] | null;
SnsTopicArn: string;
SourceIds?: string[] | null;
SourceType?: string | null;
SubscriptionName: string;
Tags?: Tag[] | null;
}

§Properties

§
Enabled?: boolean | null
[src]
§
EventCategories?: string[] | null
[src]
§
SnsTopicArn: string
[src]
§
SourceIds?: string[] | null
[src]
§
SourceType?: string | null
[src]
§
SubscriptionName: string
[src]
§
Tags?: Tag[] | null
[src]