Cloud Watch Logs Config Args
data class CloudWatchLogsConfigArgs(val groupName: Output<String>? = null, val status: Output<LogsConfigStatusTypeEnumValueArgs>? = null, val streamName: Output<String>? = null) : ConvertibleToJava<CloudWatchLogsConfigArgs>
Definition of CloudWatchLogsConfig
Constructors
Link copied to clipboard
constructor(groupName: Output<String>? = null, status: Output<LogsConfigStatusTypeEnumValueArgs>? = null, streamName: Output<String>? = null)
Properties
Link copied to clipboard
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
The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.