| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.IoT.SecurityProfile.BehaviorProperty
Documentation
data MetricValueProperty Source #
Constructors
| MetricValueProperty | |
Instances
data BehaviorCriteriaProperty Source #
Constructors
| BehaviorCriteriaProperty | |
Fields
| |
Instances
| ToJSON BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Methods toJSON :: BehaviorCriteriaProperty -> Value # toEncoding :: BehaviorCriteriaProperty -> Encoding # toJSONList :: [BehaviorCriteriaProperty] -> Value # | |||||
| Show BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Methods showsPrec :: Int -> BehaviorCriteriaProperty -> ShowS # show :: BehaviorCriteriaProperty -> String # showList :: [BehaviorCriteriaProperty] -> ShowS # | |||||
| Eq BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Methods (==) :: BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> Bool # (/=) :: BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> Bool # | |||||
| ToResourceProperties BehaviorCriteriaProperty Source # | |||||
| Property "ComparisonOperator" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Associated Types
Methods set :: PropertyType "ComparisonOperator" BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> BehaviorCriteriaProperty # | |||||
| Property "ConsecutiveDatapointsToAlarm" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Associated Types
Methods set :: PropertyType "ConsecutiveDatapointsToAlarm" BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> BehaviorCriteriaProperty # | |||||
| Property "ConsecutiveDatapointsToClear" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Associated Types
Methods set :: PropertyType "ConsecutiveDatapointsToClear" BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> BehaviorCriteriaProperty # | |||||
| Property "DurationSeconds" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Associated Types
Methods set :: PropertyType "DurationSeconds" BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> BehaviorCriteriaProperty # | |||||
| Property "MlDetectionConfig" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Associated Types
Methods set :: PropertyType "MlDetectionConfig" BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> BehaviorCriteriaProperty # | |||||
| Property "StatisticalThreshold" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Associated Types
Methods set :: PropertyType "StatisticalThreshold" BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> BehaviorCriteriaProperty # | |||||
| Property "Value" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty Associated Types
Methods set :: PropertyType "Value" BehaviorCriteriaProperty -> BehaviorCriteriaProperty -> BehaviorCriteriaProperty # | |||||
| type PropertyType "ComparisonOperator" BehaviorCriteriaProperty Source # | |||||
| type PropertyType "ConsecutiveDatapointsToAlarm" BehaviorCriteriaProperty Source # | |||||
| type PropertyType "ConsecutiveDatapointsToClear" BehaviorCriteriaProperty Source # | |||||
| type PropertyType "DurationSeconds" BehaviorCriteriaProperty Source # | |||||
| type PropertyType "MlDetectionConfig" BehaviorCriteriaProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorCriteriaProperty type PropertyType "MlDetectionConfig" BehaviorCriteriaProperty = MachineLearningDetectionConfigProperty | |||||
| type PropertyType "StatisticalThreshold" BehaviorCriteriaProperty Source # | |||||
| type PropertyType "Value" BehaviorCriteriaProperty Source # | |||||
data MachineLearningDetectionConfigProperty Source #
Constructors
| MachineLearningDetectionConfigProperty | |
Instances
| ToJSON MachineLearningDetectionConfigProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.MachineLearningDetectionConfigProperty Methods toJSON :: MachineLearningDetectionConfigProperty -> Value # toEncoding :: MachineLearningDetectionConfigProperty -> Encoding # toJSONList :: [MachineLearningDetectionConfigProperty] -> Value # toEncodingList :: [MachineLearningDetectionConfigProperty] -> Encoding # omitField :: MachineLearningDetectionConfigProperty -> Bool # | |||||
| Show MachineLearningDetectionConfigProperty Source # | |||||
| Eq MachineLearningDetectionConfigProperty Source # | |||||
| ToResourceProperties MachineLearningDetectionConfigProperty Source # | |||||
| Property "ConfidenceLevel" MachineLearningDetectionConfigProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.MachineLearningDetectionConfigProperty Associated Types
Methods set :: PropertyType "ConfidenceLevel" MachineLearningDetectionConfigProperty -> MachineLearningDetectionConfigProperty -> MachineLearningDetectionConfigProperty # | |||||
| type PropertyType "ConfidenceLevel" MachineLearningDetectionConfigProperty Source # | |||||
data StatisticalThresholdProperty Source #
Constructors
| StatisticalThresholdProperty | |
Fields
| |
Instances
| ToJSON StatisticalThresholdProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.StatisticalThresholdProperty Methods toJSON :: StatisticalThresholdProperty -> Value # toEncoding :: StatisticalThresholdProperty -> Encoding # toJSONList :: [StatisticalThresholdProperty] -> Value # toEncodingList :: [StatisticalThresholdProperty] -> Encoding # | |||||
| Show StatisticalThresholdProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.StatisticalThresholdProperty Methods showsPrec :: Int -> StatisticalThresholdProperty -> ShowS # show :: StatisticalThresholdProperty -> String # showList :: [StatisticalThresholdProperty] -> ShowS # | |||||
| Eq StatisticalThresholdProperty Source # | |||||
| ToResourceProperties StatisticalThresholdProperty Source # | |||||
| Property "Statistic" StatisticalThresholdProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.StatisticalThresholdProperty Associated Types
Methods set :: PropertyType "Statistic" StatisticalThresholdProperty -> StatisticalThresholdProperty -> StatisticalThresholdProperty # | |||||
| type PropertyType "Statistic" StatisticalThresholdProperty Source # | |||||
data BehaviorProperty Source #
Constructors
| BehaviorProperty | |
Fields | |
Instances
| ToJSON BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Methods toJSON :: BehaviorProperty -> Value # toEncoding :: BehaviorProperty -> Encoding # toJSONList :: [BehaviorProperty] -> Value # toEncodingList :: [BehaviorProperty] -> Encoding # omitField :: BehaviorProperty -> Bool # | |||||
| Show BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Methods showsPrec :: Int -> BehaviorProperty -> ShowS # show :: BehaviorProperty -> String # showList :: [BehaviorProperty] -> ShowS # | |||||
| Eq BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Methods (==) :: BehaviorProperty -> BehaviorProperty -> Bool # (/=) :: BehaviorProperty -> BehaviorProperty -> Bool # | |||||
| ToResourceProperties BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Methods toResourceProperties :: BehaviorProperty -> ResourceProperties # | |||||
| Property "Criteria" BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Associated Types
Methods set :: PropertyType "Criteria" BehaviorProperty -> BehaviorProperty -> BehaviorProperty # | |||||
| Property "ExportMetric" BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Associated Types
Methods set :: PropertyType "ExportMetric" BehaviorProperty -> BehaviorProperty -> BehaviorProperty # | |||||
| Property "Metric" BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Associated Types
Methods set :: PropertyType "Metric" BehaviorProperty -> BehaviorProperty -> BehaviorProperty # | |||||
| Property "MetricDimension" BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Associated Types
Methods set :: PropertyType "MetricDimension" BehaviorProperty -> BehaviorProperty -> BehaviorProperty # | |||||
| Property "Name" BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Associated Types
Methods set :: PropertyType "Name" BehaviorProperty -> BehaviorProperty -> BehaviorProperty # | |||||
| Property "SuppressAlerts" BehaviorProperty Source # | |||||
Defined in Stratosphere.IoT.SecurityProfile.BehaviorProperty Associated Types
Methods set :: PropertyType "SuppressAlerts" BehaviorProperty -> BehaviorProperty -> BehaviorProperty # | |||||
| type PropertyType "Criteria" BehaviorProperty Source # | |||||
| type PropertyType "ExportMetric" BehaviorProperty Source # | |||||
| type PropertyType "Metric" BehaviorProperty Source # | |||||
| type PropertyType "MetricDimension" BehaviorProperty Source # | |||||
| type PropertyType "Name" BehaviorProperty Source # | |||||
| type PropertyType "SuppressAlerts" BehaviorProperty Source # | |||||