Amazon Migration Hub · JSON Structure

Migration Hub Api Resource Attribute Type Structure

ResourceAttributeType schema from Amazon Migration Hub API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

ResourceAttributeType is a JSON Structure definition published by Amazon Migration Hub. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-resource-attribute-type-structure.json",
  "name": "ResourceAttributeType",
  "type": "string",
  "description": "ResourceAttributeType schema from Amazon Migration Hub API",
  "enum": [
    "IPV4_ADDRESS",
    "IPV6_ADDRESS",
    "MAC_ADDRESS",
    "FQDN",
    "VM_MANAGER_ID",
    "VM_MANAGED_OBJECT_REFERENCE",
    "VM_NAME",
    "VM_PATH",
    "BIOS_ID",
    "MOTHERBOARD_SERIAL_NUMBER"
  ]
}