Amazon Migration Hub · JSON Structure

Migration Hub Api Describe Application State Request Structure

DescribeApplicationStateRequest schema from Amazon Migration Hub API

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

DescribeApplicationStateRequest is a JSON Structure definition published by Amazon Migration Hub, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ApplicationId

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-migration-hub/refs/heads/main/json-structure/migration-hub-api-describe-application-state-request-structure.json",
  "name": "DescribeApplicationStateRequest",
  "type": "object",
  "description": "DescribeApplicationStateRequest schema from Amazon Migration Hub API",
  "properties": {
    "ApplicationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationId"
        },
        {
          "description": "The configurationId in Application Discovery Service that uniquely identifies the grouped application."
        }
      ]
    }
  },
  "required": [
    "ApplicationId"
  ]
}