Configured Table Analysis Rule List Args
data class ConfiguredTableAnalysisRuleListArgs(val allowedJoinOperators: Output<List<ConfiguredTableJoinOperator>>? = null, val joinColumns: Output<List<String>>, val listColumns: Output<List<String>>) : ConvertibleToJava<ConfiguredTableAnalysisRuleListArgs>
Constructors
Link copied to clipboard
fun ConfiguredTableAnalysisRuleListArgs(allowedJoinOperators: Output<List<ConfiguredTableJoinOperator>>? = null, joinColumns: Output<List<String>>, listColumns: Output<List<String>>)