Amazon Migration Hub · JSON Structure

Migration Hub Api Associate Discovered Resource Request Structure

AssociateDiscoveredResourceRequest schema from Amazon Migration Hub API

Type: object Properties: 4 Required: 3
BroadcastingMedia ProcessingMedia

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

Properties

ProgressUpdateStream MigrationTaskName DiscoveredResource DryRun

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-associate-discovered-resource-request-structure.json",
  "name": "AssociateDiscoveredResourceRequest",
  "type": "object",
  "description": "AssociateDiscoveredResourceRequest schema from Amazon Migration Hub API",
  "properties": {
    "ProgressUpdateStream": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProgressUpdateStream"
        },
        {
          "description": "The name of the ProgressUpdateStream."
        }
      ]
    },
    "MigrationTaskName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MigrationTaskName"
        },
        {
          "description": "The identifier given to the MigrationTask. <i>Do not store personal data in this field.</i> "
        }
      ]
    },
    "DiscoveredResource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DiscoveredResource"
        },
        {
          "description": "Object representing a Resource."
        }
      ]
    },
    "DryRun": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DryRun"
        },
        {
          "description": "Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call."
        }
      ]
    }
  },
  "required": [
    "ProgressUpdateStream",
    "MigrationTaskName",
    "DiscoveredResource"
  ]
}