Interface IStageRef

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IHttpStage, IHttpStage.Jsii$Default, IHttpStageRef, IHttpStageRef.Jsii$Default, IStage, IStage.Jsii$Default, IStageRef.Jsii$Default, IWebSocketStage, IWebSocketStage.Jsii$Default
All Known Implementing Classes:
CfnStage, HttpStage, IHttpStage.Jsii$Proxy, IHttpStageRef.Jsii$Proxy, IStage.Jsii$Proxy, IStageRef.Jsii$Proxy, IWebSocketStage.Jsii$Proxy, WebSocketStage

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-09T14:39:21.421Z") @Stability(Experimental) public interface IStageRef extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, IEnvironmentAware
(experimental) Indicates that this resource can be referenced as a Stage.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    (experimental) A reference to a Stage resource.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    getEnv

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getStageRef

      @Stability(Experimental) @NotNull StageReference getStageRef()
      (experimental) A reference to a Stage resource.