aws.storagegateway.describe_upload_buffer
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_upload_bufferWHERE"gateway_arn" = 'VALUE';Description
Returns information about the upload buffer of a gateway. This operation is supported for the stored volume, cached volume, and tape gateway types.
The response includes disk IDs that are configured as upload buffer space, and it includes the amount of upload buffer space allocated and used.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Required 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 |
| disk_ids An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty. | VARCHAR[] |
Show child fields
| |
| upload_buffer_allocated_in_bytes The total number of bytes allocated in the gateway's as upload buffer. | BIGINT |
| upload_buffer_used_in_bytes The total number of bytes being used in the gateway's upload buffer. | BIGINT |