This message was deleted.
# general
s
This message was deleted.
l
It's in args.props.
You don't need to convert Inputs to strings. You either use apply if you need to change the value, or just the Input directly, if you don't.
I'm almost certain that you can't use a future value as an import ID. Import IDs are needed before the engine runs, future values aren't available until the engine is running. You can use the (Pulumi statue) name of the resource, which is available as args.name.