Interface IAlias

All Superinterfaces:
IAliasRef, IConnectable, software.constructs.IConstruct, software.constructs.IDependable, IFunction, IFunctionRef, IGrantable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAlias.Jsii$Default
All Known Implementing Classes:
Alias, IAlias.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-10-01T17:46:57.286Z") @Stability(Stable) public interface IAlias extends software.amazon.jsii.JsiiSerializable, IFunction, IAliasRef
  • Method Details

    • getAliasName

      @Stability(Stable) @NotNull String getAliasName()
      Name of this alias.
    • getVersion

      @Stability(Stable) @NotNull IVersion getVersion()
      The underlying Lambda function version.
    • getNode

      @Stability(Stable) @NotNull software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct
      Specified by:
      getNode in interface IFunction