This message was deleted.
# getting-started
s
This message was deleted.
l
Yes. Registering isn't technically necessary, it happens anyway. It just lets Pulumi know that no other changes are expected. And you can use nested resources any way you like; they're just objects.
c
You can't depend on the registered outputs as of right now. Instead, use public class members or get-accessors to let dependent resources use any outputs you want to share outside the component resource.