endpointNames

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


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