nonKeyAttributes

@JvmName(name = "qvikahemtqnbrplr")
suspend fun nonKeyAttributes(value: Output<List<String>>)
@JvmName(name = "pvwaqoiajpaubxfq")
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 = "nldqgstiuttakngn")
suspend fun nonKeyAttributes(vararg values: Output<String>)


@JvmName(name = "xgvlcdjlokhmcoxp")
suspend fun nonKeyAttributes(values: List<Output<String>>)
@JvmName(name = "qcnwxwixvwfcbusi")
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.