Values.AssignedSessionActionDefinitionSourceThe definition of the assigned session action.
type nonrec t = {envEnter : AssignedEnvironmentEnterSessionActionDefinition.t option;The environment a session starts on.
*)envExit : AssignedEnvironmentExitSessionActionDefinition.t option;The environment a session exits from.
*)taskRun : AssignedTaskRunSessionActionDefinition.t option;The task run.
*)syncInputJobAttachments : AssignedSyncInputJobAttachmentsSessionActionDefinition.t
option;The job attachments to sync for the assigned session action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string * [> `String of IntString.t ]) list ])
list
| `String of EnvironmentId.t ])
list ])
list ]