aws.devops_guru.describe_account_overview
Example SQL Queries
SELECT * FROMaws.devops_guru.describe_account_overviewWHERE"from_time" = 'VALUE';Description
For the time range passed in, returns the number of open reactive insight that were created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all closed reactive insights.
Table Definition
| Column Name | Column Data Type |
|---|---|
| from_time Required Input Column The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day. | TIMESTAMP_S |
| to_time Input Column The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used. | TIMESTAMP_S |
| _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 |
| mean_time_to_recover_in_milliseconds The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in. | BIGINT |
| proactive_insights An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in. | BIGINT |
| reactive_insights An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in. | BIGINT |