Values.ApplicationAssignmentSourceA structure that describes an assignment of a principal to an application.
type nonrec t = {applicationArn : ApplicationArn.t option;The ARN of the application that has principals assigned.
*)principalId : PrincipalId.t option;The unique identifier of the principal assigned to the application.
*)principalType : PrincipalType.t option;The type of the principal assigned to the application.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationArn.t ]) list ]