Values.PrincipalSourceDescribes a principal for use with Resource Access Manager.
type nonrec t = {id : String_.t option;The ID of the principal that can be associated with a resource share.
*)creationTime : DateTime.t option;The date and time when the principal was associated with the resource share.
*)lastUpdatedTime : DateTime.t option;The date and time when the association between the resource share and the principal was last updated.
*)external_ : Boolean.t option;Indicates the relationship between the Amazon Web Services account the principal belongs to and the account that owns the resource share: True – The two accounts belong to same organization. False – The two accounts do not belong to the same organization.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]