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

StartActivityStreamResponse

import type { StartActivityStreamResponse } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface StartActivityStreamResponse {
ApplyImmediately?: boolean | null;
EngineNativeAuditFieldsIncluded?: boolean | null;
KinesisStreamName?: string | null;
KmsKeyId?: string | null;
Mode?: ActivityStreamMode | null;
Status?: ActivityStreamStatus | null;
}

§Properties

§
ApplyImmediately?: boolean | null
[src]

Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

§
EngineNativeAuditFieldsIncluded?: boolean | null
[src]

Indicates whether engine-native audit fields are included in the database activity stream.

§
KinesisStreamName?: string | null
[src]

The name of the Amazon Kinesis data stream to be used for the database activity stream.

§
KmsKeyId?: string | null
[src]

The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

§

The mode of the database activity stream.

§

The status of the database activity stream.