nonKeyAttributes

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


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