nonKeyAttributes

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


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