endpointNames

@JvmName(name = "mtgfwijcpuawgwnp")
suspend fun endpointNames(value: Output<List<String>>)
@JvmName(name = "ukuslgdumdbgigaa")
suspend fun endpointNames(value: List<String>)

Parameters

value

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


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


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

Parameters

values

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