tagRuleConfigurations

@JvmName(name = "gkkykdegrnbwcfdr")
suspend fun tagRuleConfigurations(value: Output<List<List<String>>>)
@JvmName(name = "extspyjothglyyjr")
suspend fun tagRuleConfigurations(value: List<List<String>>?)

Parameters

value

A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.


@JvmName(name = "lfchqtccgkjgsyfx")
suspend fun tagRuleConfigurations(vararg values: Output<List<String>>)


@JvmName(name = "yhbvylbbceejkuel")
suspend fun tagRuleConfigurations(values: List<Output<List<String>>>)
@JvmName(name = "ncsndhdfrafgonnr")
suspend fun tagRuleConfigurations(vararg values: List<String>)

Parameters

values

A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.