So, if I have a Resource with Class `{x: string, y...
# general
h
So, if I have a Resource with Class
{x: string, y: string}
and create it as
{x: 'hello', y: 'world', additionalSecretOutputs: ['y']}
the output of
y
would be 'secret' ?