AWS SDK Version 3 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 complex type that specifies a list of Lambda@Edge functions associations for a cache behavior.

If you want to invoke one or more Lambda@Edge functions triggered by requests that match the PathPattern of the cache behavior, specify the applicable values for Quantity and Items. Note that there can be up to 4 LambdaFunctionAssociation items in this list (one for each possible value of EventType) and each EventType can be associated with only one function.

If you don't want to invoke any Lambda@Edge functions for the requests that match PathPattern, specify 0 for Quantity and omit Items.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.LambdaFunctionAssociations

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

Syntax

C#
public class LambdaFunctionAssociations

The LambdaFunctionAssociations type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Items System.Collections.Generic.List<Amazon.CloudFront.Model.LambdaFunctionAssociation>

Gets and sets the property Items.

Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior. If Quantity is 0, you can omit Items.

Public Property Quantity System.Int32

Gets and sets the property Quantity.

The number of Lambda@Edge function associations for this cache behavior.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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