ListDomainConfigurationsResponse

ListDomainConfigurationsResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
domainConfigurations object
nextMarker object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-list-domain-configurations-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-list-domain-configurations-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}