annotations

@JvmName(name = "nhyfprrkrpiwhvfu")
suspend fun annotations(value: Output<Map<String, String>>)
@JvmName(name = "qjwpryfncjrddgaw")
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 = "sfcpfoyrefafscpg")
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.