GlobalCluster class
A data type representing an Aurora global database.
Constructors
-
GlobalCluster({String? databaseName, bool? deletionProtection, String? engine, String? engineVersion, String? globalClusterArn, String? globalClusterIdentifier, List<
GlobalClusterMember> ? globalClusterMembers, String? globalClusterResourceId, String? status, bool? storageEncrypted}) - GlobalCluster.fromXml(XmlElement elem)
-
factory
Properties
- databaseName → String?
-
The default database name within the new global database cluster.
final
- deletionProtection → bool?
-
The deletion protection setting for the new global database cluster.
final
- engine → String?
-
The Aurora database engine used by the global database cluster.
final
- engineVersion → String?
-
Indicates the database engine version.
final
- globalClusterArn → String?
-
The Amazon Resource Name (ARN) for the global database cluster.
final
- globalClusterIdentifier → String?
-
Contains a user-supplied global database cluster identifier. This identifier
is the unique key that identifies a global database cluster.
final
-
globalClusterMembers
→ List<
GlobalClusterMember> ? -
The list of cluster IDs for secondary clusters within the global database
cluster. Currently limited to 1 item.
final
- globalClusterResourceId → String?
-
The AWS Region-unique, immutable identifier for the global database cluster.
This identifier is found in AWS CloudTrail log entries whenever the AWS KMS
customer master key (CMK) for the DB cluster is accessed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
Specifies the current state of this global database cluster.
final
- storageEncrypted → bool?
-
The storage encryption setting for the global database cluster.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited