Updates a report group.
See https://www.paws-r-sdk.com/docs/codebuild_update_report_group/ for full documentation.
codebuild_update_report_group(arn, exportConfig = NULL, tags = NULL)
[required] The ARN of the report group to update.
Used to specify an updated export type. Valid values are:
S3
: The report results are exported to an S3 bucket.
NO_EXPORT
: The report results are not exported.
An updated list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.