Values_1.CreateUsageProfileRequestSourceCreates an Glue usage profile.
type nonrec t = {name : Values_0.NameString.t;The name of the usage profile.
*)description : Values_0.DescriptionString.t option;A description of the usage profile.
*)configuration : ProfileConfiguration.t;A ProfileConfiguration object specifying the job and session values for the profile.
*)}val make :
?description:??? ->
?tags:??? ->
name:Values_0.NameString.t ->
configuration:ProfileConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Values_0.NameString.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 ])
list ]