Class: Aws::CloudWatchLogs::Types::PutTransformerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_identifierString

Specify either the name or ARN of the log group to create the transformer for.

Returns:

  • (String)


5891
5892
5893
5894
5895
5896
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5891

class PutTransformerRequest < Struct.new(
  :log_group_identifier,
  :transformer_config)
  SENSITIVE = []
  include Aws::Structure
end

#transformer_configArray<Types::Processor>

This structure contains the configuration of this log transformer. A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.

Returns:



5891
5892
5893
5894
5895
5896
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5891

class PutTransformerRequest < Struct.new(
  :log_group_identifier,
  :transformer_config)
  SENSITIVE = []
  include Aws::Structure
end