Class AppProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.AppProps.Jsii$Proxy
All Implemented Interfaces:
AppProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AppProps

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

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

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.core.AppProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the AppProps.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
     
    final Boolean
    Include runtime versioning information in the Stacks of this app.
    final Boolean
    Automatically call synth() before the program exits.
    Additional context values for the application.
    final String
    The output directory into which to emit synthesized artifacts.
    final Boolean
    (deprecated) Include runtime versioning information in the Stacks of this app.
    final Boolean
    Include construct creation stack trace in the aws:cdk:trace metadata key of all constructs.
    final Boolean
    Include construct tree metadata as part of the Cloud Assembly.
    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(AppProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AppProps.Builder.
  • Method Details

    • getAnalyticsReporting

      public final Boolean getAnalyticsReporting()
      Description copied from interface: AppProps
      Include runtime versioning information in the Stacks of this app.

      Default: Value of 'aws:cdk:version-reporting' context key

      Specified by:
      getAnalyticsReporting in interface AppProps
    • getAutoSynth

      public final Boolean getAutoSynth()
      Description copied from interface: AppProps
      Automatically call synth() before the program exits.

      If you set this, you don't have to call synth() explicitly. Note that this feature is only available for certain programming languages, and calling synth() is still recommended.

      Default: true if running via CDK CLI (`CDK_OUTDIR` is set), `false` otherwise

      Specified by:
      getAutoSynth in interface AppProps
    • getContext

      public final Map<String,Object> getContext()
      Description copied from interface: AppProps
      Additional context values for the application.

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

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

      Default: - no additional context

      Specified by:
      getContext in interface AppProps
    • getOutdir

      public final String getOutdir()
      Description copied from interface: AppProps
      The output directory into which to emit synthesized artifacts.

      You should never need to set this value. By default, the value you pass to the CLI's --output flag will be used, and if you change it to a different directory the CLI will fail to pick up the generated Cloud Assembly.

      This property is intended for internal and testing use.

      Default: - If this value is _not_ set, considers the environment variable `CDK_OUTDIR`. If `CDK_OUTDIR` is not defined, uses a temp directory.

      Specified by:
      getOutdir in interface AppProps
    • getRuntimeInfo

      public final Boolean getRuntimeInfo()
      Description copied from interface: AppProps
      (deprecated) Include runtime versioning information in the Stacks of this app.

      Default: Value of 'aws:cdk:version-reporting' context key

      Specified by:
      getRuntimeInfo in interface AppProps
    • getStackTraces

      public final Boolean getStackTraces()
      Description copied from interface: AppProps
      Include construct creation stack trace in the aws:cdk:trace metadata key of all constructs.

      Default: true stack traces are included unless `aws:cdk:disable-stack-trace` is set in the context.

      Specified by:
      getStackTraces in interface AppProps
    • getTreeMetadata

      public final Boolean getTreeMetadata()
      Description copied from interface: AppProps
      Include construct tree metadata as part of the Cloud Assembly.

      Default: true

      Specified by:
      getTreeMetadata in interface AppProps
    • $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