aws.amplifyuibuilder.export_themes
Example SQL Queries
SELECT * FROMaws.amplifyuibuilder.export_themesWHERE"app_id" = 'VALUE'AND "environment_name" = 'VALUE';Description
Exports theme configurations to code that is ready to integrate into an Amplify app.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID for the Amplify app associated with the theme. | VARCHAR |
| environment_name Required Input Column The name of the backend environment that is a part of the Amplify 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 |
| created_at The time that the theme was created. | TIMESTAMP_S |
| id The ID for the theme. | VARCHAR |
| modified_at The time that the theme was modified. | TIMESTAMP_S |
| name The name of the theme. | VARCHAR |
| overrides Describes the properties that can be overriden to customize a theme. | STRUCT( |
Show child fields
| |
| tags One or more key-value pairs to use when tagging the theme. | MAP(VARCHAR, VARCHAR) |
| values A list of key-value pairs that defines the properties of the theme. | STRUCT( |
Show child fields
| |