DataSetColumnLevelPermissionRuleArgs

data class DataSetColumnLevelPermissionRuleArgs(val columnNames: Output<List<String>>? = null, val principals: Output<List<String>>? = null) : ConvertibleToJava<DataSetColumnLevelPermissionRuleArgs>

A rule defined to grant access on one or more restricted columns. Each dataset can have multiple rules. To create a restricted column, you add it to one or more rules. Each rule must contain at least one column and at least one user or group. To be able to see a restricted column, a user or group needs to be added to a rule for that column.

Constructors

Link copied to clipboard
constructor(columnNames: Output<List<String>>? = null, principals: Output<List<String>>? = null)

Properties

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

An array of column names.

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

An array of Amazon Resource Names (ARNs) for Amazon QuickSight users or groups.

Functions

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