Skip to main content

component

Gets an individual component resource

Overview

Namecomponent
TypeResource
Descriptioncomponent
Idawscc.amplifyuibuilder.component

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
app_id,
binding_properties,
children,
collection_properties,
component_type,
created_at,
environment_name,
events,
id,
modified_at,
name,
overrides,
properties,
schema_version,
source_id,
tags,
variants
FROM awscc.amplifyuibuilder.component
WHERE data__Identifier = '<AppId>|<EnvironmentName>|<Id>';

Permissions

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

Read

amplify:GetApp,
amplifyuibuilder:GetComponent

Update

amplify:GetApp,
amplifyuibuilder:GetComponent,
amplifyuibuilder:TagResource,
amplifyuibuilder:UntagResource,
amplifyuibuilder:UpdateComponent

Delete

amplify:GetApp,
amplifyuibuilder:DeleteComponent,
amplifyuibuilder:GetComponent,
amplifyuibuilder:UntagResource