Lists the resource servers for a user pool.
cognitoidentityprovider_list_resource_servers(UserPoolId, MaxResults,
NextToken)
[required] The user pool ID for the user pool.
The maximum number of resource servers to return.
A pagination token.
A list with the following syntax:
list( ResourceServers = list( list( UserPoolId = "string", Identifier = "string", Name = "string", Scopes = list( list( ScopeName = "string", ScopeDescription = "string" ) ) ) ), NextToken = "string" )
svc$list_resource_servers( UserPoolId = "string", MaxResults = 123, NextToken = "string" )