paws.security.identity (version 0.1.0)

cognitoidentityprovider_describe_user_pool_client: Client method for returning the configuration information and metadata of the specified user pool app client

Description

Client method for returning the configuration information and metadata of the specified user pool app client.

Usage

cognitoidentityprovider_describe_user_pool_client(UserPoolId, ClientId)

Arguments

UserPoolId

[required] The user pool ID for the user pool you want to describe.

ClientId

[required] The app client ID of the app associated with the user pool.

Request syntax

svc$describe_user_pool_client(
  UserPoolId = "string",
  ClientId = "string"
)