Skip to main content

components_list_only

Lists components in a region or regions, for all properties use components

Overview

Namecomponents_list_only
TypeResource
DescriptionResource schema for AWS::ImageBuilder::Component
Idaws.imagebuilder.components_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all components in a region.

SELECT
region,
arn
FROM aws.imagebuilder.components_list_only
WHERE region = 'us-east-1';

Permissions

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