aws.datasync.describe_location_fsx_windows
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_fsx_windowsWHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The ARN of the FSx for Windows File Server 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 that the FSx for Windows File Server location was created. | TIMESTAMP_S |
| domain The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to. | VARCHAR |
| location_uri The uniform resource identifier (URI) of the FSx for Windows File Server location. | VARCHAR |
| security_group_arns The ARNs of the security groups that are configured for the FSx for Windows File Server file system. | VARCHAR[] |
Show child fields
| |
| user The user with the permissions to mount and access the FSx for Windows File Server file system. | VARCHAR |