Values.DevEnvironmentSessionConfigurationSourceInformation about the configuration of a Dev Environment session.
type nonrec t = {sessionType : DevEnvironmentSessionType.t;The type of the session.
*)executeCommandSessionConfiguration : ExecuteCommandSessionConfiguration.t
option;Information about optional commands that will be run on the Dev Environment when the SSH session begins.
*)}val make :
?executeCommandSessionConfiguration:??? ->
sessionType:DevEnvironmentSessionType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `String of
ExecuteCommandSessionConfigurationArgumentsMemberString.t ]
list
| `String of ExecuteCommandSessionConfigurationCommandString.t ])
list ])
list ]