Class: Aws::LambdaMicrovms::Types::CloudWatchLogging

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

Overview

Configuration for Amazon CloudWatch Logs logging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_groupString

The name of the CloudWatch Logs log group to send logs to.

Returns:

  • (String)


38
39
40
41
42
43
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 38

class CloudWatchLogging < Struct.new(
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end

#log_streamString

The name of the CloudWatch Logs log stream within the log group.

Returns:

  • (String)


38
39
40
41
42
43
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 38

class CloudWatchLogging < Struct.new(
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end