aws.efs.describe_replication_configurations
Example SQL Queries
SELECT * FROMaws.efs.describe_replication_configurations;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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| file_system_id Input Column You can retrieve the replication configuration for a specific file system by providing its file system ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_time Describes when the replication configuration was created. | TIMESTAMP_S |
| destinations An array of destination objects. Only one destination object is supported. | STRUCT( |
Show child fields
| |
| original_source_file_system_arn The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration. | VARCHAR |
| source_file_system_arn The Amazon Resource Name (ARN) of the current source file system in the replication configuration. | VARCHAR |
| source_file_system_id The ID of the source Amazon EFS file system that is being replicated. | VARCHAR |
| source_file_system_region The Amazon Web Services Region in which the source EFS file system is located. | VARCHAR |