Package software.amazon.awscdk
Class ISynthesisSession.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.ISynthesisSession.Jsii$Proxy
- All Implemented Interfaces:
ISynthesisSession,ISynthesisSession.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ISynthesisSession
@Internal
public static final class ISynthesisSession.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ISynthesisSession.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.ISynthesisSession
ISynthesisSession.Jsii$Default, ISynthesisSession.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CloudAssemblyBuilderCloud assembly builder.final StringThe output directory for this synthesis session.final BooleanWhether the stack should be validated after synthesis to check for error metadata.final voidsetAssembly(CloudAssemblyBuilder value) Cloud assembly builder.final voidThe output directory for this synthesis session.final voidsetValidateOnSynth(Boolean value) Whether the stack should be validated after synthesis to check for error metadata.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getAssembly
Cloud assembly builder.- Specified by:
getAssemblyin interfaceISynthesisSession- Specified by:
getAssemblyin interfaceISynthesisSession.Jsii$Default
-
setAssembly
Cloud assembly builder.- Specified by:
setAssemblyin interfaceISynthesisSession- Specified by:
setAssemblyin interfaceISynthesisSession.Jsii$Default
-
getOutdir
The output directory for this synthesis session.- Specified by:
getOutdirin interfaceISynthesisSession- Specified by:
getOutdirin interfaceISynthesisSession.Jsii$Default
-
setOutdir
The output directory for this synthesis session.- Specified by:
setOutdirin interfaceISynthesisSession- Specified by:
setOutdirin interfaceISynthesisSession.Jsii$Default
-
getValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
getValidateOnSynthin interfaceISynthesisSession- Specified by:
getValidateOnSynthin interfaceISynthesisSession.Jsii$Default
-
setValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
setValidateOnSynthin interfaceISynthesisSession- Specified by:
setValidateOnSynthin interfaceISynthesisSession.Jsii$Default
-