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

ModifyClusterDbRevisionMessage

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

§Properties

§
ClusterIdentifier: string
[src]

The unique identifier of a cluster whose database revision you want to modify.

Example: examplecluster

§
RevisionTarget: string
[src]

The identifier of the database revision. You can retrieve this value from the response to the "DescribeClusterDbRevisions" request.