is there any way to get this working: ```new aws....
# typescript
i
is there any way to get this working:
Copy code
new aws.iam.Policy('mypolicy', {
  ...,
  policy: JSON.stringify({
    ... Resource: other.resource.arn ...
  })
})