Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StartMigrationMessage

import type { StartMigrationMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface StartMigrationMessage {
CustomerNodeEndpointList: CustomerNodeEndpoint[];
ReplicationGroupId: string;
}

§Properties

§
CustomerNodeEndpointList: CustomerNodeEndpoint[]
[src]

List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.

§
ReplicationGroupId: string
[src]

The ID of the replication group to which data should be migrated.