compositePartitionKey

@JvmName(name = "fsvljwigkbinxffu")
suspend fun compositePartitionKey(value: Output<TableSchemaCompositePartitionKeyArgs>)
@JvmName(name = "narxbvsmpnkkkgmb")
suspend fun compositePartitionKey(value: TableSchemaCompositePartitionKeyArgs?)

Parameters

value

A non-empty list of partition keys defining the attributes used to partition the table data. The order of the list determines the partition hierarchy. The name and type of each partition key as well as the partition key order cannot be changed after the table is created. However, the enforcement level of each partition key can be changed. See Composite Partition Key below for more details.


@JvmName(name = "kjxmcdmaqbanqsmv")
suspend fun compositePartitionKey(argument: suspend TableSchemaCompositePartitionKeyArgsBuilder.() -> Unit)

Parameters

argument

A non-empty list of partition keys defining the attributes used to partition the table data. The order of the list determines the partition hierarchy. The name and type of each partition key as well as the partition key order cannot be changed after the table is created. However, the enforcement level of each partition key can be changed. See Composite Partition Key below for more details.