Stratosphere.Lightsail.Alarm
data Alarm Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-alarmname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-comparisonoperator
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-contactprotocols
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-datapointstoalarm
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-evaluationperiods
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-metricname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-monitoredresourcename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-notificationenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-notificationtriggers
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-threshold
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-alarm.html#cfn-lightsail-alarm-treatmissingdata
Defined in Stratosphere.Lightsail.Alarm
Methods
toJSON :: Alarm -> Value #
toEncoding :: Alarm -> Encoding #
toJSONList :: [Alarm] -> Value #
toEncodingList :: [Alarm] -> Encoding #
omitField :: Alarm -> Bool #
showsPrec :: Int -> Alarm -> ShowS #
show :: Alarm -> String #
showList :: [Alarm] -> ShowS #
(==) :: Alarm -> Alarm -> Bool #
(/=) :: Alarm -> Alarm -> Bool #
toResourceProperties :: Alarm -> ResourceProperties #
Associated Types
set :: PropertyType "AlarmName" Alarm -> Alarm -> Alarm #
set :: PropertyType "ComparisonOperator" Alarm -> Alarm -> Alarm #
set :: PropertyType "ContactProtocols" Alarm -> Alarm -> Alarm #
set :: PropertyType "DatapointsToAlarm" Alarm -> Alarm -> Alarm #
set :: PropertyType "EvaluationPeriods" Alarm -> Alarm -> Alarm #
set :: PropertyType "MetricName" Alarm -> Alarm -> Alarm #
set :: PropertyType "MonitoredResourceName" Alarm -> Alarm -> Alarm #
set :: PropertyType "NotificationEnabled" Alarm -> Alarm -> Alarm #
set :: PropertyType "NotificationTriggers" Alarm -> Alarm -> Alarm #
set :: PropertyType "Threshold" Alarm -> Alarm -> Alarm #
set :: PropertyType "TreatMissingData" Alarm -> Alarm -> Alarm #
mkAlarm :: Value Text -> Value Text -> Value Integer -> Value Text -> Value Text -> Value Double -> Alarm Source #