View source: R/efs_operations.R
efs_create_replication_configuration | R Documentation |
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.
efs_create_replication_configuration(SourceFileSystemId, Destinations)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.