RuleExecutionDetail
class RuleExecutionDetail
The details of the runs for a rule and the results produced on an artifact as it passes through stages in the pipeline.
Types
Properties
Link copied to clipboard
Input details for the rule execution, such as role ARN, Region, and input artifacts.
Link copied to clipboard
The date and time of the last change to the rule execution, in timestamp format.
Link copied to clipboard
Output details for the rule execution, such as the rule execution result.
Link copied to clipboard
The ID of the pipeline execution in the stage where the rule was run. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the stage.
Link copied to clipboard
The version number of the pipeline with the stage where the rule was run.
Link copied to clipboard
The ID of the run for the rule.
Link copied to clipboard
The status of the rule execution. Status categories are InProgress
, Succeeded
, and Failed
.