AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A container for specifying the configuration for Lambda notifications. This class contains the configuration Amazon S3 uses to figure out what events you want to listen and send the event to an Amazon Lambda cloud function.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class LambdaFunctionConfiguration : NotificationConfiguration
The LambdaFunctionConfiguration type exposes the following members
Name | Description | |
---|---|---|
![]() |
LambdaFunctionConfiguration() |
Name | Type | Description | |
---|---|---|---|
![]() |
Events | System.Collections.Generic.List<Amazon.S3.EventType> | Inherited from Amazon.S3.Model.NotificationConfiguration. |
![]() |
Filter | Amazon.S3.Model.Filter | Inherited from Amazon.S3.Model.NotificationConfiguration. |
![]() |
FunctionArn | System.String |
Gets and sets the property FunctionArn. The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs. |
![]() |
Id | System.String |
Gets and sets the property Id. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer