Table Projection Args
data class TableProjectionArgs(val nonKeyAttributes: Output<List<String>>? = null, val projectionType: Output<String>? = null) : ConvertibleToJava<TableProjectionArgs>
Constructors
Link copied to clipboard
fun TableProjectionArgs(nonKeyAttributes: Output<List<String>>? = null, projectionType: Output<String>? = null)