Amazon Migration Hub · JSON Structure

Migration Hub Api Associate Created Artifact Request Structure

AssociateCreatedArtifactRequest schema from Amazon Migration Hub API

Type: object Properties: 4 Required: 3
BroadcastingMedia ProcessingMedia

AssociateCreatedArtifactRequest 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 CreatedArtifact 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-created-artifact-request-structure.json",
  "name": "AssociateCreatedArtifactRequest",
  "type": "object",
  "description": "AssociateCreatedArtifactRequest 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": "Unique identifier that references the migration task. <i>Do not store personal data in this field.</i> "
        }
      ]
    },
    "CreatedArtifact": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreatedArtifact"
        },
        {
          "description": "An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.) "
        }
      ]
    },
    "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",
    "CreatedArtifact"
  ]
}