Package com.hashicorp.cdktf
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
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(AppConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theAppConfig.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 TypeMethodDescriptioncom.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
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theAppConfig.Builder
.
-
-
Method Details
-
getContext
Description copied from interface:AppConfig
(experimental) Additional context values for the application.Context set by the CLI or the
context
key incdktf.json
has precedence.Context can be read from any construct using
node.getContext(key)
.Default: - no additional context
- Specified by:
getContext
in interfaceAppConfig
-
getOutdir
Description copied from interface:AppConfig
(experimental) The directory to output Terraform resources.Default: - CDKTF_OUTDIR if defined, otherwise "cdktf.out"
-
getSkipBackendValidation
Description copied from interface:AppConfig
(experimental) Whether to skip backend validation during synthesis of the app.Default: - false
- Specified by:
getSkipBackendValidation
in interfaceAppConfig
-
getSkipValidation
Description copied from interface:AppConfig
(experimental) Whether to skip all validations during synthesis of the app.Default: - false
- Specified by:
getSkipValidation
in interfaceAppConfig
-
getStackTraces
- Specified by:
getStackTraces
in interfaceAppConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-