splitKeys

@JvmName(name = "pwahqndwtfdxyljo")
suspend fun splitKeys(value: Output<List<String>>)
@JvmName(name = "kbqgtebtjntuytsn")
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 = "asgsyopjyqcojlbm")
suspend fun splitKeys(vararg values: Output<String>)


@JvmName(name = "ipbrbjclgmumbvsr")
suspend fun splitKeys(values: List<Output<String>>)
@JvmName(name = "mtodbvwtbrwqogbo")
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.