aws.cognito_idp.get_ui_customization
Example SQL Queries
SELECT * FROMaws.cognito_idp.get_ui_customizationWHERE"user_pool_id" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| user_pool_id Required Input Column The user pool ID for the user pool. | VARCHAR |
| client_id Input Column The client ID for the client app. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| ui_customization The UI customization information. | STRUCT( |
Show child fields
| |