aws.devops_guru.describe_organization_overview
Example SQL Queries
SELECT * FROMaws.devops_guru.describe_organization_overviewWHERE"from_time" = 'VALUE';Description
Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive 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 |
| 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
| |
| 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 |
| proactive_insights An integer that specifies the number of open proactive insights in your Amazon Web Services account. | BIGINT |
| reactive_insights An integer that specifies the number of open reactive insights in your Amazon Web Services account. | BIGINT |