attributes

@JvmName(name = "jxvweksyioubopjo")
suspend fun attributes(value: Output<List<TableAttributeArgs>>)
@JvmName(name = "dgbodgejxesktjec")
suspend fun attributes(value: List<TableAttributeArgs>?)

Parameters

value

Set of nested attribute definitions. Only required for hash_key and range_key attributes. See below.


@JvmName(name = "aylxkcfuhxprrjjs")
suspend fun attributes(vararg values: Output<TableAttributeArgs>)


@JvmName(name = "pldvfgeavlfwnxch")
suspend fun attributes(values: List<Output<TableAttributeArgs>>)
@JvmName(name = "cwueffwymrcqcamd")
suspend fun attributes(vararg values: TableAttributeArgs)

Parameters

values

Set of nested attribute definitions. Only required for hash_key and range_key attributes. See below.


@JvmName(name = "lviscaanxokuecwb")
suspend fun attributes(argument: List<suspend TableAttributeArgsBuilder.() -> Unit>)
@JvmName(name = "ysbnkpiamhodufhu")
suspend fun attributes(vararg argument: suspend TableAttributeArgsBuilder.() -> Unit)
@JvmName(name = "pqsrivmtcnvbwbin")
suspend fun attributes(argument: suspend TableAttributeArgsBuilder.() -> Unit)

Parameters

argument

Set of nested attribute definitions. Only required for hash_key and range_key attributes. See below.