image_pipelines
Retrieves a list of image_pipelines
in a region
Overview
Name | image_pipelines |
Type | Resource |
Description | image_pipelines |
Id | awscc.imagebuilder.image_pipelines |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the image pipeline. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.imagebuilder.image_pipelines
WHERE region = 'us-east-1'
Permissions
To operate on the image_pipelines
resource, the following permissions are required:
Create
ecr:BatchGetRepositoryScanningConfiguration,
iam:GetRole,
iam:PassRole,
iam:CreateServiceLinkedRole,
imagebuilder:TagResource,
imagebuilder:GetImagePipeline,
imagebuilder:GetImageRecipe,
imagebuilder:GetInfrastructureConfiguration,
imagebuilder:GetDistributionConfiguration,
imagebuilder:CreateImagePipeline,
imagebuilder:GetWorkflow,
inspector2:BatchGetAccountStatus
List
imagebuilder:ListImagePipelines