Interface AppConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AppConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.91.0 (build 1b1f239)", date="2023-11-22T14:39:30.901Z") @Stability(Experimental) public interface AppConfig extends software.amazon.jsii.JsiiSerializable
  • Method Details

    • getContext

      @Stability(Experimental) @Nullable default Map<String,Object> getContext()
      (experimental) Additional context values for the application.

      Context set by the CLI or the context key in cdktf.json has precedence.

      Context can be read from any construct using node.getContext(key).

      Default: - no additional context

    • getOutdir

      @Stability(Experimental) @Nullable default String getOutdir()
      (experimental) The directory to output Terraform resources.

      Default: - CDKTF_OUTDIR if defined, otherwise "cdktf.out"

    • getSkipBackendValidation

      @Stability(Experimental) @Nullable default Boolean getSkipBackendValidation()
      (experimental) Whether to skip backend validation during synthesis of the app.

      Default: - false

    • getSkipValidation

      @Stability(Experimental) @Nullable default Boolean getSkipValidation()
      (experimental) Whether to skip all validations during synthesis of the app.

      Default: - false

    • getStackTraces

      @Stability(Experimental) @Nullable default Boolean getStackTraces()
    • builder

      @Stability(Experimental) static AppConfig.Builder builder()
      Returns:
      a AppConfig.Builder of AppConfig