codebuild_create_report_group {paws.developer.tools} | R Documentation |
Creates a report group
Description
Creates a report group. A report group contains a collection of reports.
See https://www.paws-r-sdk.com/docs/codebuild_create_report_group/ for full documentation.
Usage
codebuild_create_report_group(name, type, exportConfig, tags = NULL)
Arguments
name |
[required] The name of the report group. |
type |
[required] The type of report group. |
exportConfig |
[required] A |
tags |
A 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.9.0 Index]