theme
Gets an individual theme
resource
Overview
Name | theme |
Type | Resource |
Description | theme |
Id | awscc.amplifyuibuilder.theme |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
created_at | string | |
environment_name | string | |
id | string | |
modified_at | string | |
name | string | |
overrides | array | |
tags | object | |
values | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
app_id,
created_at,
environment_name,
id,
modified_at,
name,
overrides,
tags,
values
FROM awscc.amplifyuibuilder.theme
WHERE data__Identifier = '<AppId>|<EnvironmentName>|<Id>';
Permissions
To operate on the theme
resource, the following permissions are required:
Read
amplify:GetApp,
amplifyuibuilder:GetTheme
Update
amplify:GetApp,
amplifyuibuilder:GetTheme,
amplifyuibuilder:TagResource,
amplifyuibuilder:UntagResource,
amplifyuibuilder:UpdateTheme
Delete
amplify:GetApp,
amplifyuibuilder:DeleteTheme,
amplifyuibuilder:UntagResource