https://pulumi.com logo
#python
Title
# python
d

damp-fall-55922

06/10/2022, 5:25 PM
I’m building a provider in python… was wondering if there’s a shortcut to creating the ComponentNameArgs class? it seems like it could be generated straight from the schema.json, no? in fact, in the python sdk it is generated. do I just copy it back from the SDK to the source? 😄
b

billowy-army-68599

06/10/2022, 5:29 PM
its not possible yet, we are investigating improvements her, but for now you have to define the args class yourself
d

damp-fall-55922

06/10/2022, 5:30 PM
thanks!
3 Views