{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-pipe-target-cloud-watch-logs-parameters-schema.json", "title": "PipeTargetCloudWatchLogsParameters", "description": "The parameters for using an CloudWatch Logs log stream as a target.", "type": "object", "properties": { "LogStreamName": { "allOf": [ { "$ref": "#/components/schemas/LogStreamName" }, { "description": "The name of the log stream." } ] }, "Timestamp": { "allOf": [ { "$ref": "#/components/schemas/JsonPath" }, { "description": "The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC." } ] } } }