compositePartitionKey

@JvmName(name = "uxidwhmqpvfffcma")
suspend fun compositePartitionKey(value: Output<List<TablePartitionKeyArgs>>)
@JvmName(name = "fdvqltrqmkajytkd")
suspend fun compositePartitionKey(value: List<TablePartitionKeyArgs>?)

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.


@JvmName(name = "oeckmuqpjhdclddc")
suspend fun compositePartitionKey(vararg values: Output<TablePartitionKeyArgs>)


@JvmName(name = "dnhaglhqiujwhork")
suspend fun compositePartitionKey(values: List<Output<TablePartitionKeyArgs>>)
@JvmName(name = "rclalepqyooahetw")
suspend fun compositePartitionKey(vararg values: TablePartitionKeyArgs)

Parameters

values

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.


@JvmName(name = "qrkjdjklbnvtanbf")
suspend fun compositePartitionKey(argument: List<suspend TablePartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "johykajjwoartdmd")
suspend fun compositePartitionKey(vararg argument: suspend TablePartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "dtlrspaymrsxnrql")
suspend fun compositePartitionKey(argument: suspend TablePartitionKeyArgsBuilder.() -> 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.