sourceIds

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

Parameters

value

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.


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


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

Parameters

values

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.