AWS Kinesis · Schema

DeleteApplicationCloudWatchLoggingOptionResponse

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ApplicationARN object
ApplicationVersionId object
CloudWatchLoggingOptionDescriptions object
View JSON Schema on GitHub

JSON Schema

kinesis-deleteapplicationcloudwatchloggingoptionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteApplicationCloudWatchLoggingOptionResponse",
  "title": "DeleteApplicationCloudWatchLoggingOptionResponse",
  "type": "object",
  "properties": {
    "ApplicationARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The application's Amazon Resource Name (ARN)."
        }
      ]
    },
    "ApplicationVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationVersionId"
        },
        {
          "description": "The version ID of the 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 remaining CloudWatch logging options for the application."
        }
      ]
    }
  }
}