Values.CreateConnectionFunctionRequestSourceCreates a connection function.
type nonrec t = {name : FunctionName.t;A name for the connection function.
*)connectionFunctionConfig : FunctionConfig.t;connectionFunctionCode : FunctionBlob.t;The code for the connection function.
*)}val make :
?tags:??? ->
name:FunctionName.t ->
connectionFunctionConfig:FunctionConfig.t ->
connectionFunctionCode:FunctionBlob.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of FunctionBlob.t
| `String of FunctionName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of KeyValueStoreARN.t ]) list ]
list ])
list ])
list ])
list ]