Interface ISynthesisSession
Represents a single session of synthesis.
public interface ISynthesisSession
Remarks
Passed into Construct.synthesize()
methods.
Properties
Assembly
Cloud assembly builder.
CloudAssemblyBuilder Assembly { get; set; }
Property Value
- CloudAssemblyBuilder
Outdir
The output directory for this synthesis session.
string Outdir { get; set; }
Property Value
ValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.
bool? ValidateOnSynth { get; set; }
Property Value
- bool?
Remarks
Default: - false