Amazon IoT Device Defender · JSON Structure

Iot Device Defender Create Topic Rule Destination Response Structure

CreateTopicRuleDestinationResponse schema

Type: object Properties: 1
ComplianceIoTSecurityVulnerability Management

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

Properties

topicRuleDestination

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-create-topic-rule-destination-response-structure.json",
  "name": "CreateTopicRuleDestinationResponse",
  "description": "CreateTopicRuleDestinationResponse schema",
  "type": "object",
  "properties": {
    "topicRuleDestination": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TopicRuleDestination"
        },
        {
          "description": "The topic rule destination."
        }
      ]
    }
  }
}