Amazon IoT Device Defender · JSON Structure

Iot Device Defender Get Topic Rule Response Structure

The output from the GetTopicRule operation.

Type: object Properties: 2
ComplianceIoTSecurityVulnerability Management

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

Properties

ruleArn rule

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-defender/refs/heads/main/json-structure/iot-device-defender-get-topic-rule-response-structure.json",
  "name": "GetTopicRuleResponse",
  "description": "The output from the GetTopicRule operation.",
  "type": "object",
  "properties": {
    "ruleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleArn"
        },
        {
          "description": "The rule ARN."
        }
      ]
    },
    "rule": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TopicRule"
        },
        {
          "description": "The rule."
        }
      ]
    }
  }
}