keySchema

@JvmName(name = "evlerhseujhjvvxd")
suspend fun keySchema(value: Output<List<KeySchemaArgs>>)
@JvmName(name = "nawrsywmgildefok")
suspend fun keySchema(value: List<KeySchemaArgs>?)

Parameters

value

Specifies the attributes that make up the primary key for the table. The attributes in the `KeySchema` property must also be defined in the `AttributeDefinitions` property.


@JvmName(name = "oaoymgejcjpsirjw")
suspend fun keySchema(vararg values: Output<KeySchemaArgs>)


@JvmName(name = "lyraewowncdlccmw")
suspend fun keySchema(values: List<Output<KeySchemaArgs>>)
@JvmName(name = "qeylkqleiwcgklsk")
suspend fun keySchema(vararg values: KeySchemaArgs)

Parameters

values

Specifies the attributes that make up the primary key for the table. The attributes in the `KeySchema` property must also be defined in the `AttributeDefinitions` property.


@JvmName(name = "jbbigqeqccvraexg")
suspend fun keySchema(argument: List<suspend KeySchemaArgsBuilder.() -> Unit>)
@JvmName(name = "eaptplkeuntfqfog")
suspend fun keySchema(vararg argument: suspend KeySchemaArgsBuilder.() -> Unit)
@JvmName(name = "xaqfcbnfvsoxpefm")
suspend fun keySchema(argument: suspend KeySchemaArgsBuilder.() -> Unit)

Parameters

argument

Specifies the attributes that make up the primary key for the table. The attributes in the `KeySchema` property must also be defined in the `AttributeDefinitions` property.