Pipeline Rule Declaration
data class PipelineRuleDeclaration(val configuration: Any? = null, val inputArtifacts: List<PipelineInputArtifact>? = null, val name: String? = null, val region: String? = null, val roleArn: String? = null, val ruleTypeId: PipelineRuleTypeId? = null)
Represents information about condition.
Constructors
Link copied to clipboard
constructor(configuration: Any? = null, inputArtifacts: List<PipelineInputArtifact>? = null, name: String? = null, region: String? = null, roleArn: String? = null, ruleTypeId: PipelineRuleTypeId? = null)
Properties
Link copied to clipboard
The rule's configuration. These are key-value pairs that specify input values for a 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 ID for the rule type, which is made up of the combined values for category, owner, provider, and version.