Ruleset Args
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.