Class SynthesisOptions.Jsii$Proxy

    • Constructor Detail

      • 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.
    • Method Detail

      • getOutdir

        public final String getOutdir()
        Description copied from interface: SynthesisOptions
        The output directory into which to synthesize the cloud assembly.

        Default: - creates a temporary directory

        Specified by:
        getOutdir in interface SynthesisOptions
      • getSessionContext

        public final Map<String,​Object> getSessionContext()
        Description copied from interface: SynthesisOptions
        Additional context passed into the synthesis session object when `construct.synth` is called.

        Default: - no additional context is passed to `onSynthesize`

        Specified by:
        getSessionContext in interface SynthesisOptions
      • $jsii$toJson

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

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