Values.GlossaryItemSourceThe details of a business glossary.
type nonrec t = {domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which the business glossary exists.
*)id : GlossaryId.t option;The identifier of the glossary.
*)name : GlossaryName.t option;The name of the glossary.
*)owningProjectId : ProjectId.t option;The identifier of the project that owns the business glosary.
*)description : GlossaryDescription.t option;The business glossary description.
*)status : GlossaryStatus.t option;The business glossary status.
*)usageRestrictions : GlossaryUsageRestrictions.t option;The usage restrictions associated with a goverened glossary term.
*)createdAt : CreatedAt.t option;The timestamp of when the glossary was created.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the glossary.
*)updatedAt : UpdatedAt.t option;The timestamp of when the business glossary was updated.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the business glossary.
*)additionalAttributes : GlossaryItemAdditionalAttributes.t option;The additional attributes of an Amazon DataZone glossary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of DomainId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t ])
list ]
list
| `String of Attribute.t ])
list ]
list ])
list ]
list ])
list
| `Timestamp of CreatedAt.t ])
list ]