RuleExecution

Represents information about each time a rule is run as part of the pipeline execution for a pipeline configured with conditions.

Types

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

Properties

Link copied to clipboard

Represents information about an error in CodePipeline.

Link copied to clipboard

The external ID of the run of the rule.

Link copied to clipboard

The URL of a resource external to Amazon Web Services that is used when running the rule (for example, an external repository URL).

Link copied to clipboard

The last status change of the rule.

Link copied to clipboard

The ARN of the user who last changed the rule.

Link copied to clipboard

The execution ID for the run of the rule.

Link copied to clipboard

The status of the run of the rule, such as FAILED.

Link copied to clipboard

A summary of the run of the rule.

Link copied to clipboard

The system-generated token used to identify a unique request.

Functions

Link copied to clipboard
inline fun copy(block: RuleExecution.Builder.() -> Unit = {}): RuleExecution
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