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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/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.

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1277

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)


1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1277

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.

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1277

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