DataSetRowLevelPermissionDataSet

data class DataSetRowLevelPermissionDataSet(val arn: String, val formatVersion: DataSetRowLevelPermissionFormatVersion? = null, val namespace: String? = null, val permissionPolicy: DataSetRowLevelPermissionPolicy, val status: DataSetStatus? = null)

The row-level security configuration for the dataset.

Constructors

Link copied to clipboard
fun DataSetRowLevelPermissionDataSet(arn: String, formatVersion: DataSetRowLevelPermissionFormatVersion? = null, namespace: String? = null, permissionPolicy: DataSetRowLevelPermissionPolicy, status: DataSetStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the permission dataset.

Link copied to clipboard
val namespace: String? = null

The namespace associated with the row-level permissions dataset.

Link copied to clipboard
val status: DataSetStatus? = null