DataSetRowLevelPermissionDataSetArgs

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

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the dataset that contains permissions for RLS.

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

User or group rules associated with the dataset that contains permissions for RLS.

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

Namespace associated with the dataset that contains permissions for RLS.

Link copied to clipboard

Type of permissions to use when interpreting the permissions for RLS. Valid values are GRANT_ACCESS and DENY_ACCESS.

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

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