Amazon IoT Device Management · JSON Structure

Iot Device Management Get V2 Logging Options Response Structure

GetV2LoggingOptionsResponse schema

Type: object Properties: 3
Device ManagementFleet ManagementIoTOTA Updates

GetV2LoggingOptionsResponse is a JSON Structure definition published by Amazon IoT Device Management, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

roleArn defaultLogLevel disableAllLogs

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-device-management/refs/heads/main/json-structure/iot-device-management-get-v2-logging-options-response-structure.json",
  "name": "GetV2LoggingOptionsResponse",
  "description": "GetV2LoggingOptionsResponse schema",
  "type": "object",
  "properties": {
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsArn"
        },
        {
          "description": "The IAM role ARN IoT uses to write to your CloudWatch logs."
        }
      ]
    },
    "defaultLogLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogLevel"
        },
        {
          "description": "The default log level."
        }
      ]
    },
    "disableAllLogs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DisableAllLogs"
        },
        {
          "description": "Disables all logs."
        }
      ]
    }
  }
}