efs_create_replication_configuration: Creates a replication configuration that replicates an...

View source: R/efs_operations.R

efs_create_replication_configurationR 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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.