You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::LogsLocation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about build logs in Amazon CloudWatch Logs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogsConfig

Information about Amazon CloudWatch Logs for a build project.

Returns:

#cloud_watch_logs_arnString

The ARN of Amazon CloudWatch Logs for a build project. Its format is arn:$`{Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}` . For more information, see Resources Defined by Amazon CloudWatch Logs.

Returns:

  • (String)

    The ARN of Amazon CloudWatch Logs for a build project.

The URL to an individual build log in Amazon CloudWatch Logs.

Returns:

  • (String)

    The URL to an individual build log in Amazon CloudWatch Logs.

#group_nameString

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

Returns:

  • (String)

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

The URL to a build log in an S3 bucket.

Returns:

  • (String)

    The URL to a build log in an S3 bucket.

#s3_logsTypes::S3LogsConfig

Information about S3 logs for a build project.

Returns:

#s3_logs_arnString

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.

Returns:

  • (String)

    The ARN of S3 logs for a build project.

#stream_nameString

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

Returns:

  • (String)

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