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

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 name of the rule that was run in the stage.

Link copied to clipboard

The name of the stage where the rule was run.

Link copied to clipboard

The start time of the rule execution.

Link copied to clipboard

The status of the rule execution. Status categories are InProgress, Succeeded, and Failed.

Link copied to clipboard

The ARN of the user who changed the rule execution details.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String