Show / Hide Table of Contents

Class DistributionDefaultCacheBehaviorLambdaFunctionAssociation

Inheritance
System.Object
DistributionDefaultCacheBehaviorLambdaFunctionAssociation
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 DistributionDefaultCacheBehaviorLambdaFunctionAssociation

Fields

View Source

EventType

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
View Source

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>
View Source

LambdaArn

ARN of the Lambda function.

Declaration
public readonly string LambdaArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.