efs_describe_replication_configurations: Retrieves the replication configuration for a specific file...

View source: R/efs_operations.R

efs_describe_replication_configurationsR Documentation

Retrieves the replication configuration for a specific file system

Description

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.

Usage

efs_describe_replication_configurations(
  FileSystemId = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

FileSystemId

You can retrieve the replication configuration for a specific file system by providing its file system ID.

NextToken

NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.

MaxResults

(Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.


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