CreateThingGroupResponse

CreateThingGroupResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

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

JSON Schema

iot-device-defender-create-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-thing-group-response-schema.json",
  "title": "CreateThingGroupResponse",
  "description": "CreateThingGroupResponse schema",
  "type": "object",
  "properties": {
    "thingGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupName"
        },
        {
          "description": "The thing group name."
        }
      ]
    },
    "thingGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupArn"
        },
        {
          "description": "The thing group ARN."
        }
      ]
    },
    "thingGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ThingGroupId"
        },
        {
          "description": "The thing group ID."
        }
      ]
    }
  }
}