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

StartActivityStreamRequest

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

§Properties

§
ApplyImmediately?: boolean | null
[src]

Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.

§
EngineNativeAuditFieldsIncluded?: boolean | null
[src]

Specifies whether the database activity stream includes engine-native audit fields. This option applies to an Oracle or Microsoft SQL Server DB instance. By default, no engine-native audit fields are included.

§
KmsKeyId: string
[src]

The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

§

Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the DB cluster, for example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.