Table of Contents

Interface ISynthesisSession

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

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

string

ValidateOnSynth

Whether the stack should be validated after synthesis to check for error metadata.

bool? ValidateOnSynth { get; set; }

Property Value

bool?

Remarks

Default: - false