https://pulumi.com logo
Title
b

busy-daybreak-12707

09/21/2022, 9:29 AM
Hi, I am new to pulumi, I have question, when I use console to add policy for role , there are some built-in defined policies had provided by aws, I want to when I use pulumi how to import and use this same built-in defined policies?
e

echoing-dinner-19531

09/21/2022, 10:50 AM
I think you want the ManagedPolicies type: e.g. for node https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/iam/managedPolicies.ts
@brainy-caravan-45245 doesn't look like these show up in registry docs btw
b

busy-daybreak-12707

09/30/2022, 2:21 AM
@echoing-dinner-19531 This is good! , It looks like can solve my problem. I will try.