labels

@JvmName(name = "chliwhnrviqknclr")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "kbfcgwuegjbosyet")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Optional The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.


@JvmName(name = "ptrvpojhpwnmnuos")
fun labels(vararg values: Pair<String, String>)

Parameters

values

Optional The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail.