{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-input-starting-position-configuration-structure.json", "name": "InputStartingPositionConfiguration", "description": "Describes the point at which the application reads from the streaming source.", "type": "object", "properties": { "InputStartingPosition": { "allOf": [ { "$ref": "#/components/schemas/InputStartingPosition" }, { "description": "

The starting position on the stream.

" } ] } } }