attributes

@JvmName(name = "sapunleccgcvcrtd")
suspend fun attributes(value: Output<List<TableAttributeArgs>>)
@JvmName(name = "vvppwormcodyxboj")
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 = "hkilvpldqblyplqk")
suspend fun attributes(vararg values: Output<TableAttributeArgs>)


@JvmName(name = "trkopscwosdqwfst")
suspend fun attributes(values: List<Output<TableAttributeArgs>>)
@JvmName(name = "dxotheathksjnjvh")
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 = "clsybofrpcyilwfo")
suspend fun attributes(argument: List<suspend TableAttributeArgsBuilder.() -> Unit>)
@JvmName(name = "qdbflxrtspalkitk")
suspend fun attributes(vararg argument: suspend TableAttributeArgsBuilder.() -> Unit)
@JvmName(name = "lqccycoyestpxesu")
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.