Values.SessionMappingDetailSourceDetails for an Amazon EMR Studio session mapping including creation time, user or group ID, Studio ID, and so on.
type nonrec t = {studioId : XmlStringMaxLen256.t option;The ID of the Amazon EMR Studio.
*)identityId : XmlStringMaxLen256.t option;The globally unique identifier (GUID) of the user or group.
*)identityName : XmlStringMaxLen256.t option;The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.
*)identityType : IdentityType.t option;Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
*)sessionPolicyArn : XmlStringMaxLen256.t option;The Amazon Resource Name (ARN) of the session policy associated with the user or group.
*)creationTime : Date.t option;The time the session mapping was created.
*)lastModifiedTime : Date.t option;The time the session mapping was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of XmlStringMaxLen256.t
| `Timestamp of Date.t ])
list ]