Interface IVariable

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

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-22T02:23:58.523Z") @Stability(Stable) public interface IVariable extends software.amazon.jsii.JsiiSerializable
A single dashboard variable.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    Return the variable JSON for use in the dashboard.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • toJson

      @Stability(Stable) @NotNull Object toJson()
      Return the variable JSON for use in the dashboard.