RulesetArgs

data class RulesetArgs(val project: Output<String>? = null, val source: Output<SourceArgs>? = null) : ConvertibleToJava<RulesetArgs>

Create a Ruleset from Source. The Ruleset is given a unique generated name which is returned to the caller. Source containing syntactic or semantics errors will result in an error response indicating the first error encountered. For a detailed view of Source issues, use TestRuleset. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(project: Output<String>? = null, source: Output<SourceArgs>? = null)

Properties

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val source: Output<SourceArgs>? = null

Source for the Ruleset.

Functions

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