| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty
Documentation
data RDSSourceConfigProperty Source #
Constructors
| RDSSourceConfigProperty | |
Fields | |
Instances
data RedshiftSourceConfigProperty Source #
Constructors
| RedshiftSourceConfigProperty | |
Fields
| |
Instances
| ToJSON RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Methods toJSON :: RedshiftSourceConfigProperty -> Value # toEncoding :: RedshiftSourceConfigProperty -> Encoding # toJSONList :: [RedshiftSourceConfigProperty] -> Value # toEncodingList :: [RedshiftSourceConfigProperty] -> Encoding # | |||||
| Show RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Methods showsPrec :: Int -> RedshiftSourceConfigProperty -> ShowS # show :: RedshiftSourceConfigProperty -> String # showList :: [RedshiftSourceConfigProperty] -> ShowS # | |||||
| Eq RedshiftSourceConfigProperty Source # | |||||
| ToResourceProperties RedshiftSourceConfigProperty Source # | |||||
| Property "ClusterIdentifier" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "ClusterIdentifier" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| Property "DatabaseHost" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "DatabaseHost" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| Property "DatabaseName" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "DatabaseName" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| Property "DatabasePort" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "DatabasePort" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| Property "RoleArn" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "RoleArn" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| Property "SecretManagerArn" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "SecretManagerArn" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| Property "TableName" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "TableName" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| Property "VpcConfiguration" RedshiftSourceConfigProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.RedshiftSourceConfigProperty Associated Types
Methods set :: PropertyType "VpcConfiguration" RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty -> RedshiftSourceConfigProperty # | |||||
| type PropertyType "ClusterIdentifier" RedshiftSourceConfigProperty Source # | |||||
| type PropertyType "DatabaseHost" RedshiftSourceConfigProperty Source # | |||||
| type PropertyType "DatabaseName" RedshiftSourceConfigProperty Source # | |||||
| type PropertyType "DatabasePort" RedshiftSourceConfigProperty Source # | |||||
| type PropertyType "RoleArn" RedshiftSourceConfigProperty Source # | |||||
| type PropertyType "SecretManagerArn" RedshiftSourceConfigProperty Source # | |||||
| type PropertyType "TableName" RedshiftSourceConfigProperty Source # | |||||
| type PropertyType "VpcConfiguration" RedshiftSourceConfigProperty Source # | |||||
data VpcConfigurationProperty Source #
Constructors
| VpcConfigurationProperty | |
Fields | |
Instances
| ToJSON VpcConfigurationProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.VpcConfigurationProperty Methods toJSON :: VpcConfigurationProperty -> Value # toEncoding :: VpcConfigurationProperty -> Encoding # toJSONList :: [VpcConfigurationProperty] -> Value # | |||||
| Show VpcConfigurationProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.VpcConfigurationProperty Methods showsPrec :: Int -> VpcConfigurationProperty -> ShowS # show :: VpcConfigurationProperty -> String # showList :: [VpcConfigurationProperty] -> ShowS # | |||||
| Eq VpcConfigurationProperty Source # | |||||
| ToResourceProperties VpcConfigurationProperty Source # | |||||
| Property "SecurityGroupIdList" VpcConfigurationProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.VpcConfigurationProperty Associated Types
Methods set :: PropertyType "SecurityGroupIdList" VpcConfigurationProperty -> VpcConfigurationProperty -> VpcConfigurationProperty # | |||||
| Property "SubnetIdList" VpcConfigurationProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.VpcConfigurationProperty Associated Types
Methods set :: PropertyType "SubnetIdList" VpcConfigurationProperty -> VpcConfigurationProperty -> VpcConfigurationProperty # | |||||
| type PropertyType "SecurityGroupIdList" VpcConfigurationProperty Source # | |||||
| type PropertyType "SubnetIdList" VpcConfigurationProperty Source # | |||||
mkRDSSourceConfigProperty :: Value Text -> Value Text -> Value Text -> Value Integer -> Value Text -> Value Text -> Value Text -> VpcConfigurationProperty -> RDSSourceConfigProperty Source #
mkRedshiftSourceConfigProperty :: Value Text -> Value Text -> Value Text -> Value Integer -> Value Text -> Value Text -> Value Text -> VpcConfigurationProperty -> RedshiftSourceConfigProperty Source #
data MetricSourceProperty Source #
Constructors
| MetricSourceProperty | |
Fields | |
Instances
| ToJSON MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Methods toJSON :: MetricSourceProperty -> Value # toEncoding :: MetricSourceProperty -> Encoding # toJSONList :: [MetricSourceProperty] -> Value # toEncodingList :: [MetricSourceProperty] -> Encoding # omitField :: MetricSourceProperty -> Bool # | |||||
| Show MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Methods showsPrec :: Int -> MetricSourceProperty -> ShowS # show :: MetricSourceProperty -> String # showList :: [MetricSourceProperty] -> ShowS # | |||||
| Eq MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Methods (==) :: MetricSourceProperty -> MetricSourceProperty -> Bool # (/=) :: MetricSourceProperty -> MetricSourceProperty -> Bool # | |||||
| ToResourceProperties MetricSourceProperty Source # | |||||
| Property "AppFlowConfig" MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Associated Types
Methods set :: PropertyType "AppFlowConfig" MetricSourceProperty -> MetricSourceProperty -> MetricSourceProperty # | |||||
| Property "CloudwatchConfig" MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Associated Types
Methods set :: PropertyType "CloudwatchConfig" MetricSourceProperty -> MetricSourceProperty -> MetricSourceProperty # | |||||
| Property "RDSSourceConfig" MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Associated Types
Methods set :: PropertyType "RDSSourceConfig" MetricSourceProperty -> MetricSourceProperty -> MetricSourceProperty # | |||||
| Property "RedshiftSourceConfig" MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Associated Types
Methods set :: PropertyType "RedshiftSourceConfig" MetricSourceProperty -> MetricSourceProperty -> MetricSourceProperty # | |||||
| Property "S3SourceConfig" MetricSourceProperty Source # | |||||
Defined in Stratosphere.LookoutMetrics.AnomalyDetector.MetricSourceProperty Associated Types
Methods set :: PropertyType "S3SourceConfig" MetricSourceProperty -> MetricSourceProperty -> MetricSourceProperty # | |||||
| type PropertyType "AppFlowConfig" MetricSourceProperty Source # | |||||
| type PropertyType "CloudwatchConfig" MetricSourceProperty Source # | |||||
| type PropertyType "RDSSourceConfig" MetricSourceProperty Source # | |||||
| type PropertyType "RedshiftSourceConfig" MetricSourceProperty Source # | |||||
| type PropertyType "S3SourceConfig" MetricSourceProperty Source # | |||||