components
Retrieves a list of components
in a region
Overview
Name | components |
Type | Resource |
Description | components |
Id | awscc.amplifyuibuilder.components |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
environment_name | string | |
id | string | |
region | string | AWS 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