Class: Aws::CodeBuild::Types::CloudWatchLogsConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codebuild/types.rb

Overview

Information about CloudWatch Logs for a build project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

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

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html

Returns:

  • (String)


1247
1248
1249
1250
1251
1252
1253
# File 'lib/aws-sdk-codebuild/types.rb', line 1247

class CloudWatchLogsConfig < Struct.new(
  :status,
  :group_name,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


1247
1248
1249
1250
1251
1252
1253
# File 'lib/aws-sdk-codebuild/types.rb', line 1247

class CloudWatchLogsConfig < Struct.new(
  :status,
  :group_name,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

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

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html

Returns:

  • (String)


1247
1248
1249
1250
1251
1252
1253
# File 'lib/aws-sdk-codebuild/types.rb', line 1247

class CloudWatchLogsConfig < Struct.new(
  :status,
  :group_name,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end