Skip to main content

component_tags

Expands all tag keys and values for components in a region

Overview

Namecomponent_tags
TypeResource
DescriptionResource schema for AWS::ImageBuilder::Component
Idaws.imagebuilder.component_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the component.
namestringThe name of the component.
versionstringThe version of the component.
descriptionstringThe description of the component.
change_descriptionstringThe change description of the component.
typestringThe type of the component denotes whether the component is used to build the image or only to test it.
platformstringThe platform of the component.
datastringThe data of the component.
kms_key_idstringThe KMS key identifier used to encrypt the component.
encryptedbooleanThe encryption status of the component.
uristringThe uri of the component.
supported_os_versionsarrayThe operating system (OS) version supported by the component.
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,
arn,
name,
version,
description,
change_description,
type,
platform,
data,
kms_key_id,
encrypted,
uri,
supported_os_versions,
tag_key,
tag_value
FROM aws.imagebuilder.component_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the component_tags resource, see components