Hi, I am new to pulumi, I have question, when I us...
# general
b
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
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
@echoing-dinner-19531 This is good! , It looks like can solve my problem. I will try.