App
Overview
The App
class is the entry point for a cdk-for-dnscontrol application. It manages the output directory and synthesizes all DNSControl stacks defined in the construct tree.
Constructor
config.outDir
(optional): Output directory for generated files. Defaults to"cdk.out"
.
Properties
outDir: string
The output directory for synthesized files.
Methods
synth
Synthesizes all DnscontrolStack
instances in the construct tree and writes their IR files to the output directory.