PipelineExecutionStep
An execution of a step in a pipeline.
Contents
- CacheHitResult
-
If this pipeline execution step was cached, details on the cache hit.
Type: CacheHitResult object
Required: No
- EndTime
-
The time that the step stopped executing.
Type: Timestamp
Required: No
- FailureReason
-
The reason why the step failed execution. This is only returned if the step failed its execution.
Type: String
Length Constraints: Maximum length of 1024.
Required: No
- Metadata
-
The metadata for the step execution.
Type: PipelineExecutionStepMetadata object
Required: No
- StartTime
-
The time that the step started executing.
Type: Timestamp
Required: No
- StepName
-
The name of the step that is executed.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
.*
Required: No
- StepStatus
-
The status of the step execution.
Type: String
Valid Values:
Starting | Executing | Stopping | Stopped | Failed | Succeeded
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: