StartMigrationMessage
public struct StartMigrationMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
Declaration
Swift
public let customerNodeEndpointList: [CustomerNodeEndpoint]
-
The ID of the replication group to which data should be migrated.
Declaration
Swift
public let replicationGroupId: String
-
Undocumented
Declaration
Swift
public init(customerNodeEndpointList: [CustomerNodeEndpoint], replicationGroupId: String)