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 UpdateReportGroup operation. Updates a report group.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateReportGroupRequest : AmazonCodeBuildRequest
         IAmazonWebServiceRequest

The UpdateReportGroupRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateReportGroupRequest()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the report group to update.

Public Property ExportConfig Amazon.CodeBuild.Model.ReportExportConfig

Gets and sets the property ExportConfig.

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.

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

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

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