RuleDeclaration

Represents information about the rule to be created for an associated condition. An example would be creating a new rule for an entry condition, such as a rule that checks for a test result before allowing the run to enter the deployment stage. For more information about conditions, see Stage conditions and How do stage conditions work?. For more information about rules, see the CodePipeline rule reference.

Types

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

Properties

Link copied to clipboard

The shell commands to run with your commands rule in CodePipeline. All commands are supported except multi-line formats. While CodeBuild logs and permissions are used, you do not need to create any resources in CodeBuild.

Link copied to clipboard

The action configuration fields for the rule.

Link copied to clipboard

The input artifacts fields for the rule, such as specifying an input file for the rule.

Link copied to clipboard

The name of the rule that is created for the condition, such as VariableCheck.

Link copied to clipboard

The Region for the condition associated with the rule.

Link copied to clipboard

The pipeline role ARN associated with the rule.

Link copied to clipboard

The ID for the rule type, which is made up of the combined values for category, owner, provider, and version.

Link copied to clipboard

The action timeout for the rule.

Functions

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