Interface IVariable.Jsii$Default

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

@Internal public static interface IVariable.Jsii$Default extends IVariable
Internal default implementation for IVariable.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.IVariable

    IVariable.Jsii$Default, IVariable.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default Object
    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 default Object toJson()
      Return the variable JSON for use in the dashboard.
      Specified by:
      toJson in interface IVariable