Class: Aws::CloudWatchLogs::Types::ListToMap

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

Overview

This processor takes a list of objects that contain key fields, and converts them into a map of target keys.

For more information about this processor including examples, see [ listToMap] in the *CloudWatch Logs User Guide*.

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-listToMap

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flattenBoolean

A Boolean value to indicate whether the list will be flattened into single items. Specify ‘true` to flatten the list. The default is `false`

Returns:

  • (Boolean)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3751

class ListToMap < Struct.new(
  :source,
  :key,
  :value_key,
  :target,
  :flatten,
  :flattened_element)
  SENSITIVE = []
  include Aws::Structure
end

#flattened_elementString

If you set ‘flatten` to `true`, use `flattenedElement` to specify which element, `first` or `last`, to keep.

You must specify this parameter if ‘flatten` is `true`

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3751

class ListToMap < Struct.new(
  :source,
  :key,
  :value_key,
  :target,
  :flatten,
  :flattened_element)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key of the field to be extracted as keys in the generated map

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3751

class ListToMap < Struct.new(
  :source,
  :key,
  :value_key,
  :target,
  :flatten,
  :flattened_element)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The key in the log event that has a list of objects that will be converted to a map.

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3751

class ListToMap < Struct.new(
  :source,
  :key,
  :value_key,
  :target,
  :flatten,
  :flattened_element)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The key of the field that will hold the generated map

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3751

class ListToMap < Struct.new(
  :source,
  :key,
  :value_key,
  :target,
  :flatten,
  :flattened_element)
  SENSITIVE = []
  include Aws::Structure
end

#value_keyString

If this is specified, the values that you specify in this parameter will be extracted from the ‘source` objects and put into the values of the generated map. Otherwise, original objects in the source list will be put into the values of the generated map.

Returns:

  • (String)


3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3751

class ListToMap < Struct.new(
  :source,
  :key,
  :value_key,
  :target,
  :flatten,
  :flattened_element)
  SENSITIVE = []
  include Aws::Structure
end