Interface IAlarmRule.Jsii$Default

All Superinterfaces:
IAlarmRule, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IAlarm.Jsii$Default
All Known Implementing Classes:
IAlarm.Jsii$Proxy, IAlarmRule.Jsii$Proxy
Enclosing interface:
IAlarmRule

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

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

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

    Modifier and Type
    Method
    Description
    default String
    serialized representation of Alarm Rule to be used when building the Composite Alarm resource.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • renderAlarmRule

      @Stability(Stable) @NotNull default String renderAlarmRule()
      serialized representation of Alarm Rule to be used when building the Composite Alarm resource.
      Specified by:
      renderAlarmRule in interface IAlarmRule