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/neptune.ts?docs=full";

Contains the results of a successful invocation of the "DescribeEventSubscriptions" action.

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 customer account associated with the event notification subscription.

§
CustSubscriptionId?: string | null
[src]

The event notification subscription Id.

§
Enabled?: boolean | null
[src]

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

§
EventCategoriesList: string[]
[src]

A list of event categories for the 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 event notification subscription.

§
SourceIdsList: string[]
[src]

A list of source IDs for the event notification subscription.

§
SourceType?: string | null
[src]

The source type for the event notification subscription.

§
Status?: string | null
[src]

The status of the event notification subscription.

Constraints:

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

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

§
SubscriptionCreationTime?: string | null
[src]

The time the event notification subscription was created.