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

EventSubscription

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

Detailed information about an event to which you have subscribed.

interface EventSubscription {
CustomerAwsId?: string | null;
CustSubscriptionId?: string | null;
Enabled?: boolean | null;
EventCategoriesList: string[];
EventSubscriptionArn?: string | null;
SnsTopicArn?: string | null;
SourceIdsList: string[];
SourceType?: string | null;
Status?: string | null;
SubscriptionCreationTime?: string | null;
}

§Properties

§
CustomerAwsId?: string | null
[src]

The Amazon Web Services customer account that is associated with the Amazon DocumentDB event notification subscription.

§
CustSubscriptionId?: string | null
[src]

The Amazon DocumentDB event notification subscription ID.

§
Enabled?: boolean | null
[src]

A Boolean value indicating whether the subscription is enabled. A value of true indicates that the subscription is enabled.

§
EventCategoriesList: string[]
[src]

A list of event categories for the Amazon DocumentDB event notification subscription.

§
EventSubscriptionArn?: string | null
[src]

The Amazon Resource Name (ARN) for the event subscription.

§
SnsTopicArn?: string | null
[src]

The topic ARN of the Amazon DocumentDB event notification subscription.

§
SourceIdsList: string[]
[src]

A list of source IDs for the Amazon DocumentDB event notification subscription.

§
SourceType?: string | null
[src]

The source type for the Amazon DocumentDB event notification subscription.

§
Status?: string | null
[src]

The status of the Amazon DocumentDB event notification subscription.

Constraints:

Can be one of the following: creating, modifying, deleting, active, no-permission, topic-not-exist

The no-permission status indicates that Amazon DocumentDB no longer has permission to post to the SNS topic. The topic-not-exist status indicates that the topic was deleted after the subscription was created.

§
SubscriptionCreationTime?: string | null
[src]

The time at which the Amazon DocumentDB event notification subscription was created.