AWSCloudFrontDistributionCacheBehaviorLambdaFunctionAssociation
No description
type AWSCloudFrontDistributionCacheBehaviorLambdaFunctionAssociation {
eventType: AWSCloudFrontDistributionCacheBehaviorFunctionEventType!
arn: String!
includeBody: Boolean!
}
Fields
AWSCloudFrontDistributionCacheBehaviorLambdaFunctionAssociation.eventType
● AWSCloudFrontDistributionCacheBehaviorFunctionEventType!
non-null enum
The event type that triggers a Lambda@Edge function invocation
AWSCloudFrontDistributionCacheBehaviorLambdaFunctionAssociation.arn
● String!
non-null scalar
The ARN of the Lambda@Edge function
AWSCloudFrontDistributionCacheBehaviorLambdaFunctionAssociation.includeBody
● Boolean!
non-null scalar
A flag that allows a Lambda@Edge function to have read access to the body content
Member of
AWSCloudFrontDistributionCacheBehavior
object ● AWSCloudFrontDistributionDefaultCacheBehavior
object