| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.CloudWatch.Alarm
Documentation
data MetricDataQueryProperty Source #
Constructors
| MetricDataQueryProperty | |
Instances
data MetricStatProperty Source #
Constructors
| MetricStatProperty | |
Instances
| ToJSON MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Methods toJSON :: MetricStatProperty -> Value # toEncoding :: MetricStatProperty -> Encoding # toJSONList :: [MetricStatProperty] -> Value # toEncodingList :: [MetricStatProperty] -> Encoding # omitField :: MetricStatProperty -> Bool # | |||||
| Show MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Methods showsPrec :: Int -> MetricStatProperty -> ShowS # show :: MetricStatProperty -> String # showList :: [MetricStatProperty] -> ShowS # | |||||
| Eq MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Methods (==) :: MetricStatProperty -> MetricStatProperty -> Bool # (/=) :: MetricStatProperty -> MetricStatProperty -> Bool # | |||||
| ToResourceProperties MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Methods toResourceProperties :: MetricStatProperty -> ResourceProperties # | |||||
| Property "Metric" MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Associated Types
Methods set :: PropertyType "Metric" MetricStatProperty -> MetricStatProperty -> MetricStatProperty # | |||||
| Property "Period" MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Associated Types
Methods set :: PropertyType "Period" MetricStatProperty -> MetricStatProperty -> MetricStatProperty # | |||||
| Property "Stat" MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Associated Types
Methods set :: PropertyType "Stat" MetricStatProperty -> MetricStatProperty -> MetricStatProperty # | |||||
| Property "Unit" MetricStatProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricStatProperty Associated Types
Methods set :: PropertyType "Unit" MetricStatProperty -> MetricStatProperty -> MetricStatProperty # | |||||
| type PropertyType "Metric" MetricStatProperty Source # | |||||
| type PropertyType "Period" MetricStatProperty Source # | |||||
| type PropertyType "Stat" MetricStatProperty Source # | |||||
| type PropertyType "Unit" MetricStatProperty Source # | |||||
data MetricProperty Source #
Constructors
| MetricProperty | |
Fields
| |
Instances
| ToJSON MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty Methods toJSON :: MetricProperty -> Value # toEncoding :: MetricProperty -> Encoding # toJSONList :: [MetricProperty] -> Value # toEncodingList :: [MetricProperty] -> Encoding # omitField :: MetricProperty -> Bool # | |||||
| Show MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty Methods showsPrec :: Int -> MetricProperty -> ShowS # show :: MetricProperty -> String # showList :: [MetricProperty] -> ShowS # | |||||
| Eq MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty Methods (==) :: MetricProperty -> MetricProperty -> Bool # (/=) :: MetricProperty -> MetricProperty -> Bool # | |||||
| ToResourceProperties MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty Methods toResourceProperties :: MetricProperty -> ResourceProperties # | |||||
| Property "Dimensions" MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty Associated Types
Methods set :: PropertyType "Dimensions" MetricProperty -> MetricProperty -> MetricProperty # | |||||
| Property "MetricName" MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty Associated Types
Methods set :: PropertyType "MetricName" MetricProperty -> MetricProperty -> MetricProperty # | |||||
| Property "Namespace" MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty Associated Types
Methods set :: PropertyType "Namespace" MetricProperty -> MetricProperty -> MetricProperty # | |||||
| type PropertyType "Dimensions" MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty | |||||
| type PropertyType "MetricName" MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty | |||||
| type PropertyType "Namespace" MetricProperty Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm.MetricProperty | |||||
mkMetricStatProperty :: MetricProperty -> Value Integer -> Value Text -> MetricStatProperty Source #
Constructors
| Alarm | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-alarm.html |
Fields
| |
Instances
| ToJSON Alarm Source # | |||||
| Show Alarm Source # | |||||
| Eq Alarm Source # | |||||
| ToResourceProperties Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Methods | |||||
| Property "ActionsEnabled" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "AlarmActions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "AlarmDescription" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "AlarmName" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "ComparisonOperator" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "DatapointsToAlarm" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Dimensions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "EvaluateLowSampleCountPercentile" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "EvaluationPeriods" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "ExtendedStatistic" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "InsufficientDataActions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "MetricName" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Metrics" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Namespace" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "OKActions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Period" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Statistic" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Tags" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Threshold" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "ThresholdMetricId" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "TreatMissingData" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| Property "Unit" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm Associated Types
| |||||
| type PropertyType "ActionsEnabled" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "AlarmActions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "AlarmDescription" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "AlarmName" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "ComparisonOperator" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "DatapointsToAlarm" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Dimensions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "EvaluateLowSampleCountPercentile" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "EvaluationPeriods" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "ExtendedStatistic" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "InsufficientDataActions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "MetricName" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Metrics" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Namespace" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "OKActions" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Period" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Statistic" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Tags" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Threshold" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "ThresholdMetricId" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "TreatMissingData" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||
| type PropertyType "Unit" Alarm Source # | |||||
Defined in Stratosphere.CloudWatch.Alarm | |||||