annotations

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