aws.amplifyuibuilder.get_theme
Example SQL Queries
SELECT * FROMaws.amplifyuibuilder.get_themeWHERE"app_id" = 'VALUE'AND "environment_name" = 'VALUE'AND "id" = 'VALUE';Description
Returns an existing theme for an Amplify app.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID of the Amplify app. | VARCHAR |
| environment_name Required Input Column The name of the backend environment that is part of the Amplify app. | VARCHAR |
| id Required Input Column The unique ID for the theme. | 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 |
| theme Represents the configuration settings for the theme. | STRUCT( |
Show child fields
| |