https://pulumi.com logo
b

brash-vr-21201

10/11/2021, 1:56 PM
Hi guys , Is there a way to get all the inputs /arguments that can be provided to a resource? We are using typescript pulumi/aws sdk.
d

dry-sugar-63293

10/11/2021, 2:21 PM
@brash-vr-21201 you can use this API reference. also, if you use an IDE like VSCode, you will get auto-completion support there as well
b

brash-vr-21201

10/12/2021, 12:43 PM
Hi thanks @dry-sugar-63293. I was looking for a way to fetch them at runtime or if there is any api for this. So let's say I want to get all the possible properties that can be supplied to vpc. Is it possible using the sdks?
d

dry-sugar-63293

10/12/2021, 12:44 PM
Ah ok .. sorry I misunderstood ...