GlobalCluster
public struct GlobalCluster : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default database name within the new global database cluster.
Declaration
Swift
public let databaseName: String?
-
The deletion protection setting for the new global database cluster.
Declaration
Swift
public let deletionProtection: Bool?
-
The Aurora database engine used by the global database cluster.
Declaration
Swift
public let engine: String?
-
Indicates the database engine version.
Declaration
Swift
public let engineVersion: String?
-
The Amazon Resource Name (ARN) for the global database cluster.
Declaration
Swift
public let globalClusterArn: String?
-
Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.
Declaration
Swift
public let globalClusterIdentifier: String?
-
The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.
Declaration
Swift
public let globalClusterMembers: [GlobalClusterMember]?
-
The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
Declaration
Swift
public let globalClusterResourceId: String?
-
Specifies the current state of this global database cluster.
Declaration
Swift
public let status: String?
-
The storage encryption setting for the global database cluster.
Declaration
Swift
public let storageEncrypted: Bool?
-
init(databaseName:deletionProtection:engine:engineVersion:globalClusterArn:globalClusterIdentifier:globalClusterMembers:globalClusterResourceId:status:storageEncrypted:)
Undocumented
Declaration
Swift
public init(databaseName: String? = nil, deletionProtection: Bool? = nil, engine: String? = nil, engineVersion: String? = nil, globalClusterArn: String? = nil, globalClusterIdentifier: String? = nil, globalClusterMembers: [GlobalClusterMember]? = nil, globalClusterResourceId: String? = nil, status: String? = nil, storageEncrypted: Bool? = nil)