aws.snowball.get_snowball_usage
Example SQL Queries
SELECT * FROMaws.snowball.get_snowball_usage;Description
Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.
The default service limit for the number of Snow devices that you can have at one time is 1. If you want to increase your service limit, contact Amazon Web Services Support.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| snowball_limit The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one). | BIGINT |
| snowballs_in_use The number of Snow devices that this account is currently using. | BIGINT |