AWS Kinesis · Schema

UpdateApplicationMaintenanceConfigurationResponse

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ApplicationARN object
ApplicationMaintenanceConfigurationDescription object
View JSON Schema on GitHub

JSON Schema

kinesis-updateapplicationmaintenanceconfigurationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateApplicationMaintenanceConfigurationResponse",
  "title": "UpdateApplicationMaintenanceConfigurationResponse",
  "type": "object",
  "properties": {
    "ApplicationARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the application."
        }
      ]
    },
    "ApplicationMaintenanceConfigurationDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationMaintenanceConfigurationDescription"
        },
        {
          "description": "The application maintenance configuration description after the update."
        }
      ]
    }
  }
}