endpointNames

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

Parameters

value

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


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


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

Parameters

values

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