Command option Sample:aws dms describe-connections

Search command sample in the internet.It is the result.

Describes the status of the connections that have been made betweenthe replication instance and an endpoint.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dms/describe-connections.html

aws dms describe-connections --filter
    How to Script a Database Migration | AWS Database Blog : http://aws.amazon.com/blogs/database/how-to-script-a-database-migration/
aws dms describe-connections --filters Name="endpoint-arn"
    dms — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/dms/describe-connections.html
aws dms describe-connections --filters Name=endpoint-arn
    AWS Database Migration Service : http://www.stojanveselinovski.com/blog/2016/03/29/aws-database-migration-service/

aws のオプション一覧