endpointNames

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


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