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 S3 logs for a build project.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.S3LogsConfig

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

Syntax

C#
public class S3LogsConfig

The S3LogsConfig type exposes the following members

Constructors

NameDescription
Public Method S3LogsConfig()

Properties

NameTypeDescription
Public Property BucketOwnerAccess Amazon.CodeBuild.BucketOwnerAccess

Gets and sets the property BucketOwnerAccess.

Public Property EncryptionDisabled System.Boolean

Gets and sets the property EncryptionDisabled.

Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

Public Property Location System.String

Gets and sets the property Location.

The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

Public Property Status Amazon.CodeBuild.LogsConfigStatusType

Gets and sets the property Status.

The current status of the S3 build logs. Valid values are:

  • ENABLED: S3 build logs are enabled for this build project.

  • DISABLED: S3 build logs are not enabled for this build project.

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