ImagePipelineArgs

data class ImagePipelineArgs(val containerRecipeArn: Output<String>? = null, val description: Output<String>? = null, val distributionConfigurationArn: Output<String>? = null, val enhancedImageMetadataEnabled: Output<Boolean>? = null, val executionRole: Output<String>? = null, val imageRecipeArn: Output<String>? = null, val imageScanningConfiguration: Output<ImagePipelineImageScanningConfigurationArgs>? = null, val imageTestsConfiguration: Output<ImagePipelineImageTestsConfigurationArgs>? = null, val infrastructureConfigurationArn: Output<String>? = null, val name: Output<String>? = null, val schedule: Output<ImagePipelineScheduleArgs>? = null, val status: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workflows: Output<List<ImagePipelineWorkflowArgs>>? = null) : ConvertibleToJava<ImagePipelineArgs>

Manages an Image Builder Image Pipeline.

NOTE: Starting with version 5.74.0, lifecycle meta-argument replace_triggered_by must be used in order to prevent a dependency error on destroy.

Import

Using pulumi import, import aws_imagebuilder_image_pipeline resources using the Amazon Resource Name (ARN). For example:

$ pulumi import aws:imagebuilder/imagePipeline:ImagePipeline example arn:aws:imagebuilder:us-east-1:123456789012:image-pipeline/example

Constructors

Link copied to clipboard
constructor(containerRecipeArn: Output<String>? = null, description: Output<String>? = null, distributionConfigurationArn: Output<String>? = null, enhancedImageMetadataEnabled: Output<Boolean>? = null, executionRole: Output<String>? = null, imageRecipeArn: Output<String>? = null, imageScanningConfiguration: Output<ImagePipelineImageScanningConfigurationArgs>? = null, imageTestsConfiguration: Output<ImagePipelineImageTestsConfigurationArgs>? = null, infrastructureConfigurationArn: Output<String>? = null, name: Output<String>? = null, schedule: Output<ImagePipelineScheduleArgs>? = null, status: Output<String>? = null, tags: Output<Map<String, String>>? = null, workflows: Output<List<ImagePipelineWorkflowArgs>>? = null)

Properties

Link copied to clipboard
val containerRecipeArn: Output<String>? = null

Amazon Resource Name (ARN) of the container recipe.

Link copied to clipboard
val description: Output<String>? = null

Description of the image pipeline.

Link copied to clipboard

Amazon Resource Name (ARN) of the Image Builder Distribution Configuration.

Link copied to clipboard

Whether additional information about the image being created is collected. Defaults to true.

Link copied to clipboard
val executionRole: Output<String>? = null

Amazon Resource Name (ARN) of the service-linked role to be used by Image Builder to execute workflows.

Link copied to clipboard
val imageRecipeArn: Output<String>? = null

Amazon Resource Name (ARN) of the image recipe.

Link copied to clipboard

Configuration block with image scanning configuration. Detailed below.

Link copied to clipboard

Configuration block with image tests configuration. Detailed below.

Link copied to clipboard

Amazon Resource Name (ARN) of the Image Builder Infrastructure Configuration.

Link copied to clipboard
val name: Output<String>? = null

Name of the image pipeline. The following arguments are optional:

Link copied to clipboard
val schedule: Output<ImagePipelineScheduleArgs>? = null

Configuration block with schedule settings. Detailed below.

Link copied to clipboard
val status: Output<String>? = null

Status of the image pipeline. Valid values are DISABLED and ENABLED. Defaults to ENABLED.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Key-value map of resource tags for the image pipeline. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard

Configuration block with the workflow configuration. Detailed below.

Functions

Link copied to clipboard
open override fun toJava(): ImagePipelineArgs