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.
example
Use a bare-bones client and the command you need to make an API call.
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.
Use a bare-bones client and the command you need to make an API call.
import { EFSClient, DescribeReplicationConfigurationsCommand } from "@aws-sdk/client-efs"; // ES Modules import // const { EFSClient, DescribeReplicationConfigurationsCommand } = require("@aws-sdk/client-efs"); // CommonJS import const client = new EFSClient(config); const command = new DescribeReplicationConfigurationsCommand(input); const response = await client.send(command);
DescribeReplicationConfigurationsCommandInput for command's
input
shape.DescribeReplicationConfigurationsCommandOutput for command's
response
shape.config for EFSClient's
config
shape.