Values.FunctionAssociationSourceA CloudFront function that is associated with a cache behavior in a CloudFront distribution.
type nonrec t = {functionARN : FunctionARN.t;The Amazon Resource Name (ARN) of the function.
*)eventType : EventType.t;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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FunctionARN.t ]) list ]