uniqueKeys

@JvmName(name = "ufclpnxkyemvohno")
suspend fun uniqueKeys(value: Output<List<String>>)
@JvmName(name = "ehmjbwghvhnajngy")
suspend fun uniqueKeys(value: List<String>?)

Parameters

value

A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.


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


@JvmName(name = "guufwlmqtmtuyoab")
suspend fun uniqueKeys(values: List<Output<String>>)
@JvmName(name = "jfsovfmylpucpbwk")
suspend fun uniqueKeys(vararg values: String)

Parameters

values

A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.