Amazon Migration Hub · JSON Structure

Migration Hub Api Progress Update Stream Summary Structure

Summary of the AWS resource used for access control that is implicitly linked to your AWS account.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

ProgressUpdateStreamName

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-progress-update-stream-summary-structure.json",
  "name": "ProgressUpdateStreamSummary",
  "type": "object",
  "description": "Summary of the AWS resource used for access control that is implicitly linked to your AWS account.",
  "properties": {
    "ProgressUpdateStreamName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProgressUpdateStream"
        },
        {
          "description": "The name of the ProgressUpdateStream. <i>Do not store personal data in this field.</i> "
        }
      ]
    }
  }
}