eventTypes

@JvmName(name = "rnbvaaeminllrngi")
suspend fun eventTypes(value: Output<List<String>>)
@JvmName(name = "qklcoxhoniqvqjbm")
suspend fun eventTypes(value: List<String>?)

Parameters

value

List of event type filters for this notification config. If not specified, Cloud Storage will send notifications for all event types. The valid types are: "OBJECT_FINALIZE", "OBJECT_METADATA_UPDATE", "OBJECT_DELETE", "OBJECT_ARCHIVE"


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


@JvmName(name = "aybafetctwgicnqe")
suspend fun eventTypes(values: List<Output<String>>)
@JvmName(name = "pkqpjgnaypypwrdh")
suspend fun eventTypes(vararg values: String)

Parameters

values

List of event type filters for this notification config. If not specified, Cloud Storage will send notifications for all event types. The valid types are: "OBJECT_FINALIZE", "OBJECT_METADATA_UPDATE", "OBJECT_DELETE", "OBJECT_ARCHIVE"