WorkflowStepExecution
Contains runtime details for an instance of a workflow that ran for the associated image build version.
Contents
- action
-
The name of the step action.
Type: String
Pattern:
^[A-Za-z][A-Za-z0-9-_]{1,99}$
Required: No
- imageBuildVersionArn
-
The Amazon Resource Name (ARN) of the image build version that ran the workflow.
Type: String
Pattern:
^arn:aws[^:]*:imagebuilder:[^:]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):image/[a-z0-9-_]+/[0-9]+\.[0-9]+\.[0-9]+/[0-9]+$
Required: No
- name
-
The name of the workflow step.
Type: String
Pattern:
^[A-Za-z][A-Za-z0-9-_]{1,99}$
Required: No
- startTime
-
The timestamp when the workflow step started.
Type: String
Required: No
- stepExecutionId
-
Uniquely identifies the workflow step that ran for the associated image build version.
Type: String
Pattern:
^step-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Required: No
- workflowBuildVersionArn
-
The ARN of the workflow resource that ran.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
^arn:aws(?:-[a-z]+)*:imagebuilder:[a-z]{2,}(?:-[a-z]+)+-[0-9]+:(?:[0-9]{12}|aws(?:-[a-z-]+)?):workflow/(build|test|distribution)/[a-z0-9-_]+/[0-9]+\.[0-9]+\.[0-9]+/[0-9]+$
Required: No
- workflowExecutionId
-
Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the associated image build version.
Type: String
Pattern:
^wf-[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: