Resource schema for AWS::ImageBuilder::ImagePipeline
container_recipe_arn
(String) The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.description
(String) The description of the image pipeline.distribution_configuration_arn
(String) The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.enhanced_image_metadata_enabled
(Boolean) Collects additional information about the image being created, including the operating system (OS) version and package list.execution_role
(String) The execution role name/ARN for the image build, if providedimage_recipe_arn
(String) The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.image_scanning_configuration
(Attributes) Contains settings for vulnerability scans. (see below for nested schema)image_tests_configuration
(Attributes) The image tests configuration of the image pipeline. (see below for nested schema)infrastructure_configuration_arn
(String) The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.name
(String) The name of the image pipeline.schedule
(Attributes) The schedule of the image pipeline. (see below for nested schema)status
(String) The status of the image pipeline.tags
(Map of String) The tags of this image pipeline.workflows
(Attributes List) Workflows to define the image build process (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the image pipeline.id
(String) Uniquely identifies the resource.image_scanning_configuration
Optional:
ecr_configuration
(Attributes) Contains ECR settings for vulnerability scans. (see below for nested schema)image_scanning_enabled
(Boolean) This sets whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.image_scanning_configuration.ecr_configuration
Optional:
container_tags
(List of String) Tags for Image Builder to apply the output container image that is scanned. Tags can help you identify and manage your scanned images.repository_name
(String) The name of the container repository that Amazon Inspector scans to identify findings for your container images. The name includes the path for the repository location. If you don't provide this information, Image Builder creates a repository in your account named image-builder-image-scanning-repository to use for vulnerability scans for your output container images.image_tests_configuration
Optional:
image_tests_enabled
(Boolean) Defines if tests should be executed when building this image.timeout_minutes
(Number) The maximum time in minutes that tests are permitted to run.schedule
Optional:
pipeline_execution_start_condition
(String) The condition configures when the pipeline should trigger a new image build.schedule_expression
(String) The expression determines how often EC2 Image Builder evaluates your pipelineExecutionStartCondition.workflows
Optional:
on_failure
(String) Define execution decision in case of workflow failureparallel_group
(String) The parallel group nameparameters
(Attributes List) The parameters associated with the workflow (see below for nested schema)workflow_arn
(String) The Amazon Resource Name (ARN) of the workflowworkflows.parameters
Optional:
name
(String)value
(List of String)Import is supported using the following syntax:
$ terraform import awscc_imagebuilder_image_pipeline.example <resource ID>