Amazon DMS · JSON Structure

Amazon Dms Replication Instance Task Log Structure

Contains metadata for a replication instance task log.

Type: object Properties: 3
Data ReplicationDatabaseDatabase MigrationMigration

Amazon Dms Replication Instance Task Log Structure is a JSON Structure definition published by Amazon DMS, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ReplicationTaskName ReplicationTaskArn ReplicationInstanceTaskLogSize

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-dms/refs/heads/main/json-structure/amazon-dms-replication-instance-task-log-structure.json",
  "title": "ReplicationInstanceTaskLog",
  "description": "Contains metadata for a replication instance task log.",
  "type": "object",
  "properties": {
    "ReplicationTaskName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the replication task."
        }
      ]
    },
    "ReplicationTaskArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the replication task."
        }
      ]
    },
    "ReplicationInstanceTaskLogSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Long"
        },
        {
          "description": "The size, in bytes, of the replication task log."
        }
      ]
    }
  }
}