AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateReportGroup operation. Creates a report group. A report group contains a collection of reports.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeBuild.AmazonCodeBuildRequest
      Amazon.CodeBuild.Model.CreateReportGroupRequest

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class CreateReportGroupRequest : AmazonCodeBuildRequest
         IAmazonWebServiceRequest

The CreateReportGroupRequest type exposes the following members

Constructors

NameDescription
Public Method CreateReportGroupRequest()

Properties

NameTypeDescription
Public Property ExportConfig Amazon.CodeBuild.Model.ReportExportConfig

Gets and sets the property ExportConfig.

A ReportExportConfig object that contains information about where the report group test results are exported.

Public Property Name System.String

Gets and sets the property Name.

The name of the report group.

Public Property Tags System.Collections.Generic.List<Amazon.CodeBuild.Model.Tag>

Gets and sets the property 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.

Public Property Type Amazon.CodeBuild.ReportType

Gets and sets the property Type.

The type of report group.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5