Package com.hashicorp.cdktf
Interface ISynthesisSession
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISynthesisSession.Jsii$Default
- All Known Implementing Classes:
ISynthesisSession.Jsii$Proxy
@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)",
date="2024-07-01T08:06:00.471Z")
@Stability(Experimental)
public interface ISynthesisSession
extends software.amazon.jsii.JsiiSerializable
(experimental) Represents a single session of synthesis.
Passed into TerraformStack.onSynthesize()
methods.
originally from aws/constructs lib v3.3.126 (synth functionality was removed in constructs v10)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISynthesisSession
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The output directory for this synthesis session.default Boolean
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getManifest
-
getOutdir
(experimental) The output directory for this synthesis session. -
getSkipValidation
-