Class: Aws::Imagebuilder::Types::WorkflowConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Contains control settings and configurable inputs for a workflow resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#on_failureString

The action to take if the workflow fails.

Returns:

  • (String)


8126
8127
8128
8129
8130
8131
8132
8133
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8126

class WorkflowConfiguration < Struct.new(
  :workflow_arn,
  :parameters,
  :parallel_group,
  :on_failure)
  SENSITIVE = []
  include Aws::Structure
end

#parallel_groupString

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.

Returns:

  • (String)


8126
8127
8128
8129
8130
8131
8132
8133
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8126

class WorkflowConfiguration < Struct.new(
  :workflow_arn,
  :parameters,
  :parallel_group,
  :on_failure)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::WorkflowParameter>

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

Returns:



8126
8127
8128
8129
8130
8131
8132
8133
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8126

class WorkflowConfiguration < Struct.new(
  :workflow_arn,
  :parameters,
  :parallel_group,
  :on_failure)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_arnString

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

Returns:

  • (String)


8126
8127
8128
8129
8130
8131
8132
8133
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8126

class WorkflowConfiguration < Struct.new(
  :workflow_arn,
  :parameters,
  :parallel_group,
  :on_failure)
  SENSITIVE = []
  include Aws::Structure
end