Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / cognito-idp / list-user-pools.rst
Size: Mime:
**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"
        }
    ]
  }