Application Discovery Service List Configurations Response Structure

ListConfigurationsResponse schema from Amazon Application Discovery Service API

Type: object Properties: 2
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service List Configurations Response Structure is a JSON Structure definition published by Amazon Application Discovery Service, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

configurations nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "ListConfigurationsResponse schema from Amazon Application Discovery Service API",
  "properties": {
    "configurations": {
      "type": "array",
      "description": "Returns configuration details, including the configuration ID, attribute names, and attribute values.",
      "items": {
        "type": "object",
        "additionalProperties": {
          "type": "string"
        }
      }
    },
    "nextToken": {
      "type": "string",
      "description": "Token to retrieve the next set of results.",
      "example": ""
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-structure/application-discovery-service-list-configurations-response-structure.json"
}