LogsConfig

Information about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: LogsConfig.Builder.() -> Unit = {}): LogsConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String