Notification Args
data class NotificationArgs(val bucket: Output<String>? = null, val customAttributes: Output<Map<String, String>>? = null, val etag: Output<String>? = null, val eventTypes: Output<List<String>>? = null, val id: Output<String>? = null, val kind: Output<String>? = null, val objectNamePrefix: Output<String>? = null, val payloadFormat: Output<String>? = null, val selfLink: Output<String>? = null, val topic: Output<String>? = null, val userProject: Output<String>? = null) : ConvertibleToJava<NotificationArgs>
Creates a notification subscription for a given bucket. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun NotificationArgs(bucket: Output<String>? = null, customAttributes: Output<Map<String, String>>? = null, etag: Output<String>? = null, eventTypes: Output<List<String>>? = null, id: Output<String>? = null, kind: Output<String>? = null, objectNamePrefix: Output<String>? = null, payloadFormat: Output<String>? = null, selfLink: Output<String>? = null, topic: Output<String>? = null, userProject: Output<String>? = null)