themes
Retrieves a list of themes
in a region
Overview
Name | themes |
Type | Resource |
Description | themes |
Id | awscc.amplifyuibuilder.themes |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
environment_name | string | |
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
app_id,
environment_name,
id
FROM awscc.amplifyuibuilder.themes
WHERE region = 'us-east-1'
Permissions
To operate on the themes
resource, the following permissions are required:
Create
amplify:GetApp,
amplifyuibuilder:CreateTheme,
amplifyuibuilder:GetTheme,
amplifyuibuilder:TagResource
List
amplify:GetApp,
amplifyuibuilder:ListThemes