Values.ConnectionFunctionSummarySourceA connection function summary.
type nonrec t = {name : FunctionName.t option;The connection function name.
*)id : ResourceId.t option;The connection function ID.
*)connectionFunctionConfig : FunctionConfig.t option;connectionFunctionArn : String_.t option;The connection function Amazon Resource Name (ARN).
*)status : String_.t option;The connection function status.
*)stage : FunctionStage.t option;The connection function stage.
*)createdTime : Timestamp.t option;The connection function created time.
*)lastModifiedTime : Timestamp.t option;The connection function last modified time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FunctionName.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
| `Timestamp of Timestamp.t ])
list ]