endpointNames

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


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