404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.136.11.217: ~ $
**To modify a replication task**

The following ``modify-replication-task`` example changes the table mappings for a task. ::

    aws dms modify-replication-task \
        --replication-task-arn "arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII" \
        --table-mappings file://table-mappings.json


Contents of ``table-mappings.json``::

    {
        "rules": [
            {
                "rule-type": "selection",
                "rule-id": "1",
                "rule-name": "1",
                "object-locator": {
                    "schema-name": "prodrep",
                    "table-name": "ACCT_%"
                },
                "rule-action": "include",
                "filters": []
            }
        ]
    }

Output::

    {
        "ReplicationTask": {
            "ReplicationTaskIdentifier": "moveit2",
            "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:6GGI6YPWWGAYUVLKIB732KEVWA",
            "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:EOM4SFKCZEYHZBFGAGZT3QEC5U",
            "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE",
            "MigrationType": "full-load",
            "TableMappings": ...output omitted...,
            "ReplicationTaskSettings": ...output omitted...,
            "Status": "modifying",
            "StopReason": "Stop Reason FULL_LOAD_ONLY_FINISHED",
            "ReplicationTaskCreationDate": 1590524772.505,
            "ReplicationTaskStartDate": 1590789424.653,
            "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII"
        }
    }

For more information, see `Working with AWS DMS Tasks <https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html>`__ in the *AWS Database Migration Service User Guide*.

Filemanager

Name Type Size Permission Actions
add-tags-to-resource.rst File 532 B 0644
create-endpoint.rst File 1.71 KB 0644
create-event-subscription.rst File 892 B 0644
create-replication-instance.rst File 3.48 KB 0644
create-replication-subnet-group.rst File 1.71 KB 0644
create-replication-task.rst File 1.94 KB 0644
delete-connection.rst File 1.01 KB 0644
delete-endpoint.rst File 1.42 KB 0644
delete-event-subscription.rst File 800 B 0644
delete-replication-instance.rst File 3.99 KB 0644
delete-replication-subnet-group.rst File 470 B 0644
delete-replication-task.rst File 1.33 KB 0644
describe-account-attributes.rst File 646 B 0644
describe-certificates.rst File 742 B 0644
describe-connections.rst File 873 B 0644
describe-endpoint-types.rst File 900 B 0644
describe-endpoints.rst File 1.5 KB 0644
describe-event-categories.rst File 1.12 KB 0644
describe-event-subscriptions.rst File 826 B 0644
describe-events.rst File 750 B 0644
describe-orderable-replication-instances.rst File 1.79 KB 0644
describe-refresh-schemas-status.rst File 676 B 0644
describe-replication-instances.rst File 4.22 KB 0644
describe-replication-subnet-groups.rst File 1.72 KB 0644
describe-replication-task-assessment-results.rst File 922 B 0644
describe-replication-tasks.rst File 1.79 KB 0644
describe-schemas.rst File 486 B 0644
list-tags-for-resource.rst File 708 B 0644
modify-endpoint.rst File 1.44 KB 0644
modify-event-subscription.rst File 894 B 0644
modify-replication-instance.rst File 1.24 KB 0644
modify-replication-subnet-group.rst File 1.38 KB 0644
modify-replication-task.rst File 1.84 KB 0644
reboot-replication-instance.rst File 858 B 0644
refresh-schemas.rst File 749 B 0644
reload-tables.rst File 489 B 0644
remove-tags-from-resource.rst File 531 B 0644
start-replication-task-assessment.rst File 1.38 KB 0644
start-replication-task.rst File 1.33 KB 0644
stop-replication-task.rst File 1.24 KB 0644
test-connection.rst File 1020 B 0644