AuthorizedViewSubsetViewFamilySubsetArgs

data class AuthorizedViewSubsetViewFamilySubsetArgs(val familyName: Output<String>, val qualifierPrefixes: Output<List<String>>? = null, val qualifiers: Output<List<String>>? = null) : ConvertibleToJava<AuthorizedViewSubsetViewFamilySubsetArgs>

Constructors

Link copied to clipboard
constructor(familyName: Output<String>, qualifierPrefixes: Output<List<String>>? = null, qualifiers: Output<List<String>>? = null)

Properties

Link copied to clipboard
val familyName: Output<String>

Name of the column family to be included in the authorized view. The specified column family must exist in the parent table of this authorized view.

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

A list of Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view. Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix ("").

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

A list of Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.

Functions

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