Skip to main content

component

Gets an individual component resource

Overview

Namecomponent
TypeResource
Descriptioncomponent
Idawscc.imagebuilder.component

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.
tagsobjectThe tags associated with the component.
uristringThe uri of the component.
supported_os_versionsarrayThe operating system (OS) version supported by the component.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
version,
description,
change_description,
type,
platform,
data,
kms_key_id,
encrypted,
tags,
uri,
supported_os_versions
FROM awscc.imagebuilder.component
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

imagebuilder:GetComponent

Delete

imagebuilder:GetComponent,
imagebuilder:UnTagResource,
imagebuilder:DeleteComponent