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