ModifyGlobalReplicationGroupMessage

public struct ModifyGlobalReplicationGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.

    Declaration

    Swift

    public let applyImmediately: Bool
  • Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

    Declaration

    Swift

    public let automaticFailoverEnabled: Bool?
  • A valid cache node type that you want to scale this Global Datastore to.

    Declaration

    Swift

    public let cacheNodeType: String?
  • The upgraded version of the cache engine to be run on the clusters in the Global Datastore.

    Declaration

    Swift

    public let engineVersion: String?
  • A description of the Global Datastore

    Declaration

    Swift

    public let globalReplicationGroupDescription: String?
  • The name of the Global Datastore

    Declaration

    Swift

    public let globalReplicationGroupId: String
  • Undocumented

    Declaration

    Swift

    public init(applyImmediately: Bool, automaticFailoverEnabled: Bool? = nil, cacheNodeType: String? = nil, engineVersion: String? = nil, globalReplicationGroupDescription: String? = nil, globalReplicationGroupId: String)