@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-08T15:32:47.560Z") @Stability(value=Experimental) public interface ISynthesisSession extends software.amazon.jsii.JsiiSerializable
Passed into TerraformStack.onSynthesize()
methods.
originally from aws/constructs lib v3.3.126 (synth functionality was removed in constructs v10)
Modifier and Type | Interface and Description |
---|---|
static interface |
ISynthesisSession.Jsii$Default
Internal default implementation for
ISynthesisSession . |
static class |
ISynthesisSession.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
Manifest |
getManifest() |
String |
getOutdir()
(experimental) The output directory for this synthesis session.
|
default Boolean |
getSkipValidation() |
@Stability(value=Experimental) @NotNull Manifest getManifest()
@Stability(value=Experimental) @NotNull String getOutdir()
@Stability(value=Experimental) @Nullable default Boolean getSkipValidation()
Copyright © 2022. All rights reserved.