TCognitoIdentityProviderGetUICustomizationRequest
Class in AWS.CognitoIdentityProvider
GetUICustomization request class.
Ancestors
Properties
ClientId
property ClientId: string
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId: string; const AClientId: string = '');
Constructor for TCognitoIdentityProviderGetUICustomizationRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AClientId | Specify the ID of a client app. |