TransformerArgs

data class TransformerArgs(val logGroupIdentifier: Output<String>? = null, val transformerConfig: Output<List<TransformerProcessorArgs>>? = null) : ConvertibleToJava<TransformerArgs>

Specifies a transformer on the log group to transform logs into consistent structured and information rich format.

Constructors

Link copied to clipboard
constructor(logGroupIdentifier: Output<String>? = null, transformerConfig: Output<List<TransformerProcessorArgs>>? = null)

Properties

Link copied to clipboard
val logGroupIdentifier: Output<String>? = null

Existing log group that you want to associate with this transformer.

Link copied to clipboard

List of processors in a transformer

Functions

Link copied to clipboard
open override fun toJava(): TransformerArgs