class
Amazonite::CloudWatchLogs::PutTransformerRequest
- Amazonite::CloudWatchLogs::PutTransformerRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_transformer_request.crConstructors
- .new(log_group_identifier : String, transformer_config : Array(Processor))
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_identifier : String
Specify either the name or ARN of the log group to create the transformer for.
-
#log_group_identifier=(log_group_identifier : String)
Specify either the name or ARN of the log group to create the transformer for.
-
#transformer_config : Array(Processor)
This structure contains the configuration of this log transformer.
-
#transformer_config=(transformer_config : Array(Processor))
This structure contains the configuration of this log transformer.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specify either the name or ARN of the log group to create the transformer for.
Specify either the name or ARN of the log group to create the transformer for.
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.
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.