StdioBehavior
StdioBehavior defines how the standard input/output/error streams should behave.
type StdioBehavior stringThe possible values are:
Pipe="pipe"— Pipe allows the Sandbox to pipe the streams.Ignore="ignore"— Ignore ignores the streams, meaning they will not be available.