Values.FunctionAssociationsSourceA list of CloudFront functions that are associated with a cache behavior in a CloudFront distribution. Your functions must be published to the LIVE stage to associate them with a cache behavior.
type nonrec t = {quantity : Integer.t;The number of CloudFront functions in the list.
*)items : FunctionAssociationList.t option;The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. Your functions must be published to the LIVE stage to associate them with a cache behavior.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of FunctionARN.t ])
list ]
list ])
list ]