cognitoidentityprovider_set_ui_customization {paws.security.identity} | R Documentation |
Sets the user interface (UI) customization information for a user pool's built-in app UI
Description
Sets the user interface (UI) customization information for a user pool's built-in app UI.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_set_ui_customization/ for full documentation.
Usage
cognitoidentityprovider_set_ui_customization(
UserPoolId,
ClientId = NULL,
CSS = NULL,
ImageFile = NULL
)
Arguments
UserPoolId |
[required] The user pool ID for the user pool. |
ClientId |
The client ID for the client app. |
CSS |
The CSS values in the UI customization. |
ImageFile |
The uploaded logo image for the UI customization. |
[Package paws.security.identity version 0.6.1 Index]