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
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AIdentifier | Specify a unique identifier for the resource server. |
AName | Specify a friendly name for the resource server. |