Any way to specify permissions boundary for all created roles?

I am using an AWS account which requires that all roles created have a permissions boundary specified. Is there anyway to specify that in Jets? I tried using application properties using config.function.role and config.iam_role but Jets still tries to create a appname-IamRole-1REIDUFJXBN7L role during deployment.