DataSetRowLevelPermissionTagConfigurationTagRuleArgs

data class DataSetRowLevelPermissionTagConfigurationTagRuleArgs(val columnName: Output<String>, val matchAllValue: Output<String>? = null, val tagKey: Output<String>, val tagMultiValueDelimiter: Output<String>? = null) : ConvertibleToJava<DataSetRowLevelPermissionTagConfigurationTagRuleArgs>

Constructors

constructor(columnName: Output<String>, matchAllValue: Output<String>? = null, tagKey: Output<String>, tagMultiValueDelimiter: Output<String>? = null)

Properties

Link copied to clipboard
val columnName: Output<String>

Column name that a tag key is assigned to.

Link copied to clipboard
val matchAllValue: Output<String>? = null

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one.

Link copied to clipboard
val tagKey: Output<String>

Unique key for a tag.

Link copied to clipboard
val tagMultiValueDelimiter: Output<String>? = null

A string that you want to use to delimit the values when you pass the values at run time.

Functions

Link copied to clipboard
open override fun toJava(): DataSetRowLevelPermissionTagConfigurationTagRuleArgs