Describes a resource server.
cognitoidentityprovider_describe_resource_server(UserPoolId, Identifier)
[required] The user pool ID for the user pool that hosts the resource server.
[required] The identifier for the resource server
A list with the following syntax:
list( ResourceServer = list( UserPoolId = "string", Identifier = "string", Name = "string", Scopes = list( list( ScopeName = "string", ScopeDescription = "string" ) ) ) )
svc$describe_resource_server( UserPoolId = "string", Identifier = "string" )