keySchema

@JvmName(name = "brfkhplqyolvlrvt")
suspend fun keySchema(value: Output<List<GlobalTableKeySchemaArgs>>)
@JvmName(name = "gmtpgkwhyxjtwmfi")
suspend fun keySchema(value: List<GlobalTableKeySchemaArgs>?)

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 = "nqpymyomjgvjpjrp")
suspend fun keySchema(vararg values: Output<GlobalTableKeySchemaArgs>)


@JvmName(name = "uoggnrfiborqrvxo")
suspend fun keySchema(values: List<Output<GlobalTableKeySchemaArgs>>)
@JvmName(name = "ircuwfjrthodibql")
suspend fun keySchema(vararg values: GlobalTableKeySchemaArgs)

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 = "xolrmigscyeljnrf")
suspend fun keySchema(argument: List<suspend GlobalTableKeySchemaArgsBuilder.() -> Unit>)
@JvmName(name = "macnjeduqlccyetr")
suspend fun keySchema(vararg argument: suspend GlobalTableKeySchemaArgsBuilder.() -> Unit)
@JvmName(name = "fddrnwttvrxxynep")
suspend fun keySchema(argument: suspend GlobalTableKeySchemaArgsBuilder.() -> 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.