PDKNagApp.Builder |
PDKNagApp.Builder.analyticsReporting(Boolean analyticsReporting) |
Include runtime versioning information in the Stacks of this app.
|
PDKNagApp.Builder |
PDKNagApp.Builder.autoSynth(Boolean autoSynth) |
Automatically call `synth()` before the program exits.
|
PDKNagApp.Builder |
PDKNagApp.Builder.context(Map<String,? extends Object> context) |
Additional context values for the application.
|
static PDKNagApp.Builder |
PDKNagApp.Builder.create() |
|
PDKNagApp.Builder |
PDKNagApp.Builder.defaultStackSynthesizer(software.amazon.awscdk.IReusableStackSynthesizer defaultStackSynthesizer) |
The stack synthesizer to use by default for all Stacks in the App.
|
PDKNagApp.Builder |
PDKNagApp.Builder.failOnError(Boolean failOnError) |
Determines whether any errors encountered should trigger a test failure.
|
PDKNagApp.Builder |
PDKNagApp.Builder.failOnWarning(Boolean failOnWarning) |
Determines whether any warnings encountered should trigger a test failure.
|
PDKNagApp.Builder |
PDKNagApp.Builder.nagPacks(List<? extends io.github.cdklabs.cdknag.NagPack> nagPacks) |
Custom nag packs to execute.
|
PDKNagApp.Builder |
PDKNagApp.Builder.outdir(String outdir) |
The output directory into which to emit synthesized artifacts.
|
PDKNagApp.Builder |
PDKNagApp.Builder.postCliContext(Map<String,? extends Object> postCliContext) |
Additional context values for the application.
|
PDKNagApp.Builder |
PDKNagApp.Builder.stackTraces(Boolean stackTraces) |
Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
|
PDKNagApp.Builder |
PDKNagApp.Builder.treeMetadata(Boolean treeMetadata) |
Include construct tree metadata as part of the Cloud Assembly.
|