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

StopActivityStreamResponse

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

§Properties

§
KinesisStreamName?: string | null
[src]

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

§
KmsKeyId?: string | null
[src]

The Amazon Web Services KMS key identifier used 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.

§

The status of the database activity stream.