ImagePipelineExecution

class ImagePipelineExecution : KotlinCustomResource

Import

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

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

Properties

Link copied to clipboard
val createTime: Output<String>

The time when the image build task was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val imagePipelineId: Output<String>

The ID of the image template.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the image build task. Valid values:

Link copied to clipboard
val urn: Output<String>