BucketNotificationLambdaFunction

data class BucketNotificationLambdaFunction(val events: List<String>, val filterPrefix: String? = null, val filterSuffix: String? = null, val id: String? = null, val lambdaFunctionArn: String? = null)

Constructors

Link copied to clipboard
constructor(events: List<String>, filterPrefix: String? = null, filterSuffix: String? = null, id: String? = null, lambdaFunctionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Event for which to send notifications.

Link copied to clipboard
val filterPrefix: String? = null

Object key name prefix.

Link copied to clipboard
val filterSuffix: String? = null

Object key name suffix.

Link copied to clipboard
val id: String? = null

Unique identifier for each of the notification configurations.

Link copied to clipboard

Lambda function ARN.