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

Destination

import type { Destination } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";

Describes the destination file system in the replication configuration.

interface Destination {
FileSystemId: string;
LastReplicatedTimestamp?: Date | number | null;
Region: string;
}

§Properties

§
FileSystemId: string
[src]

The ID of the destination Amazon EFS file system.

§
LastReplicatedTimestamp?: Date | number | null
[src]

The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.

§
Region: string
[src]

The Amazon Web Services Region in which the destination file system is located.

§

Describes the status of the destination Amazon EFS file system. If the status is ERROR, the destination file system in the replication configuration is in a failed state and is unrecoverable. To access the file system data, restore a backup of the failed file system to a new file system.