aws.devops_guru.describe_organization_health
Example SQL Queries
SELECT * FROMaws.devops_guru.describe_organization_health;Description
Returns active insights, predictive insights, and resource hours analyzed in last hour.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_ids Input Column The ID of the Amazon Web Services account. | VARCHAR[] |
Show child fields
| |
| organizational_unit_ids Input Column The ID of the organizational unit. | VARCHAR[] |
Show child fields
| |
| _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 |
| metrics_analyzed An integer that specifies the number of metrics that have been analyzed in your organization. | BIGINT |
| open_proactive_insights An integer that specifies the number of open proactive insights in your Amazon Web Services account. | BIGINT |
| open_reactive_insights An integer that specifies the number of open reactive insights in your Amazon Web Services account. | BIGINT |
| resource_hours The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour. | BIGINT |