Amazon Lookout for Metrics · Example Payload

Amazon Lookout For Metrics Redshift Source Config Example

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Amazon Lookout For Metrics Redshift Source Config Example is an example object payload from Amazon Lookout for Metrics, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClusterIdentifierDatabaseHostDatabasePortSecretManagerArnDatabaseNameTableNameRoleArnVpcConfiguration

Example Payload

Raw ↑
{
  "ClusterIdentifier": "example-value",
  "DatabaseHost": "example-value",
  "DatabasePort": "example-value",
  "SecretManagerArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "DatabaseName": "my-anomaly-detector",
  "TableName": "my-anomaly-detector",
  "RoleArn": "arn:aws:lookoutmetrics:us-east-1:123456789012:AnomalyDetector:my-detector",
  "VpcConfiguration": "example-value"
}