Class: Aws::Imagebuilder::Types::WorkflowConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::WorkflowConfiguration
- 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
-
#on_failure ⇒ String
The action to take if the workflow fails.
-
#parallel_group ⇒ String
Test workflows are defined within named runtime groups called parallel groups.
-
#parameters ⇒ Array<Types::WorkflowParameter>
Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.
-
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow resource.
Instance Attribute Details
#on_failure ⇒ String
The action to take if the workflow fails.
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_group ⇒ String
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.
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 |
#parameters ⇒ Array<Types::WorkflowParameter>
Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow resource.
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 |