component_tags
Expands all tag keys and values for components
in a region
Overview
Name | component_tags |
Type | Resource |
Description | Definition of AWS::AmplifyUIBuilder::Component Resource Type |
Id | aws.amplifyuibuilder.component_tags |
Fields
Name | Datatype | Description |
---|---|---|
app_id | string | |
binding_properties | object | |
children | array | |
collection_properties | object | |
component_type | string | |
created_at | string | |
environment_name | string | |
events | object | |
id | string | |
modified_at | string | |
name | string | |
overrides | object | |
properties | object | |
schema_version | string | |
source_id | string | |
variants | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all components
in a region.
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,
variants,
tag_key,
tag_value
FROM aws.amplifyuibuilder.component_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the component_tags
resource, see components