CreateGlobalClusterMessage
public struct CreateGlobalClusterMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.
Declaration
Swift
public let databaseName: String?
-
The deletion protection setting for the new global database. The global database can’t be deleted when deletion protection is enabled.
Declaration
Swift
public let deletionProtection: Bool?
-
Provides the name of the database engine to be used for this DB cluster.
Declaration
Swift
public let engine: String?
-
The engine version of the Aurora global database.
Declaration
Swift
public let engineVersion: String?
-
The cluster identifier of the new global database cluster.
Declaration
Swift
public let globalClusterIdentifier: String?
-
The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
Declaration
Swift
public let sourceDBClusterIdentifier: String?
-
The storage encryption setting for the new global database cluster.
Declaration
Swift
public let storageEncrypted: Bool?
-
init(databaseName:deletionProtection:engine:engineVersion:globalClusterIdentifier:sourceDBClusterIdentifier:storageEncrypted:)
Undocumented
Declaration
Swift
public init(databaseName: String? = nil, deletionProtection: Bool? = nil, engine: String? = nil, engineVersion: String? = nil, globalClusterIdentifier: String? = nil, sourceDBClusterIdentifier: String? = nil, storageEncrypted: Bool? = nil)