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

CreateReplicationConfigurationRequest

import type { CreateReplicationConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface CreateReplicationConfigurationRequest {
Destinations: DestinationToCreate[];
SourceFileSystemId: string;
}

§Properties

§
Destinations: DestinationToCreate[]
[src]

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

§
SourceFileSystemId: string
[src]

Specifies the Amazon EFS file system that you want to replicate. This file system cannot already be a source or destination file system in another replication configuration.