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

StartDBClusterMessage

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

§Properties

§
DBClusterIdentifier: string
[src]

The DB cluster identifier of the Neptune DB cluster to be started. This parameter is stored as a lowercase string.