CreateDynamicThingGroupResponse

CreateDynamicThingGroupResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
thingGroupName object
thingGroupArn object
thingGroupId object
indexName object
queryString object
queryVersion object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-create-dynamic-thing-group-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-create-dynamic-thing-group-response-schema.json",
  "title": "CreateDynamicThingGroupResponse",
  "description": "CreateDynamicThingGroupResponse schema",
  "type": "object",
  "properties": {
    "thingGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupName"
        },
        {
          "description": "The dynamic thing group name."
        }
      ]
    },
    "thingGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupArn"
        },
        {
          "description": "The dynamic thing group ARN."
        }
      ]
    },
    "thingGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupId"
        },
        {
          "description": "The dynamic thing group ID."
        }
      ]
    },
    "indexName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IndexName"
        },
        {
          "description": "The dynamic thing group index name."
        }
      ]
    },
    "queryString": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QueryString"
        },
        {
          "description": "The dynamic thing group search query string."
        }
      ]
    },
    "queryVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QueryVersion"
        },
        {
          "description": "The dynamic thing group query version."
        }
      ]
    }
  }
}