userEventPattern

@JvmName(name = "qoxuyfjkxgeowfeu")
suspend fun userEventPattern(value: Output<String>)
@JvmName(name = "vaidlfyatgkrjogc")
suspend fun userEventPattern(value: String?)

Parameters

value

Specifies the matching event names. There are 3 kind of patterns supported: * * matches any event name * , Combine multiple events with , for example event1,event2, it matches event event1 and event2 * The single event name, for example event1, it matches event1.