setUiCustomization
inline suspend fun CognitoIdentityProviderClient.setUiCustomization(crossinline block: SetUiCustomizationRequest.Builder.() -> Unit): SetUiCustomizationResponse
Configures UI branding settings for domains with the hosted UI (classic) branding version. Your user pool must have a domain. Configure a domain with .
Set the default configuration for all clients with a ClientId
of ALL
. When the ClientId
value is an app client ID, the settings you pass in this request apply to that app client and override the default ALL
configuration.
Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.
Learn more