aws.storagegateway.describe_file_system_associations
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_file_system_associationsWHERE"file_system_association_arn_list" = 'VALUE';Description
Gets the file system association information. This operation is only supported for FSx File Gateways.
Table Definition
| Column Name | Column Data Type |
|---|---|
| file_system_association_arn_list Required Input Column An array containing the Amazon Resource Name (ARN) of each file system association to be described. | VARCHAR[] |
Show child fields
| |
| _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 |
| file_system_association_info_list An array containing the FileSystemAssociationInfo data type of each file system association to be described. | STRUCT( |
Show child fields
| |