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.

Information about the location where the run of a report is exported.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.ReportExportConfig

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

Syntax

C#
public class ReportExportConfig

The ReportExportConfig type exposes the following members

Constructors

NameDescription
Public Method ReportExportConfig()

Properties

NameTypeDescription
Public Property ExportConfigType Amazon.CodeBuild.ReportExportConfigType

Gets and sets the property ExportConfigType.

The export configuration type. Valid values are:

  • S3: The report results are exported to an S3 bucket.

  • NO_EXPORT: The report results are not exported.

Public Property S3Destination Amazon.CodeBuild.Model.S3ReportExportConfig

Gets and sets the property S3Destination.

A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

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