aws.storagegateway.list_file_system_associations
Example SQL Queries
SELECT * FROMaws.storagegateway.list_file_system_associations;Description
Gets a list of FileSystemAssociationSummary objects. Each object contains a summary of a file system association. This operation is only supported for FSx File Gateways.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Input Column The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. | 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 |
| file_system_association_summary_list An array of information about the Amazon FSx gateway's file system associations. | STRUCT( |
Show child fields
| |
| marker If the request includes Marker, the response returns that value in this field. | VARCHAR |