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

CompleteMigrationMessage

import type { CompleteMigrationMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface CompleteMigrationMessage {
Force?: boolean | null;
ReplicationGroupId: string;
}

§Properties

§
Force?: boolean | null
[src]

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.

§
ReplicationGroupId: string
[src]

The ID of the replication group to which data is being migrated.