KinesisStreamsOutputUpdate

When you update a SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about a Kinesis data stream that is configured as the destination.

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
ResourceARNUpdate object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-kinesis-streams-output-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-kinesis-streams-output-update-schema.json",
  "title": "KinesisStreamsOutputUpdate",
  "description": "When you update a SQL-based Kinesis Data Analytics application's output configuration using the <a>UpdateApplication</a> operation, provides information about a Kinesis data stream that is configured as the destination.",
  "type": "object",
  "properties": {
    "ResourceARNUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output."
        }
      ]
    }
  },
  "required": [
    "ResourceARNUpdate"
  ]
}