Skip to main content

reports_for_report_groups

Creates, updates, deletes, gets or lists a reports_for_report_groups resource.

Overview

Namereports_for_report_groups
TypeResource
Idaws.codebuild.reports_for_report_groups

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
reportstringThe list of report ARNs.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_reports_for_report_groupselectregionReturns a list of ARNs for the reports that belong to a ReportGroup.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns a list of ARNs for the reports that belong to a ReportGroup.

SELECT
report
FROM aws.codebuild.reports_for_report_groups
WHERE region = '{{ region }}' -- required
;