Class AppConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.AppConfig.Jsii$Proxy
All Implemented Interfaces:
AppConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AppConfig

@Stability(Experimental) @Internal public static final class AppConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppConfig
An implementation for AppConfig
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface com.hashicorp.cdktf.AppConfig

    AppConfig.Builder, AppConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the AppConfig.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    (experimental) Additional context values for the application.
    final String
    (experimental) The directory to output Terraform resources.
    final Boolean
    (experimental) Whether to skip backend validation during synthesis of the app.
    final Boolean
    (experimental) Whether to skip all validations during synthesis of the app.
    final Boolean
     
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(AppConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AppConfig.Builder.
  • Method Details

    • getContext

      public final Map<String,Object> getContext()
      Description copied from interface: AppConfig
      (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

      Specified by:
      getContext in interface AppConfig
    • getOutdir

      public final String getOutdir()
      Description copied from interface: AppConfig
      (experimental) The directory to output Terraform resources.

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

      Specified by:
      getOutdir in interface AppConfig
    • getSkipBackendValidation

      public final Boolean getSkipBackendValidation()
      Description copied from interface: AppConfig
      (experimental) Whether to skip backend validation during synthesis of the app.

      Default: - false

      Specified by:
      getSkipBackendValidation in interface AppConfig
    • getSkipValidation

      public final Boolean getSkipValidation()
      Description copied from interface: AppConfig
      (experimental) Whether to skip all validations during synthesis of the app.

      Default: - false

      Specified by:
      getSkipValidation in interface AppConfig
    • getStackTraces

      public final Boolean getStackTraces()
      Specified by:
      getStackTraces in interface AppConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object