Class: Aws::CloudWatchLogs::Types::CopyValue

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

Overview

This processor copies values within a log event. You can also use this processor to add metadata to log events by copying the values of the following metadata keys into the log events: ‘@logGroupName`, `@logGroupStream`, `@accountId`, `@regionName`.

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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::CopyValueEntry>

An array of ‘CopyValueEntry` objects, where each object contains the information about one field value to copy.

Returns:



618
619
620
621
622
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 618

class CopyValue < Struct.new(
  :entries)
  SENSITIVE = []
  include Aws::Structure
end