components_list_only
Lists components
in a region or regions, for all properties use components
Overview
Name | components_list_only |
Type | Resource |
Description | Resource schema for AWS::ImageBuilder::Component |
Id | aws.imagebuilder.components_list_only |
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. |
tags | object | The tags associated with the component. |
uri | string | The uri of the component. |
supported_os_versions | array | The operating system (OS) version supported by the component. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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