endpointNames

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


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