Values_2.AddedPrincipalSourceDescribes a principal.
type nonrec t = {principalType : Values_1.PrincipalType.t option;The type of principal.
*)principal : Values_0.String_.t option;The Amazon Resource Name (ARN) of the principal.
*)servicePermissionId : Values_0.String_.t option;The ID of the service permission.
*)serviceId : Values_0.String_.t option;The ID of the service.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]