codebuild_update_report_group {paws.developer.tools} | R Documentation |
Updates a report group
Description
Updates a report group.
See https://www.paws-r-sdk.com/docs/codebuild_update_report_group/ for full documentation.
Usage
codebuild_update_report_group(arn, exportConfig = NULL, tags = NULL)
Arguments
arn |
[required] The ARN of the report group to update. |
exportConfig |
Used to specify an updated export type. Valid values are:
|
tags |
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. |
[Package paws.developer.tools version 0.7.0 Index]