Skip to main content

themes

Retrieves a list of themes in a region

Overview

Namethemes
TypeResource
Descriptionthemes
Idawscc.amplifyuibuilder.themes

Fields

NameDatatypeDescription
app_idstring
environment_namestring
idstring
regionstringAWS 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