endpointNames

@JvmName(name = "rmmjpxhbyepvwqep")
suspend fun endpointNames(value: Output<List<String>>)
@JvmName(name = "henbpdbkcfpwoayg")
suspend fun endpointNames(value: List<String>?)

Parameters

value

The endpoints to which messages that satisfy the condition are routed. Currently only 1 endpoint is allowed.


@JvmName(name = "ktpfnrietlnnqbvp")
suspend fun endpointNames(vararg values: Output<String>)


@JvmName(name = "egbyqvlosvplbjas")
suspend fun endpointNames(values: List<Output<String>>)
@JvmName(name = "gknnuomdrbrkuvly")
suspend fun endpointNames(vararg values: String)

Parameters

values

The endpoints to which messages that satisfy the condition are routed. Currently only 1 endpoint is allowed.