ImageWorkflowArgs

data class ImageWorkflowArgs(val onFailure: Output<String>? = null, val parallelGroup: Output<String>? = null, val parameters: Output<List<ImageWorkflowParameterArgs>>? = null, val workflowArn: Output<String>) : ConvertibleToJava<ImageWorkflowArgs>

Constructors

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

Properties

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

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

Link copied to clipboard
val parallelGroup: Output<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
val workflowArn: Output<String>

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

Functions

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