Sha256: f7f08f7d05484c1f4fa58127a913108bf61caf44a231fd0784c70f23d797c2a7
Contents?: true
Size: 1.07 KB
Versions: 81
Compression:
Stored size: 1.07 KB
Contents
require_relative '../resource' module Convection module Model class Template class Resource ## # AWS::CloudWatch::Alarm ## class CloudWatchAlarm < Resource type 'AWS::CloudWatch::Alarm' property :actions_enabled, 'ActionsEnabled', :default => true property :alarm_action, 'AlarmActions', :type => :list property :alarm_description, 'AlarmDescription' property :alarm_name, 'AlarmName' property :comparison_operator, 'ComparisonOperator' property :dimension, 'Dimensions', :type => :list property :evaluation_periods, 'EvaluationPeriods' property :insufficient_data_action, 'InsufficientDataActions', :type => :list property :metric_name, 'MetricName' property :namespace, 'Namespace' property :ok_action, 'OKActions', :type => :list property :period, 'Period' property :statistic, 'Statistic' property :threshold, 'Threshold' property :unit, 'Unit' end end end end end
Version data entries
81 entries across 81 versions & 1 rubygems