eventTypes

@JvmName(name = "egommwlxqvtouflk")
suspend fun eventTypes(value: Output<List<String>>)
@JvmName(name = "uqylamrjtjgtfymc")
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 = "mwkmpnwgudaocsyi")
suspend fun eventTypes(vararg values: Output<String>)


@JvmName(name = "ourufpqqdwrbwptv")
suspend fun eventTypes(values: List<Output<String>>)
@JvmName(name = "nodxotcwtlmipqrt")
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"