ImageWorkflow

data class ImageWorkflow(val onFailure: String? = null, val parallelGroup: String? = null, val parameters: List<ImageWorkflowParameter>? = null, val workflowArn: String)

Constructors

Link copied to clipboard
constructor(onFailure: String? = null, parallelGroup: String? = null, parameters: List<ImageWorkflowParameter>? = null, workflowArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val onFailure: String? = null

The action to take if the workflow fails. Must be one of CONTINUE or ABORT.

Link copied to clipboard
val parallelGroup: String? = null

The parallel group in which to run a test Workflow.

Link copied to clipboard

Configuration block for the workflow parameters. Detailed below.

Link copied to clipboard

Amazon Resource Name (ARN) of the Image Builder Workflow. The following arguments are optional: