hashKeyType

@JvmName(name = "aeijctefhhgnasec")
suspend fun hashKeyType(value: Output<String>)
@JvmName(name = "oakuksaoctaultiv")
suspend fun hashKeyType(value: String?)

Parameters

value

The data type for the hash key (also called the partition key). You can specify the following values:

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

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