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 build logs in CloudWatch Logs.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.LogsLocation

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

Syntax

C#
public class LogsLocation

The LogsLocation type exposes the following members

Constructors

NameDescription
Public Method LogsLocation()

Properties

NameTypeDescription
Public Property CloudWatchLogs Amazon.CodeBuild.Model.CloudWatchLogsConfig

Gets and sets the property CloudWatchLogs.

Information about CloudWatch Logs for a build project.

Public Property CloudWatchLogsArn System.String

Gets and sets the property CloudWatchLogsArn.

The ARN of the CloudWatch Logs stream for a build execution. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. The CloudWatch Logs stream is created during the PROVISIONING phase of a build and the ARN will not be valid until it is created. For more information, see Resources Defined by CloudWatch Logs.

Public Property DeepLink System.String

Gets and sets the property DeepLink.

The URL to an individual build log in CloudWatch Logs. The log stream is created during the PROVISIONING phase of a build and the deeplink will not be valid until it is created.

Public Property GroupName System.String

Gets and sets the property GroupName.

The name of the CloudWatch Logs group for the build logs.

Public Property S3DeepLink System.String

Gets and sets the property S3DeepLink.

The URL to a build log in an S3 bucket.

Public Property S3Logs Amazon.CodeBuild.Model.S3LogsConfig

Gets and sets the property S3Logs.

Information about S3 logs for a build project.

Public Property S3LogsArn System.String

Gets and sets the property S3LogsArn.

The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.

Public Property StreamName System.String

Gets and sets the property StreamName.

The name of the CloudWatch Logs stream for the build logs.

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