RuleTypeId

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.

Types

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

Properties

Link copied to clipboard

A category defines what kind of rule can be run in the stage, and constrains the provider type for the rule. The valid category is Rule.

Link copied to clipboard

The creator of the rule being called. The valid value for the Owner field in the rule category is AWS.

Link copied to clipboard

The rule provider, such as the DeploymentWindow rule. For a list of rule provider names, see the rules listed in the CodePipeline rule reference.

Link copied to clipboard

A string that describes the rule version.

Functions

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