RuleExecutionInput

Input information used for a rule execution.

Types

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

Properties

Link copied to clipboard

Configuration data for a rule execution, such as the resolved values for that run.

Link copied to clipboard

Details of input artifacts of the rule that correspond to the rule execution.

Link copied to clipboard

The Amazon Web Services Region for the rule, such as us-east-1.

Link copied to clipboard

Configuration data for a rule execution with all variable references replaced with their real values for the execution.

Link copied to clipboard

The ARN of the IAM service role that performs the declared rule. This is assumed through the roleArn for the pipeline.

Link copied to clipboard

The ID for the rule type, which is made up of the combined values for category, owner, provider, and version. For more information about conditions, see Stage conditions. For more information about rules, see the CodePipeline rule reference.

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