As per doc : https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-iam.Policy.html
I could create my own policy and attach to role but it is not creating a new policy rather attached as inline policy to the role. I want to create a custom policy with an arn so that I can attach to other roles I want
Things I tried
new Policy(..)
new iam.PolicyStatement()
addStatements()
attachToRole()
Please let me know how can I create custom managed policy