JS/TS's `new Resource(name, args, opts)` becomes P...
# python
h
JS/TS's
new Resource(name, args, opts)
becomes Python's
Resource(name, **args, opts=ResourceOptions(**opts))