Authorized View Subset View Args
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
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 ("").