Action Args
data class ActionArgs(val compatibilityLevel: Output<Int>? = null, val requiresPreprocessing: Output<Boolean>? = null, val sqlExpression: Output<String>? = null) : ConvertibleToJava<ActionArgs>
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
Constructors
Link copied to clipboard
fun ActionArgs(compatibilityLevel: Output<Int>? = null, requiresPreprocessing: Output<Boolean>? = null, sqlExpression: Output<String>? = null)