Values.AwsIamAccessKeySessionContextSessionIssuerSourceInformation about the entity that created the session.
type nonrec t = {type_ : NonEmptyString.t option;The type of principal (user, role, or group) that created the session.
*)principalId : NonEmptyString.t option;The principal ID of the principal (user, role, or group) that created the session.
*)arn : NonEmptyString.t option;The ARN of the session.
*)accountId : NonEmptyString.t option;The identifier of the Amazon Web Services account that created the session.
*)userName : NonEmptyString.t option;The name of the principal that created the session.
*)}