Hi guys , Is there a way to get all the inputs /ar...
# general
b
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
@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
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
Ah ok .. sorry I misunderstood ...