Command option Sample:aws cognito-idp list-user-import-jobs

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

Lists the user import jobs.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cognito-idp/list-user-import-jobs.html

aws cognito-idp list-user-import-jobs --user-pool-id "USER_POOL_ID" --max-results 10 --pagination-token "PAGINATION_TOKEN"
    Importing Users into User Pools From a CSV File - Amazon Cognito  : http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-creating-import-job.html

aws のオプション一覧