Values.GlossaryTermItemSourceThe details of a business glossary term.
type nonrec t = {domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which the business glossary exists.
*)glossaryId : GlossaryId.t option;The identifier of the business glossary to which the term belongs.
*)id : GlossaryTermId.t option;The identifier of the business glossary term.
*)name : GlossaryTermName.t option;The name of the business glossary term.
*)shortDescription : ShortDescription.t option;The short description of the business glossary term.
*)usageRestrictions : GlossaryUsageRestrictions.t option;The usage restrictions associated with a goverened glossary term.
*)longDescription : LongDescription.t option;The long description of the business glossary term.
*)termRelations : TermRelations.t option;The relations of the business glossary term.
*)status : GlossaryTermStatus.t option;The status of the business glossary term.
*)createdAt : CreatedAt.t option;The timestamp of when a business glossary term was created.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the business glossary.
*)updatedAt : UpdatedAt.t option;The timestamp of when a business glossary term was updated.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the business glossary term.
*)additionalAttributes : GlossaryTermItemAdditionalAttributes.t option;The additional attributes of an Amazon DataZone glossary term.
*)}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
[> `String of GlossaryTermId.t
| `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 ]