sourceIds

@JvmName(name = "exrjfqrjbsaddceu")
suspend fun sourceIds(value: Output<List<String>>)
@JvmName(name = "mxxkgekkwioerjxc")
suspend fun sourceIds(value: List<String>?)

Parameters

value

A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a source_type must also be specified.


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


@JvmName(name = "ngeotffiikgcqvjd")
suspend fun sourceIds(values: List<Output<String>>)
@JvmName(name = "iiievpcrwhqiixdg")
suspend fun sourceIds(vararg values: String)

Parameters

values

A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a source_type must also be specified.