AWS Kinesis · Schema

CloudWatchLoggingOption

Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
LogStreamARN object
View JSON Schema on GitHub

JSON Schema

kinesis-cloudwatchloggingoption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CloudWatchLoggingOption",
  "title": "CloudWatchLoggingOption",
  "type": "object",
  "required": [
    "LogStreamARN"
  ],
  "properties": {
    "LogStreamARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogStreamARN"
        },
        {
          "description": "The ARN of the CloudWatch log to receive application messages."
        }
      ]
    }
  },
  "description": "Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN). "
}