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 CloudWatch Logs for a build project.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.CloudWatchLogsConfig

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

Syntax

C#
public class CloudWatchLogsConfig

The CloudWatchLogsConfig type exposes the following members

Constructors

NameDescription
Public Method CloudWatchLogsConfig()

Properties

NameTypeDescription
Public Property GroupName System.String

Gets and sets the property GroupName.

The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

Public Property Status Amazon.CodeBuild.LogsConfigStatusType

Gets and sets the property Status.

The current status of the logs in CloudWatch Logs for a build project. Valid values are:

  • ENABLED: CloudWatch Logs are enabled for this build project.

  • DISABLED: CloudWatch Logs are not enabled for this build project.

Public Property StreamName System.String

Gets and sets the property StreamName.

The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

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