WorkflowConfiguration

Contains control settings and configurable inputs for a workflow resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take if the workflow fails.

Link copied to clipboard

Test workflows are defined within named runtime groups called parallel groups. The parallel group is the named group that contains this test workflow. Test workflows within a parallel group can run at the same time. Image Builder starts up to five test workflows in the group at the same time, and starts additional workflows as others complete, until all workflows in the group have completed. This field only applies for test workflows.

Link copied to clipboard

Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the workflow resource.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String