An inferred data source.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-schema/amazon-lookout-for-metrics-detected-metric-source-schema.json", "title": "DetectedMetricSource", "description": "An inferred data source.", "type": "object", "properties": { "S3SourceConfig": { "allOf": [ { "$ref": "#/components/schemas/DetectedS3SourceConfig" }, { "description": "The data source's source configuration." } ] } } }