projection

@JvmName(name = "plhljtvefvgmqnam")
suspend fun projection(value: Output<TableProjectionArgs>)
@JvmName(name = "ssricsifayhplfid")
suspend fun projection(value: TableProjectionArgs)

Parameters

value

Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.


@JvmName(name = "vnsexawtjstwrnkr")
suspend fun projection(argument: suspend TableProjectionArgsBuilder.() -> Unit)

Parameters

argument

Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.