Amazon IoT Core · JSON Structure

Iot Core List Domain Configurations Response Structure

ListDomainConfigurationsResponse schema

Type: object Properties: 2
Device ManagementIoTMQTTMessage Routing

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

Properties

domainConfigurations nextMarker

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-core/refs/heads/main/json-structure/iot-core-list-domain-configurations-response-structure.json",
  "name": "ListDomainConfigurationsResponse",
  "description": "ListDomainConfigurationsResponse schema",
  "type": "object",
  "properties": {
    "domainConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainConfigurations"
        },
        {
          "description": "A list of objects that contain summary information about the user's domain configurations."
        }
      ]
    },
    "nextMarker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "The marker for the next set of results."
        }
      ]
    }
  }
}