aws.groundstation.get_minute_usage
Example SQL Queries
SELECT * FROMaws.groundstation.get_minute_usageWHERE"month" = 'VALUE'AND "year" = 'VALUE';Description
Returns the number of reserved minutes used by account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| month Required Input Column The month being requested, with a value of 1-12. | BIGINT |
| year Required Input Column The year being requested, in the format of YYYY. | BIGINT |
| _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 |
| estimated_minutes_remaining Estimated number of minutes remaining for an account, specific to the month being requested. | BIGINT |
| is_reserved_minutes_customer Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested. | BOOLEAN |
| total_reserved_minute_allocation Total number of reserved minutes allocated, specific to the month being requested. | BIGINT |
| total_scheduled_minutes Total scheduled minutes for an account, specific to the month being requested. | BIGINT |
| upcoming_minutes_scheduled Upcoming minutes scheduled for an account, specific to the month being requested. | BIGINT |