Learn R Programming

paws.developer.tools (version 0.8.0)

codebuild_create_report_group: 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 ReportExportConfig object that contains information about where the report group test results are exported.

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.