Interface IStageHost.Jsii$Default

All Superinterfaces:
IStageHost, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IStageHost.Jsii$Proxy
Enclosing interface:
IStageHost

@Internal public static interface IStageHost.Jsii$Default extends IStageHost
Internal default implementation for IStageHost.
  • Method Details

    • publishAsset

      @Stability(Deprecated) @Deprecated default void publishAsset(@NotNull AssetPublishingCommand command)
      Deprecated.
      (deprecated) Make sure all the assets from the given manifest are published.

      Specified by:
      publishAsset in interface IStageHost
      Parameters:
      command - This parameter is required.
    • stackOutputArtifact

      @Stability(Deprecated) @Deprecated @Nullable default Artifact stackOutputArtifact(@NotNull String stackArtifactId)
      Deprecated.
      (deprecated) Return the Artifact the given stack has to emit its outputs into, if any.

      Specified by:
      stackOutputArtifact in interface IStageHost
      Parameters:
      stackArtifactId - This parameter is required.