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

ModifyActivityStreamResponse

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

§Properties

§
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.

§
PolicyStatus?: ActivityStreamPolicyStatus | null
[src]

The status of the modification to the policy state of the database activity stream.

§

The status of the modification to the database activity stream.