paws.security.identity (version 0.5.0)

cognitoidentityprovider_get_ui_customization: Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client

Description

Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client. If nothing is set for the particular client, but there is an existing pool level customization (the app clientId is ALL), then that information is returned. If nothing is present, then an empty shape is returned.

See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_get_ui_customization/ for full documentation.

Usage

cognitoidentityprovider_get_ui_customization(UserPoolId, ClientId = NULL)

Arguments

UserPoolId

[required] The user pool ID for the user pool.

ClientId

The client ID for the client app.