Skip to main content

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

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AClientIdSpecify the ID of a client app.