component_tags
Expands all tag keys and values for components
in a region
Overview
Name | component_tags |
Type | Resource |
Description | Resource schema for AWS::ImageBuilder::Component |
Id | aws.imagebuilder.component_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the component. |
name | string | The name of the component. |
version | string | The version of the component. |
description | string | The description of the component. |
change_description | string | The change description of the component. |
type | string | The type of the component denotes whether the component is used to build the image or only to test it. |
platform | string | The platform of the component. |
data | string | The data of the component. |
kms_key_id | string | The KMS key identifier used to encrypt the component. |
encrypted | boolean | The encryption status of the component. |
uri | string | The uri of the component. |
supported_os_versions | array | The operating system (OS) version supported by the component. |
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,
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