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

AwsRdsDbClusterMember

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

Information about an instance in the DB cluster.

interface AwsRdsDbClusterMember {
DbClusterParameterGroupStatus?: string | null;
DbInstanceIdentifier?: string | null;
IsClusterWriter?: boolean | null;
PromotionTier?: number | null;
}

§Properties

§
DbClusterParameterGroupStatus?: string | null
[src]

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

§
DbInstanceIdentifier?: string | null
[src]

The instance identifier for this member of the DB cluster.

§
IsClusterWriter?: boolean | null
[src]

Whether the cluster member is the primary instance for the DB cluster.

§
PromotionTier?: number | null
[src]

Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.