efs_create_replication_configuration {paws.storage}R Documentation

Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system

Description

Creates a replication configuration that replicates an existing EFS file system to a new, read-only file system. For more information, see Amazon EFS replication in the Amazon EFS User Guide. The replication configuration specifies the following:

See https://www.paws-r-sdk.com/docs/efs_create_replication_configuration/ for full documentation.

Usage

efs_create_replication_configuration(SourceFileSystemId, Destinations)

Arguments

SourceFileSystemId

[required] 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.

Destinations

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


[Package paws.storage version 0.6.0 Index]