ImagePipelineExecutionArgs

data class ImagePipelineExecutionArgs(val imagePipelineId: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<ImagePipelineExecutionArgs>

Import

ECS Image Pipeline Execution can be imported using the id, e.g.

$ pulumi import alicloud:ecs/imagePipelineExecution:ImagePipelineExecution example <id>

Constructors

Link copied to clipboard
constructor(imagePipelineId: Output<String>? = null, status: Output<String>? = null)

Properties

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

The ID of the image template.

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

The status of the image build task. Valid values:

Functions

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