IncreaseNodeGroupsInGlobalReplicationGroupMessage
public struct IncreaseNodeGroupsInGlobalReplicationGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
Declaration
Swift
public let applyImmediately: Bool
-
The name of the Global Datastore
Declaration
Swift
public let globalReplicationGroupId: String
-
The number of node groups you wish to add
Declaration
Swift
public let nodeGroupCount: Int
-
Describes the replication group IDs, the AWS regions where they are stored and the shard configuration for each that comprise the Global Datastore
Declaration
Swift
public let regionalConfigurations: [RegionalConfiguration]?
-
Undocumented
Declaration
Swift
public init(applyImmediately: Bool, globalReplicationGroupId: String, nodeGroupCount: Int, regionalConfigurations: [RegionalConfiguration]? = nil)
-
Declaration
Swift
public func validate(name: String) throws