AWS::CloudFront::Distribution FunctionAssociation - AWS CloudFormation

AWS::CloudFront::Distribution FunctionAssociation

A CloudFront function that is associated with a cache behavior in a CloudFront distribution.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "EventType" : String, "FunctionARN" : String }

YAML

EventType: String FunctionARN: String

Properties

EventType

The event type of the function, either viewer-request or viewer-response. You cannot use origin-facing event types (origin-request and origin-response) with a CloudFront function.

Required: No

Type: String

Allowed values: viewer-request | viewer-response | origin-request | origin-response

Update requires: No interruption

FunctionARN

The Amazon Resource Name (ARN) of the function.

Required: No

Type: String

Pattern: arn:aws:cloudfront::[0-9]{12}:function\/[a-zA-Z0-9-_]{1,64}$

Maximum: 108

Update requires: No interruption