Lists the resource servers for a user pool.
cognitoidentityprovider_list_resource_servers(UserPoolId, MaxResults,
NextToken)
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"
)
[required] The user pool ID for the user pool.
The maximum number of resource servers to return.
A pagination token.
svc$list_resource_servers(
UserPoolId = "string",
MaxResults = 123,
NextToken = "string"
)