aws.codebuild.get_report_group_trend
Example SQL Queries
SELECT * FROMaws.codebuild.get_report_group_trendWHERE"report_group_arn" = 'VALUE'AND "trend_field" = 'VALUE';Description
Analyzes and accumulates test report values for the specified test reports.
Table Definition
| Column Name | Column Data Type |
|---|---|
| report_group_arn Required Input Column The ARN of the report group that contains the reports to analyze. | VARCHAR |
| trend_field Required Input Column The test report value to accumulate. This must be one of the following values:
| VARCHAR |
| num_of_reports Input Column The number of reports to analyze. This operation always retrieves the most recent reports. If this parameter is omitted, the most recent 100 reports are analyzed. | 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 |
| raw_data An array that contains the raw data for each report. | STRUCT( |
Show child fields
| |
| stats Contains the accumulated trend data. | STRUCT( |
Show child fields
| |