Skip to main content

TCognitoIdentityProviderCreateResourceServerRequest

Class in AWS.CognitoIdentityProvider

CreateResourceServer request class.

Ancestors

Properties

Identifier

property Identifier: string

Name

property Name: string

Scopes

property Scopes: TList<ICognitoIdentityProviderResourceServerScopeType>

Type: ICognitoIdentityProviderResourceServerScopeType

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AIdentifier, AName: string);

Constructor for TCognitoIdentityProviderCreateResourceServerRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AIdentifierSpecify a unique identifier for the resource server.
ANameSpecify a friendly name for the resource server.