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

AwsRdsEventSubscriptionDetails

import type { AwsRdsEventSubscriptionDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsRdsEventSubscriptionDetails {
CustomerAwsId?: string | null;
CustSubscriptionId?: string | null;
Enabled?: boolean | null;
EventCategoriesList?: string[] | null;
EventSubscriptionArn?: string | null;
SnsTopicArn?: string | null;
SourceIdsList?: string[] | null;
SourceType?: string | null;
Status?: string | null;
SubscriptionCreationTime?: string | null;
}

§Properties

§
CustomerAwsId?: string | null
[src]
§
CustSubscriptionId?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
EventCategoriesList?: string[] | null
[src]
§
EventSubscriptionArn?: string | null
[src]
§
SnsTopicArn?: string | null
[src]
§
SourceIdsList?: string[] | null
[src]
§
SourceType?: string | null
[src]
§
Status?: string | null
[src]
§
SubscriptionCreationTime?: string | null
[src]