Module: AWSCDK::CloudWatch::IAlarmRule

Included in:
IAlarm
Defined in:
cloud_watch/i_alarm_rule.rb

Overview

Interface for Alarm Rule.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.jsii_overridable_methodsObject



14
15
16
17
18
# File 'cloud_watch/i_alarm_rule.rb', line 14

def self.jsii_overridable_methods
  {
    :render_alarm_rule => { kind: :method, name: "renderAlarmRule", is_optional: false },
  }
end

Instance Method Details

#render_alarm_ruleString

serialized representation of Alarm Rule to be used when building the Composite Alarm resource.

Returns:

  • (String)


10
11
12
# File 'cloud_watch/i_alarm_rule.rb', line 10

def render_alarm_rule()
  jsii_call_method("renderAlarmRule", [])
end