toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.logs.kotlin.outputs
/
TransformerProcessorGrokProperties
Transformer
Processor
Grok
Properties
data
class
TransformerProcessorGrokProperties
(
val
match
:
String
,
val
source
:
String
?
=
null
)
Use this parameter to include the
grok
processor in your transformer.
Members
Constructors
Transformer
Processor
Grok
Properties
Link copied to clipboard
constructor
(
match
:
String
,
source
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
match
Link copied to clipboard
val
match
:
String
source
Link copied to clipboard
val
source
:
String
?
=
null