splitKeys

@JvmName(name = "jaqtrgbwhbykgclv")
suspend fun splitKeys(value: Output<List<String>>)
@JvmName(name = "iqcnxtakduenurrp")
suspend fun splitKeys(value: List<String>?)

Parameters

value

A list of predefined keys to split the table on. !>Warning: Modifying the split_keys of an existing table will cause the provider to delete/recreate the entire gcp.bigtable.Table resource.


@JvmName(name = "hlyxrllgyhychtmd")
suspend fun splitKeys(vararg values: Output<String>)


@JvmName(name = "vcusvsepevqpuxfd")
suspend fun splitKeys(values: List<Output<String>>)
@JvmName(name = "muwkvpcnesmjhdhj")
suspend fun splitKeys(vararg values: String)

Parameters

values

A list of predefined keys to split the table on. !>Warning: Modifying the split_keys of an existing table will cause the provider to delete/recreate the entire gcp.bigtable.Table resource.