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

Describes an event notification subscription created by the CreateEventSubscription operation.

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

§Properties

§
CustomerAwsId?: string | null
[src]

The Amazon Web Services customer account associated with the DMS event notification subscription.

§
CustSubscriptionId?: string | null
[src]

The DMS event notification subscription Id.

§
Enabled?: boolean | null
[src]

Boolean value that indicates if the event subscription is enabled.

§
EventCategoriesList?: string[] | null
[src]

A lists of event categories.

§
SnsTopicArn?: string | null
[src]

The topic ARN of the DMS event notification subscription.

§
SourceIdsList?: string[] | null
[src]

A list of source Ids for the event subscription.

§
SourceType?: string | null
[src]

The type of DMS resource that generates events.

Valid values: replication-instance | replication-server | security-group | replication-task

§
Status?: string | null
[src]

The status of the DMS 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 DMS 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 DMS event notification subscription was created.