Values.ConnectionSourceContains information about a connection.
type nonrec t = {connectionArn : ConnectionArn.t option;The ARN of the connection.
*)name : ConnectionName.t option;The name of the connection.
*)connectionState : ConnectionState.t option;The state of the connection.
*)stateReason : ConnectionStateReason.t option;The reason that the connection is in the connection state.
*)creationTime : Timestamp.t option;A time stamp for the time that the connection was created.
*)lastModifiedTime : Timestamp.t option;A time stamp for the time that the connection was last modified.
*)lastAuthorizedTime : Timestamp.t option;A time stamp for the time that the connection was last authorized.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionArn.t
| `Timestamp of Timestamp.t ])
list ]