annotations

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

Parameters

value

Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.


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

Parameters

values

Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.