AWS SDK Version 2 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.

.NET Framework 3.5
 
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.CloudFunctionConfiguration

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 0.0.3.0

Syntax

C#
public class CloudFunctionConfiguration : Object

The CloudFunctionConfiguration type exposes the following members

Constructors

  Name Description
Public Method CloudFunctionConfiguration()

Properties

  Name Description
Public Property CloudFunction Gets and sets the CloudFormation property. This is the Amazon Lambda cloud function to which Amazon S3 will invoke with the events.
Public Property Events Gets and sets the Events property. These are the events the configuration will listen to and send to the Amazon Lambda cloud function.
Public Property 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 Property InvocationRole Gets and sets the InvocationRole property. The InvocationRole is an Identity and Access Management role that is used invoke the CloudFunction.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8