AuthorizedViewSubsetViewArgs

data class AuthorizedViewSubsetViewArgs(val familySubsets: Output<List<AuthorizedViewSubsetViewFamilySubsetArgs>>? = null, val rowPrefixes: Output<List<String>>? = null) : ConvertibleToJava<AuthorizedViewSubsetViewArgs>

Constructors

Link copied to clipboard
constructor(familySubsets: Output<List<AuthorizedViewSubsetViewFamilySubsetArgs>>? = null, rowPrefixes: Output<List<String>>? = null)

Properties

Link copied to clipboard

A group of column family subsets to be included in the authorized view. This can be specified multiple times. Structure is documented below.

-----

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

A list of Base64-encoded row prefixes to be included in the authorized view. To provide access to all rows, include the empty string as a prefix ("").

Functions

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