aws.datasync.describe_location_efs
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_efsWHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The ARN of the Amazon EFS file system location. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| access_point_arn The ARN of the access point that DataSync uses to access the Amazon EFS file system. | VARCHAR |
| creation_time The time that the location was created. | TIMESTAMP_S |
| ec2_config The subnet and security groups that DataSync uses to access your Amazon EFS file system. | STRUCT( |
Show child fields
| |
| file_system_access_role_arn The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system. | VARCHAR |
| in_transit_encryption Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system. | VARCHAR |
| location_uri The URL of the Amazon EFS file system location. | VARCHAR |