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>

The row-level security configuration for the dataset.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val arn: Output<String>

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

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

The namespace associated with the row-level permissions dataset.

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