Show / Hide Table of Contents

Class DistributionDefaultCacheBehaviorLambdaFunctionAssociationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionDefaultCacheBehaviorLambdaFunctionAssociationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionDefaultCacheBehaviorLambdaFunctionAssociationArgs : ResourceArgs

Constructors

View Source

DistributionDefaultCacheBehaviorLambdaFunctionAssociationArgs()

Declaration
public DistributionDefaultCacheBehaviorLambdaFunctionAssociationArgs()

Properties

View Source

EventType

The specific event to trigger this function. Valid values: viewer-request, origin-request, viewer-response, origin-response

Declaration
public Input<string> EventType { get; set; }
Property Value
Type Description
Input<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 Input<bool> IncludeBody { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

LambdaArn

ARN of the Lambda function.

Declaration
public Input<string> LambdaArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.