Interface IStackSynthesizer

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IStackSynthesizer.Jsii$Default
All Known Implementing Classes:
IStackSynthesizer.Jsii$Proxy

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-04-15T08:11:31.985Z") @Stability(Experimental) public interface IStackSynthesizer extends software.amazon.jsii.JsiiSerializable
(experimental) Encodes information how a certain Stack should be deployed inspired by AWS CDK v2 implementation (synth functionality was removed in constructs v10).
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IStackSynthesizer.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    (experimental) Synthesize the associated stack to the session.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • synthesize

      @Stability(Experimental) void synthesize(@NotNull ISynthesisSession session)
      (experimental) Synthesize the associated stack to the session.

      Parameters:
      session - This parameter is required.