AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.NotificationConfiguration
    Amazon.S3.Model.LambdaFunctionConfiguration

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class LambdaFunctionConfiguration : NotificationConfiguration

The LambdaFunctionConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Events System.Collections.Generic.List<Amazon.S3.EventType> Inherited from Amazon.S3.Model.NotificationConfiguration.
Public Property Filter Amazon.S3.Model.Filter Inherited from Amazon.S3.Model.NotificationConfiguration.
Public Property 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.

Public Property Id System.String

Gets and sets the property Id.

Version Information

.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