CompleteMigrationMessage
public struct CompleteMigrationMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.
Declaration
Swift
public let force: Bool?
-
The ID of the replication group to which data is being migrated.
Declaration
Swift
public let replicationGroupId: String
-
Undocumented
Declaration
Swift
public init(force: Bool? = nil, replicationGroupId: String)