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

EventCategoryGroup

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

Lists categories of events subscribed to, and generated by, the applicable DMS resource type. This data type appears in response to the DescribeEventCategories action.

interface EventCategoryGroup {
EventCategories?: string[] | null;
SourceType?: string | null;
}

§Properties

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

A list of event categories from a source type that you've chosen.

§
SourceType?: string | null
[src]

The type of DMS resource that generates events.

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