Global Table Projection Args
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)