aws.snowball.list_long_term_pricing
Example SQL Queries
SELECT * FROMaws.snowball.list_long_term_pricing;Description
Lists all long-term pricing types.
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 |
| current_active_job The current active jobs on the device the long-term pricing type. | VARCHAR |
| is_long_term_pricing_auto_renew If set to true, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires. | BOOLEAN |
| job_ids The IDs of the jobs that are associated with a long-term pricing type. | VARCHAR[] |
Show child fields
| |
| long_term_pricing_end_date The end date the long-term pricing contract. | TIMESTAMP_S |
| long_term_pricing_id The ID of the long-term pricing type for the device. | VARCHAR |
| long_term_pricing_start_date The start date of the long-term pricing contract. | TIMESTAMP_S |
| long_term_pricing_status The status of the long-term pricing type. | VARCHAR |
| long_term_pricing_type The type of long-term pricing that was selected for the device. | VARCHAR |
| replacement_job A new device that replaces a device that is ordered with long-term pricing. | VARCHAR |
| snowball_type The type of Snow Family devices associated with this long-term pricing job. | VARCHAR |