splitKeys

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


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