Skip to main content

components

Retrieves a list of components in a region

Overview

Namecomponents
TypeResource
Descriptioncomponents
Idawscc.imagebuilder.components

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the component.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.imagebuilder.components
WHERE region = 'us-east-1'

Permissions

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

Create

iam:CreateServiceLinkedRole,
iam:GetRole,
kms:GenerateDataKey*,
kms:Encrypt,
kms:Decrypt,
s3:GetObject,
s3:HeadBucket,
s3:GetBucketLocation,
imagebuilder:TagResource,
imagebuilder:GetComponent,
imagebuilder:CreateComponent

List

imagebuilder:ListComponents