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.deno.dev/v0.4/services/securityhub.ts?docs=full";

Details about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.

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]

The identifier of the event notification subscription.

§
CustSubscriptionId?: string | null
[src]

The identifier of the account that is associated with the event notification subscription.

§
Enabled?: boolean | null
[src]

Whether the event notification subscription is enabled.

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

The list of event categories for the event notification subscription.

§
EventSubscriptionArn?: string | null
[src]

The ARN of the event notification subscription.

§
SnsTopicArn?: string | null
[src]

The ARN of the SNS topic to post the event notifications to.

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

A list of source identifiers for the event notification subscription.

§
SourceType?: string | null
[src]

The source type for the event notification subscription.

§
Status?: string | null
[src]

The status of the event notification subscription.

Valid values: creating | modifying | deleting | active | no-permission | topic-not-exist

§
SubscriptionCreationTime?: string | null
[src]

The datetime when the event notification subscription was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.