Amazon Managed Apache Flink Add Application Cloud Watch Logging Option Response Structure

AddApplicationCloudWatchLoggingOptionResponse schema from Amazon Managed Service for Apache Flink API

Type: object Properties: 3
Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

AddApplicationCloudWatchLoggingOptionResponse is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ApplicationARN ApplicationVersionId CloudWatchLoggingOptionDescriptions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-add-application-cloud-watch-logging-option-response-structure.json",
  "name": "AddApplicationCloudWatchLoggingOptionResponse",
  "description": "AddApplicationCloudWatchLoggingOptionResponse schema from Amazon Managed Service for Apache Flink API",
  "type": "object",
  "properties": {
    "ApplicationARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The application's ARN."
        }
      ]
    },
    "ApplicationVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationVersionId"
        },
        {
          "description": "The new version ID of the Kinesis Data Analytics application. Kinesis Data Analytics updates the <code>ApplicationVersionId</code> each time you change the CloudWatch logging options. "
        }
      ]
    },
    "CloudWatchLoggingOptionDescriptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloudWatchLoggingOptionDescriptions"
        },
        {
          "description": "The descriptions of the current CloudWatch logging options for the Kinesis Data Analytics application."
        }
      ]
    }
  }
}