Skip to main content

components_list_only

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

Overview

Namecomponents_list_only
TypeResource
DescriptionDefinition of AWS::AmplifyUIBuilder::Component Resource Type
Idaws.amplifyuibuilder.components_list_only

Fields

NameDatatypeDescription
app_idstring
binding_propertiesobject
childrenarray
collection_propertiesobject
component_typestring
created_atstring
environment_namestring
eventsobject
idstring
modified_atstring
namestring
overridesobject
propertiesobject
schema_versionstring
source_idstring
tagsobject
variantsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all components in a region.

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

Permissions

For permissions required to operate on the components_list_only resource, see components