AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::ImagePipeline

ImageBuilder ImagePipeline

Resource schema for AWS::ImageBuilder::ImagePipeline

Properties

15 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ContainerRecipeArn
string
Description
string
DistributionConfigurationArn
string
EnhancedImageMetadataEnabled
boolean
ExecutionRole
string
ImageRecipeArn
string
ImageScanningConfiguration
ImageScanningConfiguration
ImageTestsConfiguration
ImageTestsConfiguration
InfrastructureConfigurationArn
string
LoggingConfiguration
PipelineLoggingConfiguration
Name
string
Create-only
Schedule
Schedule
Status
string
Tags
object
Workflows
Array<WorkflowConfiguration>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the image pipeline.
DeploymentIdstringThe deployment ID of the pipeline, used for resource create/update triggers.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ImageBuilder::ImagePipeline

Resources:
  MyResource:
    Type: AWS::ImageBuilder::ImagePipeline
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ecr:BatchGetRepositoryScanningConfigurationiam:GetRoleiam:PassRoleiam:CreateServiceLinkedRoleimagebuilder:TagResourceimagebuilder:GetImagePipelineimagebuilder:GetImageRecipeimagebuilder:GetInfrastructureConfiguration

update

iam:PassRoleimagebuilder:GetImagePipelineimagebuilder:UpdateImagePipelineimagebuilder:GetWorkflowimagebuilder:TagResourceimagebuilder:UntagResource

read

imagebuilder:GetImagePipeline

delete

imagebuilder:UntagResourceimagebuilder:GetImagePipelineimagebuilder:DeleteImagePipeline

list

imagebuilder:ListImagePipelines

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceImageBuilder
Properties17
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links