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

RotateEncryptionKeyMessage

import type { RotateEncryptionKeyMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface RotateEncryptionKeyMessage {
ClusterIdentifier: string;
}

§Properties

§
ClusterIdentifier: string
[src]

The unique identifier of the cluster that you want to rotate the encryption keys for.

Constraints: Must be the name of valid cluster that has encryption enabled.