Is there a way to attach (like a policy) ServiceRoles to a manually created role using AWS CDK?
I’m trying to attach AWSGlueServiceRole
to a manually created role in AWS CDK app. It is easily attached through the AWS IAM console but I couldn’t find a way to attach it through CDK.