aws.codebuild.list_reports_for_report_group
Example SQL Queries
SELECT * FROMaws.codebuild.list_reports_for_report_groupWHERE"report_group_arn" = 'VALUE';Description
Returns a list of ARNs for the reports that belong to a ReportGroup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| report_group_arn Required Input Column The ARN of the report group for which you want to return report ARNs. | VARCHAR |
| filter Input Column A ReportFilter object used to filter the returned reports. | STRUCT( |
Show child fields
| |
| sort_order Input Column Use to specify whether the results are returned in ascending or descending order. | VARCHAR |
| _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 |
| reports | VARCHAR |