Values.UserIdentityRootSourceProvides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for your Amazon Web Services account.
type nonrec t = {accountId : string option;The unique identifier for the Amazon Web Services account.
*)arn : string option;The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.
*)principalId : string option;The unique identifier for the entity that performed the action.
*)}