PutLoggingOptionsRequest

PutLoggingOptionsRequest schema

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
cloudWatchLogDelivery object
View JSON Schema on GitHub

JSON Schema

iot-fleetwise-put-logging-options-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-put-logging-options-request-schema.json",
  "title": "PutLoggingOptionsRequest",
  "description": "PutLoggingOptionsRequest schema",
  "type": "object",
  "properties": {
    "cloudWatchLogDelivery": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloudWatchLogDeliveryOptions"
        },
        {
          "description": "Creates or updates the log delivery option to Amazon CloudWatch Logs."
        }
      ]
    }
  },
  "required": [
    "cloudWatchLogDelivery"
  ]
}