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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


8295
8296
8297
8298
8299
8300
8301
8302
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8295

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)


8295
8296
8297
8298
8299
8300
8301
8302
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8295

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:



8295
8296
8297
8298
8299
8300
8301
8302
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8295

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)


8295
8296
8297
8298
8299
8300
8301
8302
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8295

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