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 S3 bucket where the raw data of a report are exported.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.S3ReportExportConfig

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

Syntax

C#
public class S3ReportExportConfig

The S3ReportExportConfig type exposes the following members

Constructors

NameDescription
Public Method S3ReportExportConfig()

Properties

NameTypeDescription
Public Property Bucket System.String

Gets and sets the property Bucket.

The name of the S3 bucket where the raw data of a report are exported.

Public Property BucketOwner System.String

Gets and sets the property BucketOwner.

The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.

Public Property EncryptionDisabled System.Boolean

Gets and sets the property EncryptionDisabled.

A boolean value that specifies if the results of a report are encrypted.

Public Property EncryptionKey System.String

Gets and sets the property EncryptionKey.

The encryption key for the report's encrypted raw data.

Public Property Packaging Amazon.CodeBuild.ReportPackagingType

Gets and sets the property Packaging.

The type of build output artifact to create. Valid values include:

  • NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.

  • ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.

Public Property Path System.String

Gets and sets the property Path.

The path to the exported report's raw data results.

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