annotations

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

Parameters

value

Annotations attach non-identifying metadata to resources. Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.


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

Parameters

values

Annotations attach non-identifying metadata to resources. Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.