eventTypeIds

@JvmName(name = "dcsmvhihwgkgjiih")
suspend fun eventTypeIds(value: Output<List<String>>)
@JvmName(name = "snynjcsyglwvsyaj")
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 = "bwhqgdpquqwhjlga")
suspend fun eventTypeIds(vararg values: Output<String>)


@JvmName(name = "cdlwipcurfqonqhs")
suspend fun eventTypeIds(values: List<Output<String>>)
@JvmName(name = "naytgpotjrmypxmh")
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 .