Skip to main content

component_tags

Expands all tag keys and values for components in a region

Overview

Namecomponent_tags
TypeResource
DescriptionDefinition of AWS::AmplifyUIBuilder::Component Resource Type
Idaws.amplifyuibuilder.component_tags

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
variantsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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