RetryDataReplicationRequest

Request to retry data replication

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
sourceServerID string Source server ID to retry replication for
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-retry-data-replication-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-retry-data-replication-request-schema.json",
  "title": "RetryDataReplicationRequest",
  "description": "Request to retry data replication",
  "type": "object",
  "properties": {
    "sourceServerID": {
      "type": "string",
      "description": "Source server ID to retry replication for"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}