cognitoidentity_list_identity_pools {paws.security.identity} | R Documentation |
Lists all of the Cognito identity pools registered for your account
Description
Lists all of the Cognito identity pools registered for your account.
See https://www.paws-r-sdk.com/docs/cognitoidentity_list_identity_pools/ for full documentation.
Usage
cognitoidentity_list_identity_pools(MaxResults, NextToken = NULL)
Arguments
MaxResults |
[required] The maximum number of identities to return. |
NextToken |
A pagination token. |
[Package paws.security.identity version 0.9.0 Index]