TCognitoIdentityProviderSetUICustomizationRequest
Class in AWS.CognitoIdentityProvider
SetUICustomization request class.
Ancestors
Properties
ClientId
property ClientId: string
CSS
property CSS: string
ImageFile
property ImageFile: TStream
OwnsImageFile
property OwnsImageFile: Boolean
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId: string; const AOwnsImageFile: Boolean = True);
Constructor for TCognitoIdentityProviderSetUICustomizationRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AOwnsImageFile | Specify whether the content of ImageFile is owned by this request and will be appropriately disposed of. |