This message was deleted.
# typescript
s
This message was deleted.
l
If you're calling
Role.get()
, then presumably the Role isn't in your Pulumi state. So you won't be able to get the ID via Pulumi APIs/SDK. You'll need to use the AWS SDK to list the Roles and pick the right one.
💯 1