nonKeyAttributes

@JvmName(name = "pkmltqviwgxgmgee")
suspend fun nonKeyAttributes(value: Output<List<String>>)
@JvmName(name = "ehcnbbehurahueba")
suspend fun nonKeyAttributes(value: List<String>?)

Parameters

value

Only required with INCLUDE as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table.


@JvmName(name = "xawfgbtfqprtllfv")
suspend fun nonKeyAttributes(vararg values: Output<String>)


@JvmName(name = "qmquanwemijkgtqm")
suspend fun nonKeyAttributes(values: List<Output<String>>)
@JvmName(name = "ymovdrnfhkjndghq")
suspend fun nonKeyAttributes(vararg values: String)

Parameters

values

Only required with INCLUDE as a projection type; a list of attributes to project into the index. These do not need to be defined as attributes on the table.