eventTypeIds

@JvmName(name = "itqccgikqaiomkow")
suspend fun eventTypeIds(value: Output<List<String>>)
@JvmName(name = "qtdmlopwcnaohwyj")
suspend fun eventTypeIds(value: List<String>?)

Parameters

value

A list of event types associated with this notification rule. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide .


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


@JvmName(name = "mvsxuxskgiqmlagd")
suspend fun eventTypeIds(values: List<Output<String>>)
@JvmName(name = "qrdwdhjansboxkru")
suspend fun eventTypeIds(vararg values: String)

Parameters

values

A list of event types associated with this notification rule. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide .