Class DistributionOrderedCacheBehaviorLambdaFunctionAssociationArgs
Inheritance
System.Object
DistributionOrderedCacheBehaviorLambdaFunctionAssociationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOrderedCacheBehaviorLambdaFunctionAssociationArgs : ResourceArgs
Constructors
View SourceDistributionOrderedCacheBehaviorLambdaFunctionAssociationArgs()
Declaration
public DistributionOrderedCacheBehaviorLambdaFunctionAssociationArgs()
Properties
View SourceEventType
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> |
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> |
LambdaArn
ARN of the Lambda function.
Declaration
public Input<string> LambdaArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |