annotations

@JvmName(name = "cjvdxrpeqmfknxde")
suspend fun annotations(value: Output<Map<String, String>>)
@JvmName(name = "dtxoutsqksrwmygl")
suspend fun annotations(value: Map<String, String>?)

Parameters

value

The annotations clause specifies a set of informational labels that can be used to store longer additional information such as alert descriptions or runbook links. The annotation values can be templated.


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

Parameters

values

The annotations clause specifies a set of informational labels that can be used to store longer additional information such as alert descriptions or runbook links. The annotation values can be templated.