projection

@JvmName(name = "rmkwlirqhgwhluop")
suspend fun projection(value: Output<GlobalTableProjectionArgs>)
@JvmName(name = "iwdncawkqihhxxli")
suspend fun projection(value: GlobalTableProjectionArgs)

Parameters

value

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


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

Parameters

argument

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