is `pulumi.Resource._name` [<ref>] considered priv...
# python
f
is
pulumi.Resource._name
[ref] considered private? If so, how can I get access to the name passed for the resource in a form that is not a
pulumi.Output[str]
so I can use it to name another resource?
d
e
^^^ yup use that
there's matching properties/methods in all the other languages to do the same thing now as well