aws.storagegateway.list_file_shares
Example SQL Queries
SELECT * FROMaws.storagegateway.list_file_shares;Description
Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the calling Amazon Web Services account. This operation is only supported for S3 File Gateways.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Input Column The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed. | 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_share_info_list An array of information about the S3 File Gateway's file shares. | STRUCT( |
Show child fields
| |
| marker If the request includes Marker, the response returns that value in this field. | VARCHAR |