AWS::ImageBuilder::ImagePipelineResource schema for AWS::ImageBuilder::ImagePipeline
15 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the image pipeline. |
DeploymentId | string | The deployment ID of the pipeline, used for resource create/update triggers. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
ecr:BatchGetRepositoryScanningConfigurationiam:GetRoleiam:PassRoleiam:CreateServiceLinkedRoleimagebuilder:TagResourceimagebuilder:GetImagePipelineimagebuilder:GetImageRecipeimagebuilder:GetInfrastructureConfigurationiam:PassRoleimagebuilder:GetImagePipelineimagebuilder:UpdateImagePipelineimagebuilder:GetWorkflowimagebuilder:TagResourceimagebuilder:UntagResourceimagebuilder:GetImagePipelineimagebuilder:UntagResourceimagebuilder:GetImagePipelineimagebuilder:DeleteImagePipelineimagebuilder:ListImagePipelinesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name