LambdaConfigurationResponse

data class LambdaConfigurationResponse(val event: String? = null, val filter: NotificationFilterResponse? = null, val function: String? = null)

Definition of LambdaConfiguration

Constructors

Link copied to clipboard
constructor(event: String? = null, filter: NotificationFilterResponse? = null, function: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val event: String? = null

The Amazon S3 bucket event for which to invoke the LAMlong function. For more information, see Supported Event Types in the Amazon S3 User Guide.

Link copied to clipboard

The filtering rules that determine which objects invoke the AWS Lambda function. For example, you can create a filter so that only image files with a `.jpg` extension invoke the function when they are added to the Amazon S3 bucket. Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.

Link copied to clipboard
val function: String? = null

The Amazon Resource Name (ARN) of the LAMlong function that Amazon S3 invokes when the specified event type occurs.