RepositoryRulesetRulesTagNamePatternArgs

data class RepositoryRulesetRulesTagNamePatternArgs(val name: Output<String>? = null, val negate: Output<Boolean>? = null, val operator: Output<String>, val pattern: Output<String>) : ConvertibleToJava<RepositoryRulesetRulesTagNamePatternArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, negate: Output<Boolean>? = null, operator: Output<String>, pattern: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>? = null

(String) The name of the ruleset.

Link copied to clipboard
val negate: Output<Boolean>? = null

(Boolean) If true, the rule will fail if the pattern matches.

Link copied to clipboard
val operator: Output<String>

(String) The operator to use for matching. Can be one of: starts_with, ends_with, contains, regex.

Link copied to clipboard
val pattern: Output<String>

(String) The pattern to match with.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryRulesetRulesTagNamePatternArgs