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 logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.LogsConfig

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

Syntax

C#
public class LogsConfig

The LogsConfig type exposes the following members

Constructors

NameDescription
Public Method LogsConfig()

Properties

NameTypeDescription
Public Property CloudWatchLogs Amazon.CodeBuild.Model.CloudWatchLogsConfig

Gets and sets the property CloudWatchLogs.

Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.

Public Property S3Logs Amazon.CodeBuild.Model.S3LogsConfig

Gets and sets the property S3Logs.

Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.

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