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

StopDBClusterMessage

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

§Properties

§
DBClusterIdentifier: string
[src]

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