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

DBClusterMember

import type { DBClusterMember } from "https://aws-api.deno.dev/v0.4/services/neptune.ts?docs=full";

Contains information about an instance that is part of a DB cluster.

interface DBClusterMember {
DBClusterParameterGroupStatus?: string | null;
DBInstanceIdentifier?: string | null;
IsClusterWriter?: boolean | null;
PromotionTier?: number | null;
}

§Properties

§
DBClusterParameterGroupStatus?: string | null
[src]

Specifies the status of the DB cluster parameter group for this member of the DB cluster.

§
DBInstanceIdentifier?: string | null
[src]

Specifies the instance identifier for this member of the DB cluster.

§
IsClusterWriter?: boolean | null
[src]

Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

§
PromotionTier?: number | null
[src]

A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure of the existing primary instance.