https://pulumi.com logo
s

stocky-spoon-28903

10/23/2018, 4:45 PM
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>