Values_1.ProfileConfigurationSourceSpecifies the job and session values that an admin configures in an Glue usage profile.
type nonrec t = {sessionConfiguration : ConfigurationMap.t option;A key-value map of configuration parameters for Glue sessions.
*)jobConfiguration : ConfigurationMap.t option;A key-value map of configuration parameters for Glue jobs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of Values_0.NameString.t ]
* [> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.ConfigValueString.t ])
list ])
list ])
list ]