aws.datasync.describe_location_smb
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_smbWHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The ARN of the SMB 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 |
| agent_arns The ARNs of the DataSync agents that can connect with your SMB file server. | VARCHAR[] |
Show child fields
| |
| creation_time The time that the SMB location was created. | TIMESTAMP_S |
| domain The name of the Microsoft Active Directory domain that the SMB file server belongs to. | VARCHAR |
| location_uri The URI of the SMB location. | VARCHAR |
| mount_options The protocol that DataSync use to access your SMB file. | STRUCT( |
Show child fields
| |
| user The user that can mount and access the files, folders, and file metadata in your SMB file server. | VARCHAR |