Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Cloud Watch Log Delivery Options Structure

The log delivery option to send data to Amazon CloudWatch Logs.

Type: object Properties: 2 Required: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

CloudWatchLogDeliveryOptions is a JSON Structure definition published by Amazon IoT FleetWise, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

logType logGroupName

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-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-cloud-watch-log-delivery-options-structure.json",
  "name": "CloudWatchLogDeliveryOptions",
  "description": "The log delivery option to send data to Amazon CloudWatch Logs.",
  "type": "object",
  "properties": {
    "logType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogType"
        },
        {
          "description": "The type of log to send data to Amazon CloudWatch Logs."
        }
      ]
    },
    "logGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloudWatchLogGroupName"
        },
        {
          "description": "The Amazon CloudWatch Logs group the operation sends data to."
        }
      ]
    }
  },
  "required": [
    "logType"
  ]
}