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

GlobalCluster

import type { GlobalCluster } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";

A data type representing an Aurora global database.

interface GlobalCluster {
DatabaseName?: string | null;
DeletionProtection?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
FailoverState?: FailoverState | null;
GlobalClusterArn?: string | null;
GlobalClusterIdentifier?: string | null;
GlobalClusterMembers: GlobalClusterMember[];
GlobalClusterResourceId?: string | null;
Status?: string | null;
StorageEncrypted?: boolean | null;
}

§Properties

§
DatabaseName?: string | null
[src]

The default database name within the new global database cluster.

§
DeletionProtection?: boolean | null
[src]

The deletion protection setting for the new global database cluster.

§
Engine?: string | null
[src]

The Aurora database engine used by the global database cluster.

§
EngineVersion?: string | null
[src]

Indicates the database engine version.

§
FailoverState?: FailoverState | null
[src]

A data object containing all properties for the current state of an in-process or pending failover process for this Aurora global database. This object is empty unless the "FailoverGlobalCluster" API operation has been called on this Aurora global database ("GlobalCluster").

§
GlobalClusterArn?: string | null
[src]

The Amazon Resource Name (ARN) for the global database cluster.

§
GlobalClusterIdentifier?: string | null
[src]

Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.

§
GlobalClusterMembers: GlobalClusterMember[]
[src]

The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.

§
GlobalClusterResourceId?: string | null
[src]

The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.

§
Status?: string | null
[src]

Specifies the current state of this global database cluster.

§
StorageEncrypted?: boolean | null
[src]

The storage encryption setting for the global database cluster.