{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KinesisFirehoseInput", "title": "KinesisFirehoseInput", "type": "object", "required": [ "ResourceARN" ], "properties": { "ResourceARN": { "allOf": [ { "$ref": "#/components/schemas/ResourceARN" }, { "description": "The Amazon Resource Name (ARN) of the delivery stream." } ] } }, "description": "For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN)." }