rangeKeyType

@JvmName(name = "ladllfcqrlwaxvmb")
suspend fun rangeKeyType(value: Output<String>)
@JvmName(name = "elurkeyickacsbxo")
suspend fun rangeKeyType(value: String?)

Parameters

value

The data type for the range key (also called the sort key), You can specify the following values:

  • `'STRING'` - The range key is a string.

  • `'NUMBER'` - The range key is number. If you don't specify `rangeKeyField`, the default value is `'STRING'`.