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-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";
interface EventSubscription {
CustomerAwsId?: string | null;
CustSubscriptionId?: string | null;
Enabled?: boolean | null;
EventCategoriesList: string[];
Severity?: string | null;
SnsTopicArn?: string | null;
SourceIdsList: string[];
SourceType?: string | null;
Status?: string | null;
SubscriptionCreationTime?: Date | number | null;
Tags: Tag[];
}

§Properties

§
CustomerAwsId?: string | null
[src]
§
CustSubscriptionId?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
EventCategoriesList: string[]
[src]
§
Severity?: string | null
[src]
§
SnsTopicArn?: string | null
[src]
§
SourceIdsList: string[]
[src]
§
SourceType?: string | null
[src]
§
Status?: string | null
[src]
§
SubscriptionCreationTime?: Date | number | null
[src]
§
Tags: Tag[]
[src]