Class DistributionOrderedCacheBehaviorLambdaFunctionAssociation
Inheritance
System.Object
DistributionOrderedCacheBehaviorLambdaFunctionAssociation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOrderedCacheBehaviorLambdaFunctionAssociation
Fields
View SourceEventType
The specific event to trigger this function.
Valid values: viewer-request, origin-request, viewer-response,
origin-response
Declaration
public readonly string EventType
Field Value
| Type | Description |
|---|---|
| System.String |
IncludeBody
When set to true it exposes the request body to the lambda function. Defaults to false. Valid values: true, false.
Declaration
public readonly bool? IncludeBody
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
LambdaArn
ARN of the Lambda function.
Declaration
public readonly string LambdaArn
Field Value
| Type | Description |
|---|---|
| System.String |