component
Gets an individual component
resource
Overview
Name | component |
Type | Resource |
Description | component |
Id | awscc.imagebuilder.component |
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
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