Skip to main content

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

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AOwnsImageFileSpecify whether the content of ImageFile is owned by this request and will be appropriately disposed of.