Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 428

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To list user pools**

This example lists up to 20 user pools.   

Command::

  aws cognito-idp list-user-pools --max-results 20

Output::

  {
    "UserPools": [
        {
           "CreationDate": 1547763720.822,
           "LastModifiedDate": 1547763720.822,
           "LambdaConfig": {},
           "Id": "us-west-2_aaaaaaaaa",
           "Name": "MyUserPool"
        }
    ]
  }