CloudWatchLogsConfigResponse

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

Definition of CloudWatchLogsConfig

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupName: String? = null

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

Link copied to clipboard

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.

Link copied to clipboard
val streamName: String? = null

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