Sql Filter Args
data class SqlFilterArgs(val compatibilityLevel: Output<Int>? = null, val requiresPreprocessing: Output<Boolean>? = null, val sqlExpression: Output<String>? = null) : ConvertibleToJava<SqlFilterArgs>
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
Constructors
Link copied to clipboard
fun SqlFilterArgs(compatibilityLevel: Output<Int>? = null, requiresPreprocessing: Output<Boolean>? = null, sqlExpression: Output<String>? = null)