Skip to main content

components

Retrieves a list of components in a region

Overview

Namecomponents
TypeResource
Descriptioncomponents
Idawscc.amplifyuibuilder.components

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.components
WHERE region = 'us-east-1'

Permissions

To operate on the components resource, the following permissions are required:

Create

amplify:GetApp,
amplifyuibuilder:CreateComponent,
amplifyuibuilder:GetComponent,
amplifyuibuilder:TagResource

List

amplify:GetApp,
amplifyuibuilder:ListComponents