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