Class LambdaFunctionConfiguration
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.
public class LambdaFunctionConfiguration : NotificationConfiguration
- Inheritance
-
LambdaFunctionConfiguration
- Inherited Members
Constructors
LambdaFunctionConfiguration()
public LambdaFunctionConfiguration()
Properties
FunctionArn
Gets and sets the FunctionArn property. This is the Amazon Lambda cloud function to which Amazon S3 will invoke with the events.
public string FunctionArn { get; set; }
Property Value
Id
Gets and set the Id property. The Id will be provided in the event content and can be used to identify which configuration caused an event to fire. If the Id is not provided for the configuration, one will be generated.
public string Id { get; set; }