endpointNames

@JvmName(name = "nkgbcoaxcouedsll")
suspend fun endpointNames(value: Output<List<String>>)
@JvmName(name = "huskdtmrodhenhni")
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 = "bpuaxmmtsqimkydl")
suspend fun endpointNames(vararg values: Output<String>)


@JvmName(name = "ubqogypmqbwtdfdf")
suspend fun endpointNames(values: List<Output<String>>)
@JvmName(name = "bpvgdrlgpsqynmsy")
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.