Gets the UI Customization information for a particular app client's app
UI, if there is something set. If nothing is set for the particular
client, but there is an existing pool level customization (app
clientId
will be ALL
), then that is returned. If nothing is present,
then an empty shape is returned.
cognitoidentityprovider_get_ui_customization(UserPoolId, ClientId)
[required] The user pool ID for the user pool.
The client ID for the client app.
svc$get_ui_customization( UserPoolId = "string", ClientId = "string" )