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

ModifyEventSubscriptionMessage

import type { ModifyEventSubscriptionMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface ModifyEventSubscriptionMessage {
Enabled?: boolean | null;
EventCategories?: string[] | null;
SnsTopicArn?: string | null;
SourceType?: string | null;
SubscriptionName: string;
}

§Properties

§
Enabled?: boolean | null
[src]

A Boolean value; set to true to activate the subscription.

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

A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

§
SnsTopicArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

§
SourceType?: string | null
[src]

The type of DMS resource that generates the events you want to subscribe to.

Valid values: replication-instance | replication-task

§
SubscriptionName: string
[src]

The name of the DMS event notification subscription to be modified.