Class: Aws::CloudWatchLogs::Types::PutTransformerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutTransformerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_identifier ⇒ String
Specify either the name or ARN of the log group to create the transformer for.
-
#transformer_config ⇒ Array<Types::Processor>
This structure contains the configuration of this log transformer.
Instance Attribute Details
#log_group_identifier ⇒ String
Specify either the name or ARN of the log group to create the transformer for.
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_config ⇒ Array<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.
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 |