Class: Aws::OpsWorks::Types::CloudWatchLogsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Describes the Amazon CloudWatch logs configuration for a layer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether CloudWatch Logs is enabled for a layer.

Returns:

  • (Boolean)


715
716
717
718
719
720
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 715

class CloudWatchLogsConfiguration < Struct.new(
  :enabled,
  :log_streams)
  SENSITIVE = []
  include Aws::Structure
end

#log_streamsArray<Types::CloudWatchLogsLogStream>

A list of configuration options for CloudWatch Logs.

Returns:



715
716
717
718
719
720
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 715

class CloudWatchLogsConfiguration < Struct.new(
  :enabled,
  :log_streams)
  SENSITIVE = []
  include Aws::Structure
end