Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Represents a single session of synthesis. Passed into TerraformStack.onSynthesize() methods. originally from aws/constructs lib v3.3.126 (synth functionality was removed in constructs v10)

Properties

NameTypeDescription
ManifestManifestNo description.
OutdirstringThe output directory for this synthesis session.
SkipValidationboolNo description.

ManifestRequired

public Manifest Manifest { get; }

OutdirRequired

public string Outdir { get; }
  • Type: string
The output directory for this synthesis session.

SkipValidationOptional

public bool SkipValidation { get; }
  • Type: bool