aws.datasync.describe_location_nfs
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_nfsWHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The ARN of the NFS 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 |
| creation_time The time when the NFS location was created. | TIMESTAMP_S |
| location_uri The URI of the NFS location. | VARCHAR |
| mount_options The mount options that DataSync uses to mount your NFS file server. | STRUCT( |
Show child fields
| |
| on_prem_config The DataSync agents that are connecting to a Network File System (NFS) location. | STRUCT( |
Show child fields
| |