keySchema

@JvmName(name = "dfnvokoykgjhulux")
suspend fun keySchema(value: Output<List<GlobalTableKeySchemaArgs>>)
@JvmName(name = "wlaxmideqetgvawo")
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 = "kqgggtnluakpfgkx")
suspend fun keySchema(vararg values: Output<GlobalTableKeySchemaArgs>)


@JvmName(name = "hrwcpvtqwnsdldto")
suspend fun keySchema(values: List<Output<GlobalTableKeySchemaArgs>>)
@JvmName(name = "idpaabghbtdljijb")
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 = "mfproxucanboqrib")
suspend fun keySchema(argument: List<suspend GlobalTableKeySchemaArgsBuilder.() -> Unit>)
@JvmName(name = "gbwnhrorsotpwmcx")
suspend fun keySchema(vararg argument: suspend GlobalTableKeySchemaArgsBuilder.() -> Unit)
@JvmName(name = "ccxuoxjtolvbssjb")
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.