nonKeyAttributes

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


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