DataSetRowLevelPermissionDataSetArgs

data class DataSetRowLevelPermissionDataSetArgs(val arn: Output<String>, val formatVersion: Output<DataSetRowLevelPermissionFormatVersion>? = null, val namespace: Output<String>? = null, val permissionPolicy: Output<DataSetRowLevelPermissionPolicy>, val status: Output<DataSetStatus>? = null) : ConvertibleToJava<DataSetRowLevelPermissionDataSetArgs>

Information about a dataset that contains permissions for row-level security (RLS). The permissions dataset maps fields to users or groups. For more information, see Using Row-Level Security (RLS) to Restrict Access to a Dataset in the Amazon QuickSight User Guide.

The option to deny permissions by setting PermissionPolicy to DENY_ACCESS is not supported for new RLS datasets.

Constructors

Link copied to clipboard
constructor(arn: Output<String>, formatVersion: Output<DataSetRowLevelPermissionFormatVersion>? = null, namespace: Output<String>? = null, permissionPolicy: Output<DataSetRowLevelPermissionPolicy>, status: Output<DataSetStatus>? = null)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.

Link copied to clipboard

The user or group rules associated with the dataset that contains permissions for RLS. By default, FormatVersion is VERSION_1 . When FormatVersion is VERSION_1 , UserName and GroupName are required. When FormatVersion is VERSION_2 , UserARN and GroupARN are required, and Namespace must not exist.

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

The namespace associated with the dataset that contains permissions for RLS.

Link copied to clipboard

The type of permissions to use when interpreting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.

Link copied to clipboard
val status: Output<DataSetStatus>? = null

The status of the row-level security permission dataset. If enabled, the status is ENABLED . If disabled, the status is DISABLED .

Functions

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