View source: R/efs_operations.R
efs_describe_replication_configurations | R Documentation |
Retrieves the replication configuration for a specific file system. If a file system is not specified, all of the replication configurations for the Amazon Web Services account in an Amazon Web Services Region are retrieved.
See https://www.paws-r-sdk.com/docs/efs_describe_replication_configurations/ for full documentation.
efs_describe_replication_configurations(
FileSystemId = NULL,
NextToken = NULL,
MaxResults = NULL
)
FileSystemId |
You can retrieve the replication configuration for a specific file system by providing its file system ID. |
NextToken |
|
MaxResults |
(Optional) To limit the number of objects returned in a response, you
can specify the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.