Assuming I have the following role ARN: ``` arn:aws:iam::1234567890:role/iam-ss/some-path/actual-role-name ``` If I enter this under `mapRoles`, this will not be recognized. Instead I need to enter: ``` arn:aws:iam::1234567890:role/actual-role-name ```