splitKeys

@JvmName(name = "tbftnilnsmjflpgt")
suspend fun splitKeys(value: Output<List<String>>)
@JvmName(name = "waucxdrscpkohqik")
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 Terraform to delete/recreate the entire google_bigtable_table resource.


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


@JvmName(name = "fedbwpaecvhinabh")
suspend fun splitKeys(values: List<Output<String>>)
@JvmName(name = "ffxrihsypxufcsfs")
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 Terraform to delete/recreate the entire google_bigtable_table resource.