ProjectLogsConfigCloudwatchLogs

data class ProjectLogsConfigCloudwatchLogs(val groupName: String? = null, val status: String? = null, val streamName: String? = null)

Constructors

Link copied to clipboard
constructor(groupName: String? = null, status: String? = null, streamName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupName: String? = null

Group name of the logs in CloudWatch Logs.

Link copied to clipboard
val status: String? = null

Current status of logs in CloudWatch Logs for a build project. Valid values: ENABLED, DISABLED. Defaults to ENABLED.

Link copied to clipboard
val streamName: String? = null

Stream name of the logs in CloudWatch Logs.