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

RebootDBClusterMessage

import type { RebootDBClusterMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface RebootDBClusterMessage {
DBClusterIdentifier: string;
}

§Properties

§
DBClusterIdentifier: string
[src]

The DB cluster identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing DBCluster.