AWS CLI command option for describe-replication-tasks #9714
Unanswered
sb-coder122
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Hi! 👋 To list the task identifiers with Example — show just the replication task identifiers:aws dms describe-replication-tasks \
--query "ReplicationTasks[].ReplicationTaskIdentifier" \
--output text |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This outputs a simple list like: task1 Example — show with an index number (serial-like list): aws dms describe-replication-tasks or for numbered text output: aws dms describe-replication-tasks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Need help to display the serial number while using describe-replication-tasks filters --query"ReplicationTasks[*].[ReplicationTaskIdentifier]"
Beta Was this translation helpful? Give feedback.
All reactions