Learn R Programming

paws.security.identity (version 0.1.12)

cognitoidentityprovider_describe_resource_server: Describes a resource server

Description

Describes a resource server.

Usage

cognitoidentityprovider_describe_resource_server(UserPoolId, Identifier)

Value

A list with the following syntax:

list(
  ResourceServer = list(
    UserPoolId = "string",
    Identifier = "string",
    Name = "string",
    Scopes = list(
      list(
        ScopeName = "string",
        ScopeDescription = "string"
      )
    )
  )
)

Arguments

UserPoolId

[required] The user pool ID for the user pool that hosts the resource server.

Identifier

[required] The identifier for the resource server

Request syntax

svc$describe_resource_server(
  UserPoolId = "string",
  Identifier = "string"
)