Amazon IoT Device Management · JSON Structure

Iot Device Management Get Logging Options Response Structure

The output from the GetLoggingOptions operation.

Type: object Properties: 2
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

roleArn logLevel

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-logging-options-response-structure.json",
  "name": "GetLoggingOptionsResponse",
  "description": "The output from the GetLoggingOptions operation.",
  "type": "object",
  "properties": {
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsArn"
        },
        {
          "description": "The ARN of the IAM role that grants access."
        }
      ]
    },
    "logLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogLevel"
        },
        {
          "description": "The logging level."
        }
      ]
    }
  }
}