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[];
}