Skip to main content

theme

Gets an individual theme resource

Overview

Nametheme
TypeResource
Descriptiontheme
Idawscc.amplifyuibuilder.theme

Fields

NameDatatypeDescription
app_idstring
created_atstring
environment_namestring
idstring
modified_atstring
namestring
overridesarray
tagsobject
valuesarray
regionstringAWS 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