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

ReplicationConfigurationDescription

import type { ReplicationConfigurationDescription } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface ReplicationConfigurationDescription {
CreationTime: Date | number;
Destinations: Destination[];
OriginalSourceFileSystemArn: string;
SourceFileSystemArn: string;
SourceFileSystemId: string;
SourceFileSystemRegion: string;
}

§Properties

§
CreationTime: Date | number
[src]

Describes when the replication configuration was created.

§
Destinations: Destination[]
[src]

An array of destination objects. Only one destination object is supported.

§
OriginalSourceFileSystemArn: string
[src]

The Amazon Resource Name (ARN) of the original source Amazon EFS file system in the replication configuration.

§
SourceFileSystemArn: string
[src]

The Amazon Resource Name (ARN) of the current source file system in the replication configuration.

§
SourceFileSystemId: string
[src]

The ID of the source Amazon EFS file system that is being replicated.

§
SourceFileSystemRegion: string
[src]

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