attributes

@JvmName(name = "adxfokictffrimso")
suspend fun attributes(value: Output<Map<String, String>>)
@JvmName(name = "vporvnnwckyqgelo")
suspend fun attributes(value: Map<String, String>?)

Parameters

value

String map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.


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

Parameters

values

String map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.