case PrincipalType.canonicalUser:
              this.myPrincipals[prefix]?.forEach((userId) => {
                // @ts-ignore only available after swapping 1-base
                this[mode](new iam.CanonicalUserPrincipal(userId));
              });