Skip to main content

themes_list_only

Lists themes in a region or regions, for all properties use themes

Overview

Namethemes_list_only
TypeResource
DescriptionDefinition of AWS::AmplifyUIBuilder::Theme Resource Type
Idaws.amplifyuibuilder.themes_list_only

Fields

NameDatatypeDescription
app_idstring
environment_namestring
idstring
namestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all themes in a region.

SELECT
region,
app_id,
environment_name,
id
FROM aws.amplifyuibuilder.themes_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the themes_list_only resource, see themes