Values.DomainSummarySourceA summary of a Amazon DataZone domain.
type nonrec t = {id : DomainId.t option;The ID of the Amazon DataZone domain.
*)name : DomainName.t option;A name of an Amazon DataZone domain.
*)description : DomainDescription.t option;A description of an Amazon DataZone domain.
*)arn : String_.t option;The ARN of the Amazon DataZone domain.
*)managedAccountId : String_.t option;The identifier of the Amazon Web Services account that manages the domain.
*)status : DomainStatus.t option;The status of the Amazon DataZone domain.
*)portalUrl : String_.t option;The data portal URL for the Amazon DataZone domain.
*)createdAt : CreatedAt.t option;A timestamp of when a Amazon DataZone domain was created.
*)lastUpdatedAt : UpdatedAt.t option;A timestamp of when a Amazon DataZone domain was last updated.
*)domainVersion : DomainVersion.t option;The domain version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Timestamp of CreatedAt.t ])
list ]