So `vpcId` there will be a `pulumi.Output<T>...
# general
s
So
vpcId
there will be a
pulumi.Output<T>
, and the
vpc
parameter for PrivateDnsNamespace should be a
pulumi.Input<T>
, defined as (something like):
T | Promise<T> | Output<T>