GlobalTableProjectionArgs

data class GlobalTableProjectionArgs(val nonKeyAttributes: Output<List<String>>? = null, val projectionType: Output<String>? = null) : ConvertibleToJava<GlobalTableProjectionArgs>

Constructors

Link copied to clipboard
fun GlobalTableProjectionArgs(nonKeyAttributes: Output<List<String>>? = null, projectionType: Output<String>? = null)

Functions

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

Properties

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