Interface IStageHost

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.832Z") @Stability(Deprecated) @Deprecated public interface IStageHost extends software.amazon.jsii.JsiiSerializable
Deprecated.
This class is part of the old API. Use the API based on the CodePipeline class instead
(deprecated) Features that the Stage needs from its environment.

  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    stackOutputArtifact(String stackArtifactId)
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • publishAsset

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

      Parameters:
      command - This parameter is required.
    • stackOutputArtifact

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

      Parameters:
      stackArtifactId - This parameter is required.