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.
Properties
Link copied to clipboard
This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
Link copied to clipboard
Value that indicates whether the rule action requires preprocessing.
Link copied to clipboard
SQL expression. e.g. MyProperty='ABC'