Values.FunctionConfigSourceContains configuration information about a CloudFront function.
type nonrec t = {comment : String_.t;A comment to describe the function.
*)runtime : FunctionRuntime.t;The function's runtime environment version.
*)keyValueStoreAssociations : KeyValueStoreAssociations.t option;The configuration for the key value store associations.
*)}val make :
?keyValueStoreAssociations:??? ->
comment:String_.t ->
runtime:FunctionRuntime.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of KeyValueStoreARN.t ]) list ]
list ])
list ])
list ]