includedEventTypes

@JvmName(name = "rjsirpswufyotnpw")
suspend fun includedEventTypes(value: Output<List<String>>)
@JvmName(name = "mvedtjtfsxnmbxrs")
suspend fun includedEventTypes(value: List<String>?)

Parameters

value

A list of applicable event types that need to be part of the event subscription.


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


@JvmName(name = "xljsjjgqpmksfvua")
suspend fun includedEventTypes(values: List<Output<String>>)
@JvmName(name = "kcbhervmudbjcpii")
suspend fun includedEventTypes(vararg values: String)

Parameters

values

A list of applicable event types that need to be part of the event subscription.